Definition Type: Element
Name: ServiceDetail
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: MilitaryHistory.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema userarea_xsd Drilldown into DischargeStatus in schema militaryhistory_xsd Drilldown into DisciplinaryAction in schema militaryhistory_xsd Drilldown into RecognitionAchieved in schema militaryhistory_xsd Drilldown into AreaOfExpertise in schema militaryhistory_xsd Drilldown into Campaign in schema militaryhistory_xsd Drilldown into DatesOfService in schema militaryhistory_xsd Drilldown into RankAchieved in schema militaryhistory_xsd Drilldown into UnitOrDivision in schema militaryhistory_xsd Drilldown into branch in schema militaryhistory_xsdXSD Diagram of ServiceDetail in schema militaryhistory_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="ServiceDetail" minOccurs="0" maxOccurs="unbounded">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="UnitOrDivision" type="xsd:string" minOccurs="0" />
            <xsd:element name="RankAchieved" type="RankAchievedType" minOccurs="0" />
            <xsd:element name="DatesOfService" type="DatesOfServiceType" />
            <xsd:element name="Campaign" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="AreaOfExpertise" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="RecognitionAchieved" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="DisciplinaryAction" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="DischargeStatus" type="xsd:string" minOccurs="0" />
            <xsd:element ref="UserArea" minOccurs="0" />
        </xsd:sequence>
        <xsd:attribute name="branch" type="xsd:string" use="required" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
UnitOrDivision hr:UnitOrDivision 0 (1)
RankAchieved hr:RankAchieved 0 (1)
DatesOfService hr:DatesOfService (1) (1)
Campaign hr:Campaign 0 unbounded
AreaOfExpertise hr:AreaOfExpertise 0 unbounded
RecognitionAchieved hr:RecognitionAchieved 0 unbounded
DisciplinaryAction hr:DisciplinaryAction 0 unbounded
DischargeStatus hr:DischargeStatus 0 (1)
UserArea hr:UserArea 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
branch hr:branch Required