<element name="person">
<complexType mixed="true">
<choice minOccurs="0" maxOccurs="unbounded">
<element ref="nitf:name.given" />
<element ref="nitf:name.family" />
<element ref="nitf:function" />
<element ref="nitf:alt-code" />
</choice>
<attributeGroup ref="nitf:commonNITFAttributes" />
<attribute name="idsrc" type="string" use="optional" />
<attribute name="value" type="string" use="optional" />
<attribute name="gender" use="optional">
<simpleType>
<restriction base="string">
<enumeration value="male" />
<enumeration value="female" />
</restriction>
</simpleType>
</attribute>
</complexType>
</element>
|