complexType "securityCertificateBlueType"
Namespace:
Content:
complex, 3 attributes, 2 elements
Defined:
globally in myProfile.xsd; see XML source
Used:
XML Representation Summary
<...
   
 = 
xsd:nonNegativeInteger
 = 
xsd:hexBinary
 = 
xsd:string
   
>
   
Content: 
</...>
Content Model Elements (2):
cat (type hs:catType), certificate (type xsd:hexBinary)
All Direct / Indirect Based Elements (3):
securityCertificate, securityCertificate (in contact), securityCertificate (in myProfile)
Known Usage Locations
Type Definition Detail
Type Derivation Tree
securityCertificateType (extension)
  securityCertificateBlueType
XML Source (see within schema source)
<xsd:complexType name="securityCertificateBlueType">
<xsd:complexContent>
<xsd:extension base="securityCertificateType">
<xsd:attributeGroup ref="hs:standardBlueAttributeGroup"/>
</xsd:extension>
</xsd:complexContent>
</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"/>
Content Element Detail (all declarations; 2/2)
cat
Type:
hs:catType, empty content
Defined:
locally within securityCertificateType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="cat" type="hs:catType"/>

certificate
Type:
xsd:hexBinary, predefined, simple content
Defined:
locally within securityCertificateType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="certificate" type="xsd:hexBinary"/>