Documentation for ATIS-Draft-03-00-79

Complex Type: DirectoryEntry

[Table of contents]

Super-types: None
Sub-types: None
Name DirectoryEntry
Used by (from the same schema document) Complex Type DirectoryInformation
Abstract no
XML Instance Representation
<...>
<identity> Identity </identity> [1]
<location> lrms:LocationReference </location> [1]
<requestPair> DirectoryTypePair </requestPair> [1]
<name> Name </name> [1]
<phone> PhoneInformation </phone> [0..10]
<shortDescription> ShortDescription </shortDescription> [0..1]
<capabilityCode> CapabilityCode </capabilityCode> [0..1]
</...>
Diagram
h1015412803 h1843378481 h1763712220 h518229136 h-201981597 h-369134491 h-1495594262
Schema Component Representation
<xs:complexType name="DirectoryEntry">
<xs:sequence>
<xs:element name="identity" type=" Identity "/>
<xs:element name="location" type=" lrms:LocationReference "/>
<xs:element name="requestPair" type=" DirectoryTypePair "/>
<xs:element name="name" type=" Name "/>
<xs:element name="phone" type=" PhoneInformation " minOccurs="0" maxOccurs="10"/>
<xs:element name="shortDescription" type=" ShortDescription " minOccurs="0"/>
<xs:element name="capabilityCode" type=" CapabilityCode " minOccurs="0"/>
</xs:sequence>
</xs:complexType>