Definition Type: ComplexType
Name: RelatedReportedOrganizationType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: MetricsInterchange.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into OrganizationId in schema metricsinterchange_xsd Drilldown into OrganizationName in schema metricsinterchange_xsd Drilldown into relationship in schema metricsinterchange_xsdXSD Diagram of RelatedReportedOrganizationType in schema metricsinterchange_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="RelatedReportedOrganizationType">
    <xsd:sequence>
        <xsd:element name="OrganizationName" type="xsd:string" minOccurs="0" />
        <xsd:element name="OrganizationId" type="EntityIdType" minOccurs="0" />
    </xsd:sequence>
    <xsd:attribute name="relationship" type="OrganizationRelationshipType" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OrganizationName hr:OrganizationName 0 (1)
OrganizationId hr:OrganizationId 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
relationship hr:relationship (Optional)
Collapse Derivation Tree:
Collapse References:
hr:RelatedReportedOrganization