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