nc:MilitarySummaryType
complexType MilitarySummaryType in namespace http://release.niem.gov/niem/niem-core/4.0/
Definition
A data type for a service of a person in a military.
Diagram
XML Schema
<xs:complexType name="MilitarySummaryType">
<xs:annotation>
<xs:documentation>
A data type for a service of a person in a military.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="nc:MilitaryBranchName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:MilitaryDischargeDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:MilitaryDischargeCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:MilitaryExemptionDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:MilitaryExperienceIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:MilitaryReleaseDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:MilitaryReleaseCategoryText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:MilitaryServiceActiveIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:MilitaryServiceTimeMeasure" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:MilitaryStatus" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:MilitaryCountry" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:MilitarySummaryAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>