complexType "TelephoneType"
Namespace:
Content:
complex, 2 attributes, 3 elements
Defined:
globally in archive.xsd; see XML source
Includes:
definitions of 1 attribute, 3 elements
Used:
XML Representation Summary
<...
   
 = 
(xs:string | ("public" | "restricted" | "private"))
 = 
xs:boolean
   
>
   
Content: 
</...>
Content Model Elements (3):
TelephoneNumber, TypeOfTelephone, r:EffectivePeriod
All Direct / Indirect Based Elements (1):
Telephone
Known Usage Locations
Annotation
Details of a telephone number including the number, type of number, a privacy setting and an indication of whether this is the preferred contact number.
XML Source (w/o annotations (6); see within schema source)
<xs:complexType name="TelephoneType">
<xs:sequence>
<xs:element name="TelephoneNumber" type="xs:string"/>
<xs:element minOccurs="0" ref="TypeOfTelephone"/>
<xs:element minOccurs="0" ref="r:EffectivePeriod"/>
</xs:sequence>
<xs:attributeGroup ref="PRIVACY"/>
<xs:attribute name="isPreferred" type="xs:boolean" use="optional"/>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/2)
isPreferred
Type:
xs:boolean, predefined
Use:
optional
Set to "true" if this is the preferred telephone number for contact.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="isPreferred" type="xs:boolean" use="optional"/>
Content Element Detail (all declarations; defined within this component only; 3/3)
r:EffectivePeriod
Type:
r:DateType, complex content
Clarifies when the identification information is accurate.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:EffectivePeriod"/>

TelephoneNumber
Type:
xs:string, predefined, simple content
The telephone number including country code if appropriate.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="TelephoneNumber" type="xs:string"/>

TypeOfTelephone
Type:
r:CodeValueType, simple content
Indicates type of telephone number provided (home, fax, office, cell, etc.). Supports the use of a controlled vocabulary.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="TypeOfTelephone"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set