simpleType PacketRateType
namespace http://www.wsmr.army.mil/RCCsite/Documents/106-15_Telemetry_Standards/schemas/TMATS/TmatsRGroup.xsd
type union of (restriction of xs:int, restriction of xs:string)
used by
elements TelemetryOutputAttributesType/ConfigurationPacketHashCodeRate TelemetryOutputAttributesType/ConfigurationPacketRate
annotation
documentation
Added in 106-15
source <xs:simpleType name="PacketRateType">
 
<xs:annotation>
   
<xs:documentation>Added in 106-15</xs:documentation>
 
</xs:annotation>
 
<xs:union>
   
<xs:simpleType>
     
<xs:restriction base="xs:int">
       
<xs:minInclusive value="0"/>
       
<xs:maxInclusive value="60"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="Disabled"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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