simpleType NonNegativeIntegerOrNotSpecified
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
elements InSyncType/Criteria OutOfSyncType/NumberOfDisagrees
annotation
documentation
Generic non-negative integer, or the word "Not Specified"
source <xs:simpleType name="NonNegativeIntegerOrNotSpecified">
 
<xs:annotation>
   
<xs:documentation>Generic non-negative integer, or the word "Not Specified"</xs:documentation>
 
</xs:annotation>
 
<xs:union memberTypes="xs:nonNegativeInteger">
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="Not Specified"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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