Namespace: |
|
Content: |
|
Defined: |
globally in myProfile.xsd; see XML source |
Includes: |
|
Used: |
at 1 location |
XML Representation Summary |
|||||
<...> |
|||||
|
|||||
</...> |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
This element encapsulates an electronic address for this entity. Specifically,
</xsd:documentation>
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:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="cat" type="hs:catType"/>
</xsd:sequence>
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>
<xsd:annotation>
</xsd:element>
<xsd:documentation>
</xsd:annotation>
This element contains the value of the screen name.
</xsd:documentation>
</xsd:complexType>
|
Type: |
hs:catType, empty content |
Defined: |
Type: |
hs:localizableString, simple content |
Defined: |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
This element contains the value of the screen name.
</xsd:documentation>
</xsd:element>
|
Defined: |
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>
|