complexType "genderBlueType"
Namespace:
Content:
simple, 3 attributes
Defined:
globally in myProfile.xsd; see XML source
Used:
XML Representation Summary
<...
   
 = 
xsd:nonNegativeInteger
 = 
xsd:hexBinary
 = 
xsd:string
   
>
   
Content: 
{ "f" | "m" }
</...>
All Direct / Indirect Based Elements (1):
gender (in myProfile)
Known Usage Locations
Type Definition Detail
Type Derivation Tree
xsd:string (restriction)
  hs:string (restriction)
      genderType (extension)
          genderBlueType
Derivation:
extension of genderType
XML Source (see within schema source)
<xsd:complexType name="genderBlueType">
<xsd:simpleContent>
<xsd:extension base="genderType">
<xsd:attributeGroup ref="hs:standardBlueAttributeGroup"/>
</xsd:extension>
</xsd:simpleContent>
</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"/>