Welcome
Guest
, you are in:
<root>
•
Login
devio dbscript ScrewTurn Wiki
Navigation
¶
Main Page
Random Page
Create a new Page
All Pages
Categories
Navigation Paths
Administration
File Management
Create Account
Search the wiki
»
Back
Sales StoreSurveySchemaCollection (xml schema collection)
Modified on 2011/08/27 11:19
by
wikibot
Categorized as
Uncategorized
== wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- valign="top" | '''XML Schema Collection''' | Sales.StoreSurveySchemaCollection |- valign="top" | '''Description''' | Collection of XML schemas for the Demographics column in the Sales.Store table. |} === Source === {{{{<nowiki> <?xml version="1.0" encoding="utf-8"?> <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:t="http://schemas.microsoft.com/sqlserver/2004/07/adventure-works/StoreSurvey" targetNamespace="http://schemas.microsoft.com/sqlserver/2004/07/adventure-works/StoreSurvey" elementFormDefault="qualified"> <xsd:element name="StoreSurvey"> <xsd:complexType> <xsd:complexContent> <xsd:restriction base="xsd:anyType"> <xsd:sequence> <xsd:element name="ContactName" type="xsd:string" minOccurs="0" /> <xsd:element name="JobTitle" type="xsd:string" minOccurs="0" /> <xsd:element name="AnnualSales" type="xsd:decimal" minOccurs="0" /> <xsd:element name="AnnualRevenue" type="xsd:decimal" minOccurs="0" /> <xsd:element name="BankName" type="xsd:string" minOccurs="0" /> <xsd:element name="BusinessType" type="t:BusinessType" minOccurs="0" /> <xsd:element name="YearOpened" type="xsd:gYear" minOccurs="0" /> <xsd:element name="Specialty" type="t:SpecialtyType" minOccurs="0" /> <xsd:element name="SquareFeet" type="xsd:float" minOccurs="0" /> <xsd:element name="Brands" type="t:BrandType" minOccurs="0" /> <xsd:element name="Internet" type="t:InternetType" minOccurs="0" /> <xsd:element name="NumberEmployees" type="xsd:int" minOccurs="0" /> <xsd:element name="Comments" type="xsd:string" minOccurs="0" /> </xsd:sequence> </xsd:restriction> </xsd:complexContent> </xsd:complexType> </xsd:element> <xsd:simpleType name="BrandType"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="AW" /> <xsd:enumeration value="2" /> <xsd:enumeration value="3" /> <xsd:enumeration value="4+" /> </xsd:restriction> </xsd:simpleType> <xsd:simpleType name="BusinessType"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="BM" /> <xsd:enumeration value="BS" /> <xsd:enumeration value="D" /> <xsd:enumeration value="OS" /> <xsd:enumeration value="SGS" /> </xsd:restriction> </xsd:simpleType> <xsd:simpleType name="InternetType"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="56kb" /> <xsd:enumeration value="ISDN" /> <xsd:enumeration value="DSL" /> <xsd:enumeration value="T1" /> <xsd:enumeration value="T2" /> <xsd:enumeration value="T3" /> </xsd:restriction> </xsd:simpleType> <xsd:simpleType name="SpecialtyType"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="Family" /> <xsd:enumeration value="Kids" /> <xsd:enumeration value="BMX" /> <xsd:enumeration value="Touring" /> <xsd:enumeration value="Road" /> <xsd:enumeration value="Mountain" /> <xsd:enumeration value="All" /> </xsd:restriction> </xsd:simpleType> </xsd:schema> </nowiki>}}}} === References === {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- style="background:silver" | '''Dependency Type''' | '''Object Type''' | '''Referenced Object''' |- valign="top" | Schema | Schema | [[Sales (schema)|Sales]] |} === Dependencies === {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- style="background:silver" | '''Reference Type''' | '''Object Type''' | '''Referencing Object''' |- valign="top" | Data Type | Table | [[Sales Store (table)|Sales.Store]] |}
ScrewTurn Wiki
version 3.0.1.400. Some of the icons created by
FamFamFam
.