diagram | ![]() |
||||||||||||||
namespace | http://fifa.com/exchange/fe | ||||||||||||||
children | fe:Value fe:NativeValue | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xsd:complexType name="CustomExtensionType"> <xsd:annotation> <xsd:documentation>Provides a list of key/value pairs that can be used for custom extensions. Example: If an application wants to support a TaxId on a Person object, it can add a CustomExtensionType entry with key TaxId and value (TaxIdOfThePerson).</xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="Value" type="fe:InternationalLongString" nillable="false"> <xsd:annotation> <xsd:documentation>The english (international) value of custom attribute.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="NativeValue" type="fe:LongLocalizedString" nillable="false" minOccurs="0" maxOccurs="100"> <xsd:annotation> <xsd:documentation>Localized values of the custom attribute.</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> <xsd:attribute name="Key" type="fe:InternationalString50" use="required"> <xsd:annotation> <xsd:documentation>The english (international) attribute name of the custom extension.</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> |
type | fe:InternationalString50 | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xsd:attribute name="Key" type="fe:InternationalString50" use="required"> <xsd:annotation> <xsd:documentation>The english (international) attribute name of the custom extension.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
diagram | ![]() |
||||||||||||
namespace | http://fifa.com/exchange/fe | ||||||||||||
type | fe:InternationalLongString | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xsd:element name="Value" type="fe:InternationalLongString" nillable="false"> <xsd:annotation> <xsd:documentation>The english (international) value of custom attribute.</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | ![]() |
||||||||||||||
namespace | http://fifa.com/exchange/fe | ||||||||||||||
type | fe:LongLocalizedString | ||||||||||||||
properties |
|
||||||||||||||
children | fe:Value | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xsd:element name="NativeValue" type="fe:LongLocalizedString" nillable="false" minOccurs="0" maxOccurs="100"> <xsd:annotation> <xsd:documentation>Localized values of the custom attribute.</xsd:documentation> </xsd:annotation> </xsd:element> |