Definition Type: Element
Name: ActivityPerformer
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: NewHire.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into Comments in schema newhire_xsd Drilldown into Role in schema newhire_xsd Drilldown into PersonId in schema newhire_xsd Drilldown into PersonName in schema newhire_xsdXSD Diagram of ActivityPerformer in schema newhire_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="ActivityPerformer" minOccurs="0" maxOccurs="unbounded">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="PersonName" type="PersonNameType" minOccurs="0" />
            <xsd:element name="PersonId" type="EntityIdType" minOccurs="0" />
            <xsd:element name="Role" type="xsd:string" 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
PersonName hr:PersonName 0 (1)
PersonId hr:PersonId 0 (1)
Role hr:Role 0 (1)
Comments hr:Comments 0 (1)