Schema Component Representation
<
xs:complexType
name="
DirectoryDetailReply">
<
xs:sequence>
<
xs:element
name="
identity"
type="
Identity
"/>
<
xs:element
name="
name"
type="
Name
"
minOccurs="
0"/>
<
xs:element
name="
phone"
type="
PhoneInformation
"
minOccurs="
0"
maxOccurs="
10"/>
<
xs:element
name="
handicapAccess"
type="
ADA-Access
"
minOccurs="
0"/>
<
xs:element
name="
businessHours"
type="
TimePair
"
minOccurs="
0"/>
<
xs:element
name="
description"
type="
Description
"
minOccurs="
0"/>
<
xs:element
name="
cost"
type="
Cost
"
minOccurs="
0"/>
<
xs:element
name="
costInfo"
type="
Freetext
"
minOccurs="
0"/>
<
xs:element
name="
otherData"
type="
ExtendedInfo
"
minOccurs="
0"/>
<
xs:element
name="
tail"
type="
Tail
"
minOccurs="
0"/>
<
xs:element
name="
furtherData"
type="
URL-Link
"
minOccurs="
0"/>
</
xs:sequence>
</
xs:complexType>