Documentation for ATIS-Draft-03-00-79

Simple Type: CPT-ChannelAttribute

[Table of contents]

Super-types: None
Sub-types: None
Name CPT-ChannelAttribute
Used by (from the same schema document) Complex Type CPTChannel
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 1 <= value <= 9
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'trunk'|'conventional'|'full'|'half'|'quarter'|'digital'|'analog'|'voice'|'data'}
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 128 <= value <= 255
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'insert-local-values-here'}
Application Data trunk (1) conventional (2) full (3) half (4) quarter (5) digital (6) analog (7) voice (8) data (9) -- 10-127 reserved -- 128-255 local use
Diagram
h-107505564
Schema Component Representation
<xs:simpleType name="CPT-ChannelAttribute">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="9"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="trunk"/>
<xs:enumeration value="conventional"/>
<xs:enumeration value="full"/>
<xs:enumeration value="half"/>
<xs:enumeration value="quarter"/>
<xs:enumeration value="digital"/>
<xs:enumeration value="analog"/>
<xs:enumeration value="voice"/>
<xs:enumeration value="data"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="128"/>
<xs:maxInclusive value="255"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" local:CPT-ChannelAttribute "/>
</xs:simpleType>
</xs:union>
</xs:simpleType>