simpleType EndianType
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsCommonTypes.xsd
type restriction of xs:string
used by
elements StreamType/DataOrientation MeasurementType/Orientation VideoDataTypeAttributesType/VideoDataAlignment
facets
enumeration Big Endian
enumeration Little Endian
annotation
documentation
Generic Big/Little Endian type
source <xs:simpleType name="EndianType">
 
<xs:annotation>
   
<xs:documentation>Generic Big/Little Endian type</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="Big Endian"/>
   
<xs:enumeration value="Little Endian"/>
 
</xs:restriction>
</xs:simpleType>


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