<xsd:complexType name="PersonAugmentationType">
<xsd:annotation>
<xsd:documentation>A data type for additional information about a person.</xsd:documentation>
<xsd:appinfo>
<i:Base i:namespace="http://niem.gov/niem/structures/2.0" i:name="AugmentationType" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="s:AugmentationType">
<xsd:sequence>
<xsd:element ref="intel:PersonAffiliationAssociation" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="intel:AgencySubjectInterest" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="intel:PersonCitizenshipDetails" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="intel:PersonContactDetails" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="intel:PersonEducationDetails" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:Location" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="intel:PersonMultimediaIDBinary" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="intel:PersonCapability" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="intel:PersonSystemIdentifier" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="intel:PersonOtherIdentification" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="intel:PersonCauseOfDeathText" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="intel:PersonEyeDescriptionText" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="intel:OccupationName" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:Aircraft" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:Vessel" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="intel:Train" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|