Definition Type: ComplexType
Name: DependentItemReferenceType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: EPMTypes.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Comments in schema epmtypes_xsd Drilldown into DependentItemName in schema epmtypes_xsd Drilldown into DependentItemId in schema epmtypes_xsdXSD Diagram of DependentItemReferenceType in schema epmtypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="DependentItemReferenceType">
    <xsd:sequence>
        <xsd:element name="DependentItemId" type="EntityIdType" minOccurs="0" />
        <xsd:element name="DependentItemName" type="xsd:string" minOccurs="0" />
        <xsd:element name="Comments" type="EPMCommentsType" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DependentItemId hr:DependentItemId 0 (1)
DependentItemName hr:DependentItemName 0 (1)
Comments hr:Comments 0 unbounded
Collapse Derivation Tree:
Collapse References:
hr:DependentItemReference