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