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) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="NonNegativeIntegerOrNo"> <xs:annotation> <xs:documentation>Generic non-negative integer, or the word "No"</xs:documentation> </xs:annotation> <xs:union memberTypes="xs:nonNegativeInteger"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="No"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |