simpleType PictureUsageType
namespace http://fifa.com/exchange/fe
type restriction of fe:String50
properties
base fe:String50
used by
attribute PictureType/@PictureUsage
facets
Kind Value Annotation
minLength 1
maxLength 50
enumeration passport
documentation
A passport picture
enumeration thumbnail
documentation
A generic preview (small) picture.
enumeration official
documentation
The picture to use for offical purposes (such as public descriptions of the person/organization).
enumeration signature
documentation
A picture of a Signature.
enumeration other
documentation
A generic type of picture that should be used if no other usage type applies.
annotation
documentation
This is the usage type of a photo (picture).
source <xsd:simpleType name="PictureUsageType">
 
<xsd:annotation>
   
<xsd:documentation>This is the usage type of a photo (picture).</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="fe:String50">
   
<xsd:enumeration value="passport">
     
<xsd:annotation>
       
<xsd:documentation>A passport picture</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="thumbnail">
     
<xsd:annotation>
       
<xsd:documentation>A generic preview (small) picture.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="official">
     
<xsd:annotation>
       
<xsd:documentation>The picture to use for offical purposes (such as public descriptions of the person/organization).</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="signature">
     
<xsd:annotation>
       
<xsd:documentation>A picture of a Signature.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="other">
     
<xsd:annotation>
       
<xsd:documentation>A generic type of picture that should be used if no other usage type applies.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>


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