Definition Type: ComplexType
Name: DeprecatedDatesOfAttendanceType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: EducationHistory.xsd
Abstract
Documentation:
This type is the same as the DatesOfAttendanceType, except it is an unbounded sequence. This remains for backward compatibility only.
Collapse XSD Schema Diagram:
Drilldown into EndDate in schema educationhistory_xsd Drilldown into StartDate in schema educationhistory_xsd Drilldown into studentInGoodStanding in schema educationhistory_xsd Drilldown into currentlyEnrolled in schema educationhistory_xsd Drilldown into enrollmentStatus in schema educationhistory_xsdXSD Diagram of DeprecatedDatesOfAttendanceType in schema educationhistory_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="DeprecatedDatesOfAttendanceType">
    <xsd:annotation>
        <xsd:documentation>This type is the same as the DatesOfAttendanceType, except it is an unbounded sequence.  This remains for backward compatibility only.  </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence maxOccurs="unbounded">
        <xsd:element name="StartDate" type="FlexibleDatesType" />
        <xsd:element name="EndDate" type="FlexibleDatesType" minOccurs="0" />
    </xsd:sequence>
    <xsd:attribute name="enrollmentStatus" type="xsd:string" use="optional" />
    <xsd:attribute name="currentlyEnrolled" type="xsd:boolean" use="optional" />
    <xsd:attribute name="studentInGoodStanding" type="xsd:boolean" use="optional" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
StartDate hr:StartDate (1) (1)
EndDate hr:EndDate 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
enrollmentStatus hr:enrollmentStatus Optional
currentlyEnrolled hr:currentlyEnrolled Optional
studentInGoodStanding hr:studentInGoodStanding Optional
Collapse Derivation Tree:
Collapse References:
hr:DatesOfAttendance