complexType "telephoneNumberBlueType"
Namespace:
Content:
complex, 3 attributes, 6 elements, elem. wildcard
Defined:
globally in myProfile.xsd; see XML source
Used:
XML Representation Summary
<...
   
 = 
xsd:nonNegativeInteger
 = 
xsd:hexBinary
 = 
xsd:string
   
>
   
Content: 
</...>
Content Model Elements (6):
hs:cat (type hs:catType), hs:countryCode (type hs:string), hs:nationalCode (type hs:string), hs:number (type hs:string), hs:numberExtension (type hs:string), hs:pin (type hs:string)
All Direct / Indirect Based Elements (3):
telephoneNumber, telephoneNumber (in contact), telephoneNumber (in myProfile)
Known Usage Locations
Type Definition Detail
Type Derivation Tree
hs:telephoneNumberType (extension)
  telephoneNumberBlueType
XML Source (see within schema source)
<xsd:complexType name="telephoneNumberBlueType">
<xsd:complexContent>
<xsd:extension base="hs:telephoneNumberType">
<xsd:attributeGroup ref="hs:standardBlueAttributeGroup"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; 3/3)
changeNumber
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="changeNumber" type="changeNumberType" use="required"/>

creator
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="creator" type="creatorType" use="required"/>

id
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="id" type="idType" use="required"/>
Content Element Detail (all declarations; 7/7)
hs:cat
Type:
hs:catType, empty content
Defined:
locally within hs:telephoneNumberType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="cat" type="catType"/>

hs:countryCode
Type:
hs:string, simple content
Defined:
locally within hs:telephoneNumberType complexType
This optional element specifies the country code for this telephone number.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="countryCode" type="string">
<xsd:annotation>
<xsd:documentation>
This optional element specifies the country code for this telephone
number.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

hs:nationalCode
Type:
hs:string, simple content
Defined:
locally within hs:telephoneNumberType complexType
This element specifies the national code for this phone number. For U.S. telephone numbers, this is equivalent to the area code.
XML Source (see within schema source)
<xsd:element name="nationalCode" type="string">
<xsd:annotation>
<xsd:documentation>
This element specifies the national code for this phone number.
For U.S. telephone numbers, this is equivalent to the area code.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

hs:number
Type:
hs:string, simple content
Defined:
locally within hs:telephoneNumberType complexType
This element specifies the actual telephone number within the country and national code number scheme.
XML Source (see within schema source)
<xsd:element name="number" type="string">
<xsd:annotation>
<xsd:documentation>
This element specifies the actual telephone number within the country
and national code number scheme.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

hs:numberExtension
Type:
hs:string, simple content
Defined:
locally within hs:telephoneNumberType complexType
This optional element specifies an extension used to reach this identity at this number.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="numberExtension" type="string">
<xsd:annotation>
<xsd:documentation>
This optional element specifies an extension used to reach this
identity at this number.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

hs:pin
Type:
hs:string, simple content
Defined:
locally within hs:telephoneNumberType complexType
This optional element specifies a PIN number used on this phone number. A PIN is similar to an extension, but PINs are commonly used to address pagers while extensions are typically used to address phones relative to a local PBX.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="pin" type="string">
<xsd:annotation>
<xsd:documentation>
This optional element specifies a PIN number used on this phone number.
A PIN is similar to an extension, but PINs are commonly used to address
pagers while extensions are typically used to address phones relative to a
local PBX.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

{any element with non-schema namespace}
Defined:
within hs:telephoneNumberType complexType
XML Source (see within schema source)
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>