complexType "identificationNumberType"
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), number (type hs:string)
Known Direct Subtypes (1):
identificationNumberBlueType
All Direct / Indirect Based Elements (3):
identificationNumber, identificationNumber (in contact), identificationNumber (in myProfile)
Known Usage Locations
Annotation
This optional element encapsulates an identification number for the entity (for example, an employee ID number, social security number, national ID number, or driver's license number).
XML Source (see within schema source)
<xsd:complexType name="identificationNumberType">
<xsd:annotation>
<xsd:documentation>
This optional element encapsulates an identification number
for the entity (for example, an employee ID number, social security number,
national ID number, or driver's license number).
</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 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>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; 3/3)
cat
Type:
hs:catType, empty content
Defined:
locally within (this) identificationNumberType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="cat" type="hs:catType"/>

number
Type:
hs:string, simple content
Defined:
locally within (this) identificationNumberType complexType
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 (this) identificationNumberType complexType
XML Source (see within schema source)
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>