Definition Type: Element
Name: Association
Namespace: http://ns.hr-xml.org/2007-04-15
Type: hr:AssociationType
Containing Schema: NewHire.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into OrganizationId in schema newhire_xsd Drilldown into Comments in schema sharedstaffingmodules_xsd Drilldown into Role in schema sharedstaffingmodules_xsd Drilldown into EndDate in schema sharedstaffingmodules_xsd Drilldown into StartDate in schema sharedstaffingmodules_xsd Drilldown into Link in schema sharedstaffingmodules_xsd Drilldown into Id in schema sharedstaffingmodules_xsd Drilldown into Name in schema sharedstaffingmodules_xsd Drilldown into AssociationType in schema sharedstaffingmodules_xsdXSD Diagram of Association in schema newhire_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="Association" minOccurs="0" maxOccurs="unbounded">
    <xsd:complexType>
        <xsd:complexContent>
            <xsd:extension base="AssociationType">
                <xsd:sequence>
                    <xsd:element name="OrganizationId" type="EntityIdType" />
                </xsd:sequence>
            </xsd:extension>
        </xsd:complexContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Name hr:Name (1) (1)
Id hr:Id 0 (1)
Link hr:Link 0 (1)
StartDate hr:StartDate 0 (1)
EndDate hr:EndDate 0 (1)
Role hr:Role 0 unbounded
Comments hr:Comments 0 (1)
OrganizationId hr:OrganizationId (1) (1)
Collapse Derivation Tree: