Documentation for ATIS-Draft-03-00-79

Simple Type: PI-AudioFormat

[Table of contents]

Super-types: None
Sub-types: None
Name PI-AudioFormat
Used by (from the same schema document) Complex Type CcAnnouncementInfo , Complex Type CCCannedAnnouncementRecord
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 1 <= value <= 3
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'WAV'|'MP3'}
    • 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 WAV (1) -- 2 Reserved MP3 (3) -- 4-127 Reserved -- 128-255 Local use
Diagram
h363438366
Schema Component Representation
<xs:simpleType name="PI-AudioFormat">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="3"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="WAV"/>
<xs:enumeration value="MP3"/>
</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:PI-AudioFormat "/>
</xs:simpleType>
</xs:union>
</xs:simpleType>