Documentation for ATIS-Draft-03-00-79

Simple Type: Link-name

[Table of contents]

Super-types: xs:string < Link-name (by restriction)
Sub-types: None
Name Link-name
Content
  • Base XSD Type: string
  • length >= 1
Documentation <Definition> The name of the Link in ASCII for user identification.</Definition> <Remarks> V1.3 - Removed ANSI X3.4 from Value Domain. 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 ASCII characters up to 12828
Diagram
Schema Component Representation
<xs:simpleType name="Link-name">
<xs:restriction base=" xs:string ">
<xs:minLength value="1"/>
<xs:maxLength value="128"/>
</xs:restriction>
</xs:simpleType>