DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "IndividualNameType"
Namespace:
Content:
complex, 5 elements
Defined:
globally in archive.xsd, see XML source
Includes:
definitions of 5 elements
Used:
XML Representation Summary
<...>
   
Content: 
(Prefix?, First?, Middle*, Last?, Suffix?)?
</...>
Content Model Elements (5):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
An individual name
XML Source (w/o annotations (6); see within schema source)
<xs:complexType name="IndividualNameType">
<xs:sequence minOccurs="0">
<xs:element minOccurs="0" name="Prefix" type="xs:string"/>
<xs:element minOccurs="0" name="First" type="xs:string"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="Middle" type="xs:string"/>
<xs:element minOccurs="0" name="Last" type="xs:string"/>
<xs:element minOccurs="0" name="Suffix" type="xs:string"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (defined in this component only; 5/5)
First
Type:
xs:string, predefined, simple content
First (given) name of the individual
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="First" type="xs:string"/>

Last
Type:
xs:string, predefined, simple content
Last (family) name /surname of the individual
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Last" type="xs:string"/>

Middle
Type:
xs:string, predefined, simple content
Middle name or initial of the individual
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="Middle" type="xs:string"/>

Prefix
Type:
xs:string, predefined, simple content
Title that preceded the name of the individual, such as Ms., or Dr.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Prefix" type="xs:string"/>

Suffix
Type:
xs:string, predefined, simple content
Title that follows the name of the individual, such as Esq.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Suffix" type="xs:string"/>

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set