complexType PassengerNameType
diagram sigws_p423.png
used by
element SIG_AirTicketRQ/IssueEMD/Passenger
complexType PassengerType
attributes
Name  Type  Use  Default  Fixed  Annotation
Title  derived by: s:string  required      
documentation
Passenger title: MR/MRS
LastName  derived by: s:string  required      
documentation
Family name
FirstName  s:string  required      
documentation
Given name
source <s:complexType name="PassengerNameType">
 
<s:attribute name="Title" use="required">
   
<s:annotation>
     
<s:documentation>Passenger title: MR/MRS</s:documentation>
   
</s:annotation>
   
<s:simpleType>
     
<s:restriction base="s:string">
       
<s:enumeration value="MR"/>
       
<s:enumeration value="MRS"/>
     
</s:restriction>
   
</s:simpleType>
 
</s:attribute>
 
<s:attribute name="LastName" use="required">
   
<s:annotation>
     
<s:documentation>Family name</s:documentation>
   
</s:annotation>
   
<s:simpleType>
     
<s:restriction base="s:string">
       
<s:minLength value="1"/>
     
</s:restriction>
   
</s:simpleType>
 
</s:attribute>
 
<s:attribute name="FirstName" type="s:string" use="required">
   
<s:annotation>
     
<s:documentation>Given name</s:documentation>
   
</s:annotation>
 
</s:attribute>
</s:complexType>

attribute PassengerNameType/@Title
type restriction of s:string
properties
use required
facets
Kind Value Annotation
enumeration MR
enumeration MRS
annotation
documentation
Passenger title: MR/MRS
source <s:attribute name="Title" use="required">
 
<s:annotation>
   
<s:documentation>Passenger title: MR/MRS</s:documentation>
 
</s:annotation>
 
<s:simpleType>
   
<s:restriction base="s:string">
     
<s:enumeration value="MR"/>
     
<s:enumeration value="MRS"/>
   
</s:restriction>
 
</s:simpleType>
</s:attribute>

attribute PassengerNameType/@LastName
type restriction of s:string
properties
use required
facets
Kind Value Annotation
minLength 1
annotation
documentation
Family name
source <s:attribute name="LastName" use="required">
 
<s:annotation>
   
<s:documentation>Family name</s:documentation>
 
</s:annotation>
 
<s:simpleType>
   
<s:restriction base="s:string">
     
<s:minLength value="1"/>
   
</s:restriction>
 
</s:simpleType>
</s:attribute>

attribute PassengerNameType/@FirstName
type s:string
properties
use required
annotation
documentation
Given name
source <s:attribute name="FirstName" type="s:string" use="required">
 
<s:annotation>
   
<s:documentation>Given name</s:documentation>
 
</s:annotation>
</s:attribute>


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