Definition Type: Element
Name: Person
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: TimeCardConfiguration.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into Assignment in schema timecardconfiguration_xsd Drilldown into PersonName in schema personname_xsd Drilldown into Id in schema timecardconfiguration_xsd Drilldown into preferredLanguage in schema timecardconfiguration_xsd Drilldown into validTo in schema timecardconfiguration_xsd Drilldown into validFrom in schema timecardconfiguration_xsdXSD Diagram of Person in schema timecardconfiguration_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="Person" minOccurs="0" maxOccurs="unbounded">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="Id" type="xsd:string" minOccurs="0" />
            <xsd:element ref="PersonName" minOccurs="0" />
            <xsd:element name="Assignment" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
        </xsd:sequence>
        <xsd:attribute name="validFrom" type="AnyDateTimeType" />
        <xsd:attribute name="validTo" type="AnyDateTimeType" />
        <xsd:attribute name="preferredLanguage" type="xsd:language" use="optional" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Id hr:Id 0 (1)
PersonName hr:PersonName 0 (1)
Assignment hr:Assignment 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
validFrom hr:validFrom (Optional)
validTo hr:validTo (Optional)
preferredLanguage hr:preferredLanguage Optional