element <identificationNumber> (global)
Namespace:
Type:
Content:
complex, 3 attributes, 2 elements, elem. wildcard
Defined:
globally in myProfile.xsd; see XML source
Used:
never
XML Representation Summary
<identificationNumber
   
 = 
xsd:nonNegativeInteger
 = 
xsd:hexBinary
 = 
xsd:string
   
>
   
Content: 
</identificationNumber>
Content model elements (2):
cat (type hs:catType), number (type hs:string)
XML Source (see within schema source)
<xsd:element name="identificationNumber" type="identificationNumberBlueType"/>
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:
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="cat" type="hs:catType"/>

number
Type:
hs:string, simple content
Defined:
This element contains the actual identification number value.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="number" type="hs:string">
<xsd:annotation>
<xsd:documentation>
This element contains the actual identification number value.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

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