Documentation for ATIS-Draft-03-00-79

Complex Type: ContactInformation

[Table of contents]

Super-types: None
Sub-types: None
Name ContactInformation
Used by (from the same schema document) Complex Type ContactSetting
Abstract no
XML Instance Representation
<...>
<email> Email </email> [0..10]
<phone> PhoneInformation </phone> [0..10]
<deviceIdentity> Device-Identity </deviceIdentity> [0..1]
<furtherData> im:ReferenceID </furtherData> [0..1]
</...>
Diagram
h-1122731465 h-201981597 h-954866864 h-689557503
Schema Component Representation
<xs:complexType name="ContactInformation">
<xs:sequence>
<xs:element name="email" type=" Email " minOccurs="0" maxOccurs="10"/>
<xs:element name="phone" type=" PhoneInformation " minOccurs="0" maxOccurs="10"/>
<-- made up of country code , phone# , and ext and allow phones.fax.pager/etc to be entered -->
<xs:element name="deviceIdentity" type=" Device-Identity " minOccurs="0"/>
<xs:element name="furtherData" type=" im:ReferenceID " minOccurs="0"/>
</xs:sequence>
</xs:complexType>