diagram | ![]() |
||||||||||||||||||||||||||||||||||
namespace | http://fifa.com/exchange/fe | ||||||||||||||||||||||||||||||||||
type | extension of xmime:base64Binary | ||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||
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> |
type | fe:PictureUsageType | ||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||
source | <xsd:attribute name="PictureUsage" type="fe:PictureUsageType" use="required"/> |
type | fe:Date | ||||||
facets |
|
||||||
annotation |
|
||||||
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> |
type | fe:Date | ||||||
facets |
|
||||||
annotation |
|
||||||
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> |