Definition Type: Element
Name: MilitaryEducation
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: ScreeningTypes.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into Comments in schema screeningtypes_xsd Drilldown into EducationalMeasure in schema screeningtypes_xsd Drilldown into DatesOfAttendance in schema screeningtypes_xsd Drilldown into CourseName in schema screeningtypes_xsd Drilldown into School in schema screeningtypes_xsdXSD Diagram of MilitaryEducation in schema screeningtypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="MilitaryEducation" minOccurs="0" maxOccurs="unbounded">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="School" type="SchoolDataType" minOccurs="0" />
            <xsd:element name="CourseName" type="xsd:string" minOccurs="0" />
            <xsd:element name="DatesOfAttendance" type="DatesOfAttendanceType" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="EducationalMeasure" type="EducationMeasureType" minOccurs="0" />
            <xsd:element name="Comments" type="xsd:string" minOccurs="0" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
School hr:School 0 (1)
CourseName hr:CourseName 0 (1)
DatesOfAttendance hr:DatesOfAttendance 0 unbounded
EducationalMeasure hr:EducationalMeasure 0 (1)
Comments hr:Comments 0 (1)