Documentation for ATIS-Draft-03-00-79

Simple Type: ReplyVerbosity

[Table of contents]

Super-types: None
Sub-types: None
Name ReplyVerbosity
Used by (from the same schema document) Complex Type InformationRequest
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 0 <= value <= 2
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'terse'|'complete'|'extended'}
Application Data terse (0) -- only the location , -- of the requested information complete (1) -- the requested information types only extended (2) -- the requested information types and -- any related (linked) information types
Diagram
Schema Component Representation
<xs:simpleType name="ReplyVerbosity">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="2"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="terse"/>
<xs:enumeration value="complete"/>
<xs:enumeration value="extended"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>