diagram | |||||||||||||||||||||||
namespace | http://fifa.com/fc | ||||||||||||||||||||||
used by |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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> |
type | fc:String | ||
properties |
|
||
annotation |
|
||
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> |
type | fc:String | ||
properties |
|
||
annotation |
|
||
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> |