Definition Type: Element
Name: Role
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: SharedStaffingModules.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into Comments in schema sharedstaffingmodules_xsd Drilldown into EndDate in schema sharedstaffingmodules_xsd Drilldown into StartDate in schema sharedstaffingmodules_xsd Drilldown into Deliverable in schema sharedstaffingmodules_xsd Drilldown into Name in schema sharedstaffingmodules_xsdXSD Diagram of Role in schema sharedstaffingmodules_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Name hr:Name 0 (1)
Deliverable hr:Deliverable 0 unbounded
StartDate hr:StartDate 0 (1)
EndDate hr:EndDate 0 (1)
Comments hr:Comments 0 (1)