complexType PictureType
diagram generic_p12.png
namespace http://fifa.com/fc
children fc:PictureEmbedded fc:PictureLink
annotation
documentation
The picture of an entity.
source <xsd:complexType name="PictureType">
 
<xsd:annotation>
   
<xsd:documentation>The picture of an entity.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:choice>
   
<xsd:element name="PictureEmbedded" type="fc:PictureEmbeddedType" minOccurs="0"/>
   
<xsd:element name="PictureLink" type="fc:PictureLinkType" minOccurs="0"/>
 
</xsd:choice>
</xsd:complexType>

element PictureType/PictureEmbedded
diagram generic_p13.png
namespace http://fifa.com/fc
type fc:PictureEmbeddedType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
xmime:contentType  derived by: xsd:string        
source <xsd:element name="PictureEmbedded" type="fc:PictureEmbeddedType" minOccurs="0"/>

element PictureType/PictureLink
diagram generic_p14.png
namespace http://fifa.com/fc
type fc:PictureLinkType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
PictureLink  fc:String  required      
documentation
The link to the picture file.
MimeType  fc:String  required      
documentation
The mime/content type of the image, e.g. png or jpg.
source <xsd:element name="PictureLink" type="fc:PictureLinkType" minOccurs="0"/>


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