Documentation for ATIS-Draft-03-00-79

Simple Type: Link-jurisdiction

[Table of contents]

Super-types: xs:string < Link-jurisdiction (by restriction)
Sub-types: None
Name Link-jurisdiction
Content
  • Base XSD Type: string
  • length >= 1
Documentation <Definition> The name of the law enforcement agency with authority over this link.</Definition> <Remarks> V1.3 - Revised Definition. 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 128
Diagram
Schema Component Representation
<xs:simpleType name="Link-jurisdiction">
<xs:restriction base=" xs:string ">
<xs:minLength value="1"/>
<xs:maxLength value="128"/>
</xs:restriction>
</xs:simpleType>