diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://fifa.com/fc | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of fc:OrganisationType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | fc:NationalIdentifier fc:LocalOrganisationName fc:SupportedDiscipline fc:OfficialAddress fc:WebAddress fc:Email fc:Phone fc:Fax fc:Logo | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="OrganisationLocalType"> <xsd:annotation> <xsd:documentation>This object extends the OrganisationType and complements it with scenario specific detailed information such as organisation local system MA id etc.</xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="fc:OrganisationType"> <xsd:attribute name="LocalName" type="fc:String" use="required"> <xsd:annotation> <xsd:documentation>The name of an organisation in local language (the language specified by LocalLanguage attribute).</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="LocalShortName" type="fc:String" use="optional"> <xsd:annotation> <xsd:documentation>The short name of an organisation in local language (the language specified by LocalLanguage attribute).</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="LocalSystemMAId" type="fc:String" use="optional"> <xsd:annotation> <xsd:documentation>The number/string value representing the organisation identificator in local MA's system.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="LocalLanguage" type="fc:ISO639-2Type" use="required"> <xsd:annotation> <xsd:documentation>The language the localised names(LocalName and LocalShortName) are written in.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="LocalCountry" type="fc:ISO3166CountryCode" use="required"> <xsd:annotation> <xsd:documentation>The associated county of MA constructing XML entity.</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:extension> </xsd:complexContent> </xsd:complexType> |