complexType "pictureBlueType"
Namespace:
Content:
complex, 3 attributes, 2 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 (2):
cat (type hs:catType), url (type hs:string)
All Direct / Indirect Based Elements (3):
picture, picture (in contact), picture (in myProfile)
Known Usage Locations
Type Definition Detail
Type Derivation Tree
pictureType (extension)
  pictureBlueType
XML Source (see within schema source)
<xsd:complexType name="pictureBlueType">
<xsd:complexContent>
<xsd:extension base="pictureType">
<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; 3/3)
cat
Type:
hs:catType, empty content
Defined:
locally within pictureType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="cat" type="hs:catType"/>

url
Type:
hs:string, simple content
Defined:
locally within pictureType complexType
This element contains the URL that points to the actual picture.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="url" type="hs:string">
<xsd:annotation>
<xsd:documentation>
This element contains the URL that points to the actual picture.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

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