Definition Type: ComplexType
Name: RelatedUnitType
Namespace: http://www.openapplications.org/oagis
Containing Schema: Invoice.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Unit in schema invoice_xsd Drilldown into Relationship in schema invoice_xsdXSD Diagram of RelatedUnitType in schema invoice_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xs:complexType name="RelatedUnitType">
    <xs:sequence>
        <xs:element name="Relationship" type="Relationship" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Defines the relationship between this related unit and the preceeding unit,</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="Unit" type="OrganizationalUnit" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Relationship nsC:Relationship 0 (1)
Unit nsC:Unit 0 (1)
Collapse Derivation Tree:
Collapse References:
nsC:RelatedUnit