Documentation for ATIS-Draft-03-00-79

Simple Type: Description

[Table of contents]

Super-types: xs:string < Description (by restriction)
Sub-types: None
Name Description
Used by (from the same schema document) Complex Type DirectoryDetailReply
Content
  • Base XSD Type: string
  • length >= 1
Documentation Descripton of the Directory Entry
Diagram
Schema Component Representation
<xs:simpleType name="Description">
<xs:restriction base=" xs:string ">
<xs:minLength value="1"/>
<xs:maxLength value="200"/>
</xs:restriction>
</xs:simpleType>