simpleType PositiveNegative
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsCommonTypes.xsd
type restriction of xs:string
used by
elements CompositeSignalStructureType/ModulationSense IRIGSubcarrierType/ModulationSense
facets
enumeration Positive
enumeration Negative
annotation
documentation
Generic enumeration with values: "Positive" or "Negative"
source <xs:simpleType name="PositiveNegative">
 
<xs:annotation>
   
<xs:documentation>Generic enumeration with values: "Positive" or "Negative"</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="Positive"/>
   
<xs:enumeration value="Negative"/>
 
</xs:restriction>
</xs:simpleType>


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