namespace | http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsCommonTypes.xsd | ||
type | union of (xs:nonNegativeInteger, restriction of xs:string) | ||
annotation |
|
||
source | <xs:simpleType name="NonNegativeIntegerOrNone"> <xs:annotation> <xs:documentation>Generic non-negative integer, or the word "None"</xs:documentation> </xs:annotation> <xs:union memberTypes="xs:nonNegativeInteger"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="None"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |