complexType "TelephoneNumber"
Namespace:
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
All Direct / Indirect Based Elements (1):
telephone
Known Usage Locations
Annotation
A type that represents a telephonic contact.
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="TelephoneNumber">
<xsd:sequence>
<xsd:element minOccurs="0" name="type" type="TelephoneTypeEnum"/>
<xsd:element minOccurs="0" name="number" type="String"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
number
Type:
String, simple content
A telephonic contact.
Simple Content
xsd:string
maxLength:
255
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="number" type="String"/>

type
Type:
TelephoneTypeEnum, simple content
The type of telephone number (work, personal, mobile).
Simple Content
enumeration of xsd:token
Enumeration:
"Work"
 - 
A number used primarily for work-related calls. Includes home office numbers used primarily for work purposes.
"Mobile"
 - 
A number on a mobile telephone or pager that is often or usually used for work-related calls. This type of number can be used for urgent work related business when a work number is not sufficient to contact the person or firm.
"Fax"
 - 
A number used primarily for work-related facsimile transmissions.
"Personal"
 - 
A number used primarily for nonwork-related calls. (Normally this type of number would be used only as an emergency backup number, not as a regular course of business).
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="type" type="TelephoneTypeEnum"/>

XML schema documentation generated with DocFlex/XML 1.10b5 using DocFlex/XML XSDDoc 2.8.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.