Definition Type: Element
Name: Resource
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: TimeCard.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into AdditionalData in schema timecard_xsd Drilldown into ResourceName in schema timecard_xsd Drilldown into Id in schema timecard_xsd Drilldown into type in schema timecard_xsdXSD Diagram of Resource in schema timecard_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="Resource">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="Id" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="ResourceName" type="xsd:string" minOccurs="0" />
            <xsd:element name="AdditionalData" type="AdditionalDataType" minOccurs="0" maxOccurs="unbounded" />
        </xsd:sequence>
        <xsd:attribute name="type" type="xsd:string" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Id hr:Id 0 unbounded
ResourceName hr:ResourceName 0 (1)
AdditionalData hr:AdditionalData 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
type hr:type (Optional)