diagram | ![]() |
||
namespace | http://www.ATIS-Draft-03-00-79 | ||
children | email phone deviceIdentity furtherData | ||
used by |
|
||
source | <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> |
diagram | ![]() |
||||||||
type | atis:Email | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xs:element name="email" type="Email" minOccurs="0" maxOccurs="10"/> |
diagram | ![]() |
||||||||
type | atis:PhoneInformation | ||||||||
properties |
|
||||||||
children | use internationalAccessCode number extension | ||||||||
source | <xs:element name="phone" type="PhoneInformation" minOccurs="0" maxOccurs="10"/> |
diagram | ![]() |
||||||||
type | atis:Device-Identity | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xs:element name="deviceIdentity" type="Device-Identity" minOccurs="0"/> |
diagram | ![]() |
||||||||
type | ReferenceID | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xs:element name="furtherData" type="im:ReferenceID" minOccurs="0"/> |