Difference between revisions of "Production.ManuInstructionsSchemaCollection (xml schema collection)"
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''xmlschemacollection | Production.ManuInstructionsSchemaCollection |- |} <pre> <xsd:sc...) |
|||
Line 9: | Line 9: | ||
<pre> | <pre> | ||
− | <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:t="http://schemas.microsoft.com/sqlserver/2004/07/adventure-works/ProductModelManuInstructions" targetNamespace="http://schemas.microsoft.com/sqlserver/2004/07/adventure-works/ProductModelManuInstructions" elementFormDefault="qualified"><xsd:element name="root"><xsd:complexType mixed="true"><xsd:complexContent mixed="true"><xsd:restriction base="xsd:anyType"><xsd:sequence><xsd:element name="Location" maxOccurs="unbounded"><xsd:complexType mixed="true"><xsd:complexContent mixed="true"><xsd:restriction base="xsd:anyType"><xsd:sequence><xsd:element name="step" type="t:StepType" maxOccurs="unbounded" /></xsd:sequence><xsd:attribute name="LocationID" type="xsd:integer" use="required" /><xsd:attribute name="SetupHours" type="xsd:decimal" /><xsd:attribute name="MachineHours" type="xsd:decimal" /><xsd:attribute name="LaborHours" type="xsd:decimal" /><xsd:attribute name="LotSize" type="xsd:decimal" /></xsd:restriction></xsd:complexContent></xsd:complexType></xsd:element></xsd:sequence></xsd:restriction></xsd:complexContent></xsd:complexType></xsd:element><xsd:complexType name="StepType" mixed="true"><xsd:complexContent mixed="true"><xsd:restriction base="xsd:anyType"><xsd:choice minOccurs="0" maxOccurs="unbounded"><xsd:element name="tool" type="xsd:string" /><xsd:element name="material" type="xsd:string" /><xsd:element name="blueprint" type="xsd:string" /><xsd:element name="specs" type="xsd:string" /><xsd:element name="diag" type="xsd:string" /></xsd:choice></xsd:restriction></xsd:complexContent></xsd:complexType></xsd:schema> | + | <?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/ProductModelManuInstructions" targetNamespace="http://schemas.microsoft.com/sqlserver/2004/07/adventure-works/ProductModelManuInstructions" elementFormDefault="qualified"> | ||
+ | <xsd:element name="root"> | ||
+ | <xsd:complexType mixed="true"> | ||
+ | <xsd:complexContent mixed="true"> | ||
+ | <xsd:restriction base="xsd:anyType"> | ||
+ | <xsd:sequence> | ||
+ | <xsd:element name="Location" maxOccurs="unbounded"> | ||
+ | <xsd:complexType mixed="true"> | ||
+ | <xsd:complexContent mixed="true"> | ||
+ | <xsd:restriction base="xsd:anyType"> | ||
+ | <xsd:sequence> | ||
+ | <xsd:element name="step" type="t:StepType" maxOccurs="unbounded" /> | ||
+ | </xsd:sequence> | ||
+ | <xsd:attribute name="LocationID" type="xsd:integer" use="required" /> | ||
+ | <xsd:attribute name="SetupHours" type="xsd:decimal" /> | ||
+ | <xsd:attribute name="MachineHours" type="xsd:decimal" /> | ||
+ | <xsd:attribute name="LaborHours" type="xsd:decimal" /> | ||
+ | <xsd:attribute name="LotSize" type="xsd:decimal" /> | ||
+ | </xsd:restriction> | ||
+ | </xsd:complexContent> | ||
+ | </xsd:complexType> | ||
+ | </xsd:element> | ||
+ | </xsd:sequence> | ||
+ | </xsd:restriction> | ||
+ | </xsd:complexContent> | ||
+ | </xsd:complexType> | ||
+ | </xsd:element> | ||
+ | <xsd:complexType name="StepType" mixed="true"> | ||
+ | <xsd:complexContent mixed="true"> | ||
+ | <xsd:restriction base="xsd:anyType"> | ||
+ | <xsd:choice minOccurs="0" maxOccurs="unbounded"> | ||
+ | <xsd:element name="tool" type="xsd:string" /> | ||
+ | <xsd:element name="material" type="xsd:string" /> | ||
+ | <xsd:element name="blueprint" type="xsd:string" /> | ||
+ | <xsd:element name="specs" type="xsd:string" /> | ||
+ | <xsd:element name="diag" type="xsd:string" /> | ||
+ | </xsd:choice> | ||
+ | </xsd:restriction> | ||
+ | </xsd:complexContent> | ||
+ | </xsd:complexType> | ||
+ | </xsd:schema> | ||
</pre> | </pre> |
Revision as of 23:04, 3 January 2009
wikibot
xmlschemacollection | Production.ManuInstructionsSchemaCollection |
<?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/ProductModelManuInstructions" targetNamespace="http://schemas.microsoft.com/sqlserver/2004/07/adventure-works/ProductModelManuInstructions" elementFormDefault="qualified"> <xsd:element name="root"> <xsd:complexType mixed="true"> <xsd:complexContent mixed="true"> <xsd:restriction base="xsd:anyType"> <xsd:sequence> <xsd:element name="Location" maxOccurs="unbounded"> <xsd:complexType mixed="true"> <xsd:complexContent mixed="true"> <xsd:restriction base="xsd:anyType"> <xsd:sequence> <xsd:element name="step" type="t:StepType" maxOccurs="unbounded" /> </xsd:sequence> <xsd:attribute name="LocationID" type="xsd:integer" use="required" /> <xsd:attribute name="SetupHours" type="xsd:decimal" /> <xsd:attribute name="MachineHours" type="xsd:decimal" /> <xsd:attribute name="LaborHours" type="xsd:decimal" /> <xsd:attribute name="LotSize" type="xsd:decimal" /> </xsd:restriction> </xsd:complexContent> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:restriction> </xsd:complexContent> </xsd:complexType> </xsd:element> <xsd:complexType name="StepType" mixed="true"> <xsd:complexContent mixed="true"> <xsd:restriction base="xsd:anyType"> <xsd:choice minOccurs="0" maxOccurs="unbounded"> <xsd:element name="tool" type="xsd:string" /> <xsd:element name="material" type="xsd:string" /> <xsd:element name="blueprint" type="xsd:string" /> <xsd:element name="specs" type="xsd:string" /> <xsd:element name="diag" type="xsd:string" /> </xsd:choice> </xsd:restriction> </xsd:complexContent> </xsd:complexType> </xsd:schema>