home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8" ?>
- <xs:schema id="SmartBarSchema" targetNamespace="urn:pythagoras.cz:schemas:solutions:SmartBar:BarCodeData"
- elementFormDefault="unqualified" xmlns="urn:pythagoras.cz:schemas:solutions:SmartBar:BarCodeData"
- xmlns:mstns="urn:pythagoras.cz:schemas:solutions:SmartBar:BarCodeData" xmlns:xs="http://www.w3.org/2001/XMLSchema">
- <xs:element name="BarCode">
- <xs:complexType>
- <xs:simpleContent>
- <xs:extension base="xs:string">
- <xs:attribute name="value" type="xs:string" />
- <xs:attribute name="codetype" type="xs:string" />
- <xs:attribute name="unit_width" type="xs:decimal" />
- <xs:attribute name="unit_count" type="xs:int" />
- <xs:attribute name="height" type="xs:decimal" />
- <xs:attribute name="show_text" type="xs:boolean" />
- <xs:attribute name="image_valid" type="xs:boolean" />
- </xs:extension>
- </xs:simpleContent>
- </xs:complexType>
- </xs:element>
- </xs:schema>