complexType CustomExtensionType
diagram generic-types-2.1_p11.png
namespace http://fifa.com/exchange/fe
children fe:Value fe:NativeValue
attributes
Name  Type  Use  Default  Fixed  Annotation
Key  fe:InternationalString50  required      
documentation
The english (international) attribute name of the custom extension.
annotation
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).
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>

attribute CustomExtensionType/@Key
type fe:InternationalString50
properties
use required
facets
Kind Value Annotation
minLength 1
maxLength 50
pattern [&#x0020;-&#x027F;]*
annotation
documentation
The english (international) attribute name of the custom extension.
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>

element CustomExtensionType/Value
diagram generic-types-2.1_p12.png
namespace http://fifa.com/exchange/fe
type fe:InternationalLongString
properties
content simple
nillable false
facets
Kind Value Annotation
minLength 1
maxLength 1000000
pattern [&#x0020;-&#x027F;]*
annotation
documentation
The english (international) value of custom attribute.
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>

element CustomExtensionType/NativeValue
diagram generic-types-2.1_p13.png
namespace http://fifa.com/exchange/fe
type fe:LongLocalizedString
properties
minOcc 0
maxOcc 100
content complex
nillable false
children fe:Value
attributes
Name  Type  Use  Default  Fixed  Annotation
Language  ISO639-2Type  required      
documentation
The language of this localized string.
annotation
documentation
Localized values of the custom attribute.
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>


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