Definition Type: ComplexType
Name: DatesOfServiceType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: MilitaryHistory.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into EndDate in schema militaryhistory_xsd Drilldown into StartDate in schema militaryhistory_xsdXSD Diagram of DatesOfServiceType in schema militaryhistory_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="DatesOfServiceType">
    <xsd:sequence>
        <xsd:element name="StartDate" type="FlexibleDatesType" />
        <xsd:element name="EndDate" type="FlexibleDatesType" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
StartDate hr:StartDate (1) (1)
EndDate hr:EndDate 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:DatesOfService