complexType PictureLinkType
diagram generic_p11.png
namespace http://fifa.com/fc
used by
element PictureType/PictureLink
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.
annotation
documentation
A link to the picture file (not embedded) either absolute or relative.
source <xsd:complexType name="PictureLinkType">
 
<xsd:annotation>
   
<xsd:documentation>A link to the picture file (not embedded) either absolute or relative.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:attribute name="PictureLink" type="fc:String" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The link to the picture file.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="MimeType" type="fc:String" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The mime/content type of the image, e.g. png or jpg.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

attribute PictureLinkType/@PictureLink
type fc:String
properties
use required
annotation
documentation
The link to the picture file.
source <xsd:attribute name="PictureLink" type="fc:String" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The link to the picture file.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute PictureLinkType/@MimeType
type fc:String
properties
use required
annotation
documentation
The mime/content type of the image, e.g. png or jpg.
source <xsd:attribute name="MimeType" type="fc:String" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The mime/content type of the image, e.g. png or jpg.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>


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