en:lensorder:version010603:complextypes:tracerdata
tracerData (TracerData)
b2boptic → items → item → pair → frame → shape → tracerData
| tracerType | |
|---|---|
| type | TracerType |
| occurs | 1 |
| description | |
| tracerVersion | |
|---|---|
| type | string |
| occurs | 1 |
| description | |
| tracerID | |
|---|---|
| type | string |
| occurs | 0..1 |
| description | Serialnumber of tracer |
| binaries | |
|---|---|
| type | hexBinary |
| occurs | 1 |
| description | binary shape data of tracer |
| format (attribute of binaries) | |
|---|---|
| type | TracerBinaryFormat |
| use | required |
| description | |
| adjustion | |
|---|---|
| type | float |
| unity | mm |
| occurs | 0..1 |
| description | general size adjustion parameter |
<xs:complexType name="TracerData"> <xs:sequence> <xs:element name="tracerType" type="TracerType" /> <xs:element name="tracerVersion" type="xs:string" /> <xs:element minOccurs="0" name="tracerID" type="xs:string" /> <xs:element name="binaries"> <xs:complexType> <xs:simpleContent> <xs:extension base="xs:hexBinary"> <xs:attribute name="format" type="TracerBinaryFormat" use="required" /> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> <xs:element minOccurs="0" name="adjustion" type="xs:float" /> </xs:sequence> </xs:complexType>
en/lensorder/version010603/complextypes/tracerdata.txt · Last modified: 2017/06/16 17:26 by sebastianraring
