<xs:element name="byteOrder">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the byte order of 2 or more bytes sample</xs:documentation>
<xs:appinfo>
<identifier>http://w3id.org/meta-share/meta-share/byteOrder</identifier>
<label xml:lang="en">byte order</label>
</xs:appinfo>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:anyURI">
<xs:enumeration value="http://w3id.org/meta-share/meta-share/bigEndian">
<xs:annotation>
<xs:appinfo>
<identifier>http://w3id.org/meta-share/meta-share/bigEndian</identifier>
<label xml:lang="en">Big Endian</label>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="http://w3id.org/meta-share/meta-share/littleEndian">
<xs:annotation>
<xs:appinfo>
<identifier>http://w3id.org/meta-share/meta-share/littleEndian</identifier>
<label xml:lang="en">Little Endian</label>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:element> |