complexType "categorizedUserReferenceBlueType"
Namespace:
Content:
complex, 3 attributes, 4 elements, elem. wildcard
Defined:
globally in myProfile.xsd; see XML source
Includes:
definition of elem. wildcard
Used:
XML Representation Summary
<...
   
 = 
xsd:nonNegativeInteger
 = 
xsd:hexBinary
 = 
xsd:string
   
>
   
Content: 
</...>
Content Model Elements (4):
hs:cat (type hs:catType), hs:email (type xsd:string), hs:name (type hs:localizableString), hs:puid (type hs:puidType)
All Direct / Indirect Based Elements (3):
userReference, userReference (in contact), userReference (in myProfile)
Known Usage Locations
Type Definition Detail
Type Derivation Tree
hs:userReference (extension)
      categorizedUserReferenceBlueType
XML Source (see within schema source)
<xsd:complexType name="categorizedUserReferenceBlueType">
<xsd:complexContent>
<xsd:extension base="hs:userReferenceCategorized">
<xsd:sequence>
<!--
// paulste: since these are blue nodes they should have {any}
// elements as well
//
-->
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>
</xsd:sequence>
<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; 5/5)
hs:cat
Type:
hs:catType, empty content
Defined:
XML Source (see within schema source)
<xsd:element name="cat" type="catType"/>

hs:email
Type:
xsd:string, predefined, simple content
Defined:
locally within hs:userReference complexType
This optional name specifies an e-mail address for the enclosing element.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="email" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
This optional name specifies an e-mail address for the enclosing element.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

hs:name
Type:
hs:localizableString, simple content
Defined:
locally within hs:userReference complexType
This optional element specifies the name for the enclosing element.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="name" type="localizableString">
<xsd:annotation>
<xsd:documentation>
This optional element specifies the name for the enclosing element.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

hs:puid
Type:
hs:puidType, simple content
Defined:
locally within hs:userReference complexType
This optional element specifies the PUID for the enclosing element.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="puid" type="puidType">
<xsd:annotation>
<xsd:documentation>
This optional element specifies the PUID for the enclosing element.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

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