Definition Type: SimpleType
Name: IdList
Containing Schema: hcm-pdt.xsd
Documentation:
A generic data construct representing of list of unique identifiers of type
globaId. The purpose of this construct is reusability of a common data block that can be used in other complex type definitions requiring referecing a group of elements.
Collapse XSD Schema Diagram:
XSD Diagram of IdList
Collapse XSD Schema Code:
<xs:simpleType name="IdList">
    <xs:annotation>
        <xs:documentation>A generic data construct representing of list of unique identifiers of type
				<code>globaId</code>. The purpose of this construct is reusability of a common data block that can be used in other complex type definitions requiring referecing a group of elements.</xs:documentation>
    </xs:annotation>
    <xs:list itemType="globalId" />
</xs:simpleType>
Collapse Derivation Tree: