simpleType YesNoType
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsCommonTypes.xsd
type restriction of xs:string
used by
elements InputDataType/AutoPolarityCorrection InputDataType/DataRandomized CoefficientsType/DerivedFromPairSet DataType/InputStreamDerandomized RecorderReproducerInfoType/OriginalRecording RecorderReproducerInfoType/PostProcessModifiedRecording CharacteristicsType/Rewound TestInformationType/PostTestRequirement TestInformationType/PreTestRequirement SubcarriersType/Other
facets
enumeration Yes
enumeration No
annotation
documentation
For any element with "Yes" and "No" enumerations
source <xs:simpleType name="YesNoType">
 
<xs:annotation>
   
<xs:documentation>For any element with "Yes" and "No" enumerations</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="Yes"/>
   
<xs:enumeration value="No"/>
 
</xs:restriction>
</xs:simpleType>


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