Documentation for ATIS-Draft-03-00-79

Simple Type: ESS-other

[Table of contents]

Super-types: xs:string < ESS-other (by restriction)
Sub-types: None
Name ESS-other
Content
  • Base XSD Type: string
  • length >= 1
Documentation <Definition> Other additional information for an ESS code list option. Here, used in ATIS. This feild may contain any addtional free text ESS information desired.</Definition> <Remarks> Note that the orginal ESS entry gives no range restriction, but states as a comment in the valid valid rule feild: "Any set of valid ASCII characters up to 256. If this data element is used, then data elements like '_code' must be '1=Other Additional Information'."</Remarks>
Diagram
Schema Component Representation
<xs:simpleType name="ESS-other">
<xs:restriction base=" xs:string ">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>