complexType "pictureType"
Namespace:
Content:
complex, 2 elements, elem. wildcard
Defined:
globally in myProfile.xsd; see XML source
Includes:
definitions of 2 elements, elem. wildcard
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
cat (type hs:catType), url (type hs:string)
Known Direct Subtypes (1):
pictureBlueType
All Direct / Indirect Based Elements (3):
picture, picture (in contact), picture (in myProfile)
Known Usage Locations
Annotation
This optional element encapsulates a URL that points to a picture of the identity.
XML Source (see within schema source)
<xsd:complexType name="pictureType">
<xsd:annotation>
<xsd:documentation>
This optional element encapsulates a URL that points to a picture of the identity.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="cat" type="hs:catType"/>
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>
<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>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; 3/3)
cat
Type:
hs:catType, empty content
Defined:
locally within (this) 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 (this) 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 (this) pictureType complexType
XML Source (see within schema source)
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>