Documentation for ATIS-Draft-03-00-79

Simple Type: Node-name

[Table of contents]

Super-types: xs:string < Node-name (by restriction)
Sub-types: None
Name Node-name
Content
  • Base XSD Type: string
  • length >= 1
Documentation <Definition> The name of the NODE in ASCII for user identification.</Definition> <Remarks> 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 128
Diagram
Schema Component Representation
<xs:simpleType name="Node-name">
<xs:restriction base=" xs:string ">
<xs:minLength value="1"/>
<xs:maxLength value="128"/>
</xs:restriction>
</xs:simpleType>