Documentation for ATIS-Draft-03-00-79

Simple Type: Device-Identity

[Table of contents]

Super-types: xs:string < Device-Identity (by restriction)
Sub-types: None
Name Device-Identity
Used by (from the same schema document) Complex Type ContactInformation
Content
  • Base XSD Type: string
  • length >= 1
Documentation use defined by ISP
Diagram
Schema Component Representation
<xs:simpleType name="Device-Identity">
<xs:restriction base=" xs:string ">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>