complexType PictureType
diagram generic-types-2.1_p37.png
namespace http://fifa.com/exchange/fe
type extension of xmime:base64Binary
properties
base xmime:base64Binary
attributes
Name  Type  Use  Default  Fixed  Annotation
xmime:contentType  derived by: xsd:string        
PictureUsage  fe:PictureUsageType  required      
ValidFrom  fe:Date        
documentation
If the picture is only valid for a fixed period this date specifies the earliest valid date.
ValidTo  fe:Date        
documentation
If the picture is only valid for a fixed period this date specifies the latest valid date.
annotation
documentation
An encoded picture.
source <xsd:complexType name="PictureType">
 
<xsd:annotation>
   
<xsd:documentation>An encoded picture.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleContent>
   
<xsd:extension base="xmime:base64Binary">
     
<xsd:attribute name="PictureUsage" type="fe:PictureUsageType" use="required"/>
     
<xsd:attribute name="ValidFrom" type="fe:Date">
       
<xsd:annotation>
         
<xsd:documentation>If the picture is only valid for a fixed period this date specifies the earliest valid date.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="ValidTo" type="fe:Date">
       
<xsd:annotation>
         
<xsd:documentation>If the picture is only valid for a fixed period this date specifies the latest valid date.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
   
</xsd:extension>
 
</xsd:simpleContent>
</xsd:complexType>

attribute PictureType/@PictureUsage
type fe:PictureUsageType
properties
use required
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.
source <xsd:attribute name="PictureUsage" type="fe:PictureUsageType" use="required"/>

attribute PictureType/@ValidFrom
type fe:Date
facets
Kind Value Annotation
pattern .*Z
annotation
documentation
If the picture is only valid for a fixed period this date specifies the earliest valid date.
source <xsd:attribute name="ValidFrom" type="fe:Date">
 
<xsd:annotation>
   
<xsd:documentation>If the picture is only valid for a fixed period this date specifies the earliest valid date.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute PictureType/@ValidTo
type fe:Date
facets
Kind Value Annotation
pattern .*Z
annotation
documentation
If the picture is only valid for a fixed period this date specifies the latest valid date.
source <xsd:attribute name="ValidTo" type="fe:Date">
 
<xsd:annotation>
   
<xsd:documentation>If the picture is only valid for a fixed period this date specifies the latest valid date.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>


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