simpleType byteOrder
namespace http://www.opengis.net/swe/1.0.1
type restriction of xs:token
used by
attribute BinaryBlock/@byteOrder
facets
enumeration bigEndian
enumeration littleEndian
source <xs:simpleType name="byteOrder">
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="bigEndian"/>
   
<xs:enumeration value="littleEndian"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy