simpleType NonNegativeIntegerOrNo
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 AsyncEmbeddedFormatType/Supercom AsynchronousDataMergeFormatType/Supercom
annotation
documentation
Generic non-negative integer, or the word "No"
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>


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