Documentation for ATIS-Draft-03-00-79

Simple Type: Organization-resource-identifier

[Table of contents]

Super-types: xs:string < Organization-resource-identifier (by restriction)
Sub-types: None
Name Organization-resource-identifier
Content
  • Base XSD Type: string
  • length >= 1
Documentation <Definition> A unique identifier within an organization for a resource (person, vehicles, traffic equipment, etc).</Definition> <Remarks> V2.0 - Changed "ORGANIZATION.RESOURCE" to "ORGANIZATION" in Descriptive Name. V1.5 - 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 32
Diagram
Schema Component Representation
<xs:simpleType name="Organization-resource-identifier">
<xs:restriction base=" xs:string ">
<xs:minLength value="1"/>
<xs:maxLength value="32"/>
</xs:restriction>
</xs:simpleType>