element <screenName> (local)
Namespace:
Type:
Content:
complex, 3 attributes, 2 elements, elem. wildcard
Defined:
locally within myProfileType complexType in myProfile.xsd; see XML source
XML Representation Summary
<screenName
   
 = 
xsd:nonNegativeInteger
 = 
xsd:hexBinary
 = 
xsd:string
   
>
   
Content: 
</screenName>
Content model elements (2):
cat (type hs:catType), name (type hs:localizableString)
Included in content model of elements (1):
myProfile
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="screenName" type="screenNameBlueType"/>
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 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 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 screenNameType complexType
XML Source (see within schema source)
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>