Documentation for ATIS-Draft-03-00-79

Simple Type: ConfirmationNumber

[Table of contents]

Super-types: xs:string < ConfirmationNumber (by restriction)
Sub-types: None
Name ConfirmationNumber
Used by (from the same schema document) Complex Type DirectoryAppointmentReply
Content
  • Base XSD Type: string
  • length >= 1
Documentation Any combo of numbers, charecters and dashes when two such values are to be compared, the dash marks shall not be considered
Diagram
Schema Component Representation
<xs:simpleType name="ConfirmationNumber">
<xs:restriction base=" xs:string ">
<xs:minLength value="1"/>
<xs:maxLength value="30"/>
</xs:restriction>
</xs:simpleType>