Definition Type: ComplexType
Name: RecordInfoType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: SharedStaffingModules.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Status in schema sharedstaffingmodules_xsd Drilldown into Id in schema sharedstaffingmodules_xsdXSD Diagram of RecordInfoType in schema sharedstaffingmodules_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="RecordInfoType">
    <xsd:sequence>
        <xsd:element name="Id" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Status" minOccurs="0">
            <xsd:complexType>
                <xsd:simpleContent>
                    <xsd:extension base="ExtendedBasicStatusType">
                        <xsd:attribute name="validFrom" type="AnyDateTimeNkNaType" />
                        <xsd:attribute name="validTo" type="AnyDateTimeNkNaType" />
                    </xsd:extension>
                </xsd:simpleContent>
            </xsd:complexType>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Id hr:Id 0 unbounded
Status hr:Status 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:CandidateRecordInfo, hr:PositionRecordInfo