Documentation for ATIS-Draft-03-00-79

Simple Type: Link-other

[Table of contents]

Super-types: xs:string < Link-other (by restriction)
Sub-types: None
Name Link-other
Content
  • Base XSD Type: string
  • length >= 1
Documentation <Definition> Data element used to indicate the presence of additional information. This data element is to be used only when a precedent LINK data element of type code has a value of "1 = Other, additional information required".</Definition> <Remarks> V1.5 - New data element V1.7 - Added FADD_ID attribute; revised Class Name, Classification Scheme Name/Version, Data Concept Identifier/Version to reflect harmonization with ITS Data Registry.</Remarks> Any set of alphanumeric characters up to 256
Diagram
Schema Component Representation
<xs:simpleType name="Link-other">
<xs:restriction base=" xs:string ">
<xs:minLength value="1"/>
<xs:maxLength value="256"/>
</xs:restriction>
</xs:simpleType>