Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-16"?>
- <xs:schema xmlns="http://TEST.Schema.FlatFile.POCProducts" xmlns:b="http://schemas.microsoft.com/BizTalk/2003" targetNamespace="http://TEST.Schema.FlatFile.POCProducts" xmlns:xs="http://www.w3.org/2001/XMLSchema">
- <xs:element name="PRODUCTS">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="PRODUCT">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="ITEMS">
- <xs:complexType>
- <xs:sequence>
- <xs:element minOccurs="1" maxOccurs="unbounded" name="ITEMS">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="ID" type="xs:string" />
- <xs:element name="CODE" type="xs:string" />
- <xs:element name="UNIT" type="xs:string" />
- <xs:element name="DESC" type="xs:string" />
- <xs:element name="BankCode" type="xs:string" />
- <xs:element name="BankDesc" type="xs:string" />
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="VAT" type="xs:string" />
- <xs:element name="AMT" type="xs:string" />
- <xs:element name="Comments" type="xs:string" />
- </xs:sequence>
- <xs:attribute name="ProdName" type="xs:string" />
- <xs:attribute name="ProdDesc" type="xs:string" />
- </xs:complexType>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- </xs:schema>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement