Documentation for ATIS-Draft-03-00-79

Simple Type: PI-GraphicFormat

[Table of contents]

Super-types: None
Sub-types: None
Name PI-GraphicFormat
Used by (from the same schema document) Complex Type CcVideoFeed , Complex Type SpMapImage , Complex Type CCCannedAnnouncementRecord , Complex Type CCDestinationSignMessage , Complex Type CCDetourRecord , Complex Type CPTPhotograph , Complex Type PIMap , Complex Type SPFeatureSymbol , Complex Type SPIntDirection , Complex Type SPIntDirection , Complex Type SPInteriorLocation
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 1 <= value <= 4
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'GIF'|'JPEG'|'MPEG'|'MPEG'}
    • 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 GIF (1) JPEG (2) MPEG (3) MPEG (4) -- 5-127 Reserved -- 128-255 Local use
Diagram
h558168688
Schema Component Representation
<xs:simpleType name="PI-GraphicFormat">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="4"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="GIF"/>
<xs:enumeration value="JPEG"/>
<xs:enumeration value="MPEG"/>
<xs:enumeration value="MPEG"/>
</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-GraphicFormat "/>
</xs:simpleType>
</xs:union>
</xs:simpleType>