Documentation for ATIS-Draft-03-00-79

Simple Type: Event-area-name

[Table of contents]

Super-types: xs:string < Event-area-name (by restriction)
Sub-types: None
Name Event-area-name
Content
  • Base XSD Type: string
  • length >= 1
Documentation Definition: Administrative name for a location. Remarks: V2.0 - New data element added to support a descriptive name for an area Any set of alphanumeric characters up to 256
Diagram
Schema Component Representation
<xs:simpleType name="Event-area-name">
<xs:restriction base=" xs:string ">
<xs:minLength value="1"/>
<xs:maxLength value="256"/>
</xs:restriction>
</xs:simpleType>