complexType "timeZonePreferenceType"
Namespace:
Content:
complex, 3 attributes, 2 elements
Defined:
globally in myProfile.xsd; see XML source
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...
   
 = 
xsd:nonNegativeInteger
 = 
xsd:hexBinary
 = 
xsd:string
   
>
   
Content: 
</...>
Content Model Elements (2):
cat (type hs:catType), timeZone (in timeZonePreference)
All Direct / Indirect Based Elements (1):
timeZonePreference (in myProfile)
Known Usage Locations
XML Source (see within schema source)
<xsd:complexType name="timeZonePreferenceType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="cat" type="hs:catType"/>
<xsd:element maxOccurs="1" minOccurs="1" name="timeZone" type="hs:string"/>
</xsd:sequence>
<xsd:attributeGroup ref="hs:standardBlueAttributeGroup"/>
</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; 2/2)
cat
Type:
hs:catType, empty content
Defined:
locally within (this) timeZonePreferenceType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="cat" type="hs:catType"/>

timeZone
Type:
hs:string, simple content
Defined:
locally within (this) timeZonePreferenceType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="timeZone" type="hs:string"/>