Definition Type: ComplexType
Name: AssociationType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: SharedStaffingModules.xsd
Abstract
Collapse XSD Schema Diagram:
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_xsdXSD Diagram of AssociationType in schema sharedstaffingmodules_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="AssociationType">
    <xsd:sequence>
        <xsd:element name="Name" type="xsd:string" />
        <xsd:element name="Id" type="EntityIdType" minOccurs="0" />
        <xsd:element name="Link" type="InternetWebAddressType" minOccurs="0" />
        <xsd:element name="StartDate" type="FlexibleDatesType" minOccurs="0" />
        <xsd:element name="EndDate" type="FlexibleDatesType" minOccurs="0" />
        <xsd:element name="Role" minOccurs="0" maxOccurs="unbounded">
            <xsd:complexType>
                <xsd:sequence>
                    <xsd:element name="Name" type="xsd:string" minOccurs="0" />
                    <xsd:element name="Deliverable" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
                    <xsd:element name="StartDate" type="FlexibleDatesType" minOccurs="0" />
                    <xsd:element name="EndDate" type="FlexibleDatesType" minOccurs="0" />
                    <xsd:element name="Comments" type="xsd:string" minOccurs="0" />
                </xsd:sequence>
            </xsd:complexType>
        </xsd:element>
        <xsd:element name="Comments" type="xsd:string" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
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)
Collapse Derivation Tree:
Collapse References:
hr:Association, hr:Association