complexType PersonName
diagram mmixm_diagrams/mmixm_p90.png
namespace https://mmixm.aero/base/3
children mb:firstName mb:lastName mb:middleName mb:suffix mb:title
used by
element Person/personName
annotation
documentation
First name of the person
source <xs:complexType name="PersonName">
 
<xs:annotation>
   
<xs:documentation>First name of the person</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="firstName" type="xs:string" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The first name of a person.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="lastName" type="xs:string" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The last name of a person.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="middleName" type="xs:string" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The middle name of a person.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="suffix" type="xs:string" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Suffix associated with a person's name.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="title" type="xs:string" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Title associated with a person.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element PersonName/firstName
diagram mmixm_diagrams/mmixm_p91.png
namespace https://mmixm.aero/base/3
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The first name of a person.
source <xs:element name="firstName" type="xs:string" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The first name of a person.</xs:documentation>
 
</xs:annotation>
</xs:element>

element PersonName/lastName
diagram mmixm_diagrams/mmixm_p92.png
namespace https://mmixm.aero/base/3
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The last name of a person.
source <xs:element name="lastName" type="xs:string" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The last name of a person.</xs:documentation>
 
</xs:annotation>
</xs:element>

element PersonName/middleName
diagram mmixm_diagrams/mmixm_p93.png
namespace https://mmixm.aero/base/3
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The middle name of a person.
source <xs:element name="middleName" type="xs:string" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The middle name of a person.</xs:documentation>
 
</xs:annotation>
</xs:element>

element PersonName/suffix
diagram mmixm_diagrams/mmixm_p94.png
namespace https://mmixm.aero/base/3
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Suffix associated with a person's name.
source <xs:element name="suffix" type="xs:string" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Suffix associated with a person's name.</xs:documentation>
 
</xs:annotation>
</xs:element>

element PersonName/title
diagram mmixm_diagrams/mmixm_p95.png
namespace https://mmixm.aero/base/3
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Title associated with a person.
source <xs:element name="title" type="xs:string" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Title associated with a person.</xs:documentation>
 
</xs:annotation>
</xs:element>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy