Definition Type: Element
Name: Certificates
Containing Schema: hcm-pdt.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
List of certificates assigned to the certified company.
Collapse XSD Schema Diagram:
XSD Diagram of Certificates
Collapse XSD Schema Code:
<xs:element name="Certificates">
    <xs:annotation>
        <xs:documentation>List of certificates assigned to the certified company.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="Certificate" type="Certificate" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Certificate Certificate (1) unbounded