Documentation for ATIS-Draft-03-00-79

Simple Type: Link-ownership

[Table of contents]

Super-types: xs:string < Link-ownership (by restriction)
Sub-types: None
Name Link-ownership
Content
  • Base XSD Type: string
  • length >= 1
Documentation <Definition> The name of the designated owner of the LINK</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 25656
Diagram
Schema Component Representation
<xs:simpleType name="Link-ownership">
<xs:restriction base=" xs:string ">
<xs:minLength value="1"/>
<xs:maxLength value="256"/>
</xs:restriction>
</xs:simpleType>