diagram | ![]() |
||||||||||||||||||||||
namespace | http://fifa.com/exchange/fe | ||||||||||||||||||||||
used by |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xsd:complexType name="NativeCompositeNameType"> <xsd:annotation> <xsd:documentation>The localized name of a Person. It is composed out of an optional First Name and a mandatory Last Name.</xsd:documentation> </xsd:annotation> <xsd:attribute name="Firstname" type="fe:String50"> <xsd:annotation> <xsd:documentation>The localized first name (given name) of the person.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="Lastname" type="fe:String255" use="required"> <xsd:annotation> <xsd:documentation>The localized last name (family name) of the person.</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> |
type | fe:String50 | |||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xsd:attribute name="Firstname" type="fe:String50"> <xsd:annotation> <xsd:documentation>The localized first name (given name) of the person.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
type | fe:String255 | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xsd:attribute name="Lastname" type="fe:String255" use="required"> <xsd:annotation> <xsd:documentation>The localized last name (family name) of the person.</xsd:documentation> </xsd:annotation> </xsd:attribute> |