complexType PassportType
diagram generic-types-2.1_p31.png
namespace http://fifa.com/exchange/fe
attributes
Name  Type  Use  Default  Fixed  Annotation
PassportNumber  fe:InternationalString50  required      
documentation
The passport number.
ValidTo  fe:Date  required      
documentation
The date when this passport stops to be valid. The expiry date.
IssueDate  fe:Date  required      
documentation
The date when this passport was issued.
annotation
documentation
Information about the Passport of a Person.
source <xsd:complexType name="PassportType">
 
<xsd:annotation>
   
<xsd:documentation>Information about the Passport of a Person.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:attribute name="PassportNumber" type="fe:InternationalString50" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The passport number.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="ValidTo" type="fe:Date" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The date when this passport stops to be valid. The expiry date.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="IssueDate" type="fe:Date" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The date when this passport was issued.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

attribute PassportType/@PassportNumber
type fe:InternationalString50
properties
use required
facets
Kind Value Annotation
minLength 1
maxLength 50
pattern [&#x0020;-&#x027F;]*
annotation
documentation
The passport number.
source <xsd:attribute name="PassportNumber" type="fe:InternationalString50" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The passport number.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute PassportType/@ValidTo
type fe:Date
properties
use required
facets
Kind Value Annotation
pattern .*Z
annotation
documentation
The date when this passport stops to be valid. The expiry date.
source <xsd:attribute name="ValidTo" type="fe:Date" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The date when this passport stops to be valid. The expiry date.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute PassportType/@IssueDate
type fe:Date
properties
use required
facets
Kind Value Annotation
pattern .*Z
annotation
documentation
The date when this passport was issued.
source <xsd:attribute name="IssueDate" type="fe:Date" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The date when this passport was issued.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>


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