namespace | http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsCommonTypes.xsd | ||
type | union of (TmatsCommon:HexType, restriction of xs:string) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="MessageFieldDelimiterType"> <xs:annotation> <xs:documentation>S-Group FDEL-i</xs:documentation> </xs:annotation> <xs:union memberTypes="HexType"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value=","/> <xs:enumeration value="|"/> <xs:enumeration value="Blank"/> <xs:enumeration value="Tab"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |