complexType "IndividualNameType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<...> |
|
|
</...> |
Content Model Elements (5):
-
All Direct / Indirect Based Elements (1):
-
Known Usage Locations
- As direct type of elements (1):
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) -
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"/> |
-
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"/> |
-
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"/> |
-
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"/> |
-
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"/> |