diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://fifa.com/fc | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of fc:FacilityType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | fc:LocalFacilityName fc:Field fc:OfficialAddress fc:WebAddress fc:Email fc:Phone fc:Fax | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="FacilityLocalType"> <xsd:annotation> <xsd:documentation>This object extends the FacilityType and complements it with scenario specific detailed information such as facility local system MA id etc.</xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="fc:FacilityType"> <xsd:attribute name="LocalName" type="fc:String" use="required"> <xsd:annotation> <xsd:documentation>The name of a facility in local language (the language specified by LocalNameLanguage attribute).</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="LocalShortName" type="fc:String" use="optional"> <xsd:annotation> <xsd:documentation>The short name of a facility in local language (the language specified by LocalNameLanguage 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 facility 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> |