complexType "screenNameType"
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), name (type hs:localizableString)
Known Direct Subtypes (1):
screenNameBlueType
All Direct / Indirect Based Elements (3):
screenName, screenName (in contact), screenName (in myProfile)
Known Usage Locations
Annotation
This element encapsulates an electronic address for this entity. Specifically, it contains a screen name commonly used in real-time communication applications, such as instant messaging, chat rooms, and so on. This element can be repeated. The <b>type</b> attribute can be used for simple classifications on the <b>screenName</b>.
XML Source (see within schema source)
<xsd:complexType name="screenNameType">
<xsd:annotation>
<xsd:documentation>
This element encapsulates an electronic address for this entity. Specifically,
it contains a screen name commonly used in real-time communication
applications, such as instant messaging, chat rooms, and so on.
This element
can be repeated. The
<b>type</b>
attribute can be used
for simple classifications on the
<b>screenName</b>
.
</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 name="name" type="hs:localizableString">
<xsd:annotation>
<xsd:documentation>
This element contains the value of the screen name.
</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) screenNameType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="cat" type="hs:catType"/>

name
Type:
hs:localizableString, simple content
Defined:
locally within (this) screenNameType complexType
This element contains the value of the screen name.
XML Source (see within schema source)
<xsd:element name="name" type="hs:localizableString">
<xsd:annotation>
<xsd:documentation>
This element contains the value of the screen name.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

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