Definition Type: Element
Name: ReportedOrganization
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: MetricsInterchange.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into ReportingData in schema metricsinterchange_xsd Drilldown into OrganizationDescriptors in schema metricsinterchange_xsd Drilldown into ContactInfo in schema metricsinterchange_xsd Drilldown into RelationshipToRespondent in schema metricsinterchange_xsd Drilldown into IsRespondentOrganization in schema metricsinterchange_xsd Drilldown into RelatedReportedOrganization in schema metricsinterchange_xsd Drilldown into OrganizationId in schema metricsinterchange_xsd Drilldown into OrganizationName in schema metricsinterchange_xsdXSD Diagram of ReportedOrganization in schema metricsinterchange_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="ReportedOrganization" maxOccurs="unbounded">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="OrganizationName" type="xsd:string" minOccurs="0" />
            <xsd:element name="OrganizationId" type="EntityIdType" minOccurs="0" />
            <xsd:element name="RelatedReportedOrganization" type="RelatedReportedOrganizationType" minOccurs="0" />
            <xsd:choice>
                <xsd:element name="IsRespondentOrganization" type="xsd:string" fixed="true" />
                <xsd:element name="RelationshipToRespondent" type="xsd:string" />
            </xsd:choice>
            <xsd:element name="ContactInfo" type="OrganizationContactType" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="OrganizationDescriptors" type="MetricsOrganizationDescriptorsType" />
            <xsd:element ref="ReportingData" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OrganizationName hr:OrganizationName 0 (1)
OrganizationId hr:OrganizationId 0 (1)
RelatedReportedOrganization hr:RelatedReportedOrganization 0 (1)
IsRespondentOrganization hr:IsRespondentOrganization (1) (1)
RelationshipToRespondent hr:RelationshipToRespondent (1) (1)
ContactInfo hr:ContactInfo 0 unbounded
OrganizationDescriptors hr:OrganizationDescriptors (1) (1)
ReportingData hr:ReportingData (1) unbounded