diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://fifa.com/fc | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | fc:LocalFacilityName fc:Field fc:OfficialAddress fc:WebAddress fc:Email fc:Phone fc:Fax | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="FacilityType"> <xsd:annotation> <xsd:documentation>The generic facility, i.e. stadiums, sports arenas, or any other relevant real-estate.</xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="LocalFacilityName" type="fc:LocalNameType" nillable="false" minOccurs="0" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation>The localised names of the facility.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="Field" type="fc:FieldType" nillable="false" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation>The list of the fields belonging to a facility.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="OfficialAddress" type="fc:AddressType" nillable="false"> <xsd:annotation> <xsd:documentation>The official address of the facility.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="WebAddress" type="fc:WebAddressType" nillable="false" minOccurs="0"> <xsd:annotation> <xsd:documentation>The web address of the facility.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="Email" type="fc:EmailAddressType" nillable="false" minOccurs="0"> <xsd:annotation> <xsd:documentation>The primary e-mail of the facility.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="Phone" type="fc:PhoneNumberType" nillable="false" minOccurs="0"> <xsd:annotation> <xsd:documentation>The primary phone number of the facility.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="Fax" type="fc:PhoneNumberType" nillable="false" minOccurs="0"> <xsd:annotation> <xsd:documentation>The primary fax number of the facility.</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> <xsd:attribute name="FacilityFIFAId" type="fc:FIFAIdentifier" use="optional"> <xsd:annotation> <xsd:documentation>The worldwide unique FIFA ID of the facility.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="Status" type="fc:SimpleStatusType" use="required"> <xsd:annotation> <xsd:documentation>The status of this facility.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="InternationalName" type="fc:String" use="optional"> <xsd:annotation> <xsd:documentation>The international name of the facility. An example could be L'Estadi Camp Nou.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="InternationalShortName" type="fc:String" use="optional"> <xsd:annotation> <xsd:documentation>The international name (or abbreviation) of the Facility. As an example this could be Wembley or Camp Nou.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="OrganisationFIFAId" type="fc:FIFAIdentifier"> <xsd:annotation> <xsd:documentation>The ID of the parent organisation. If this facility belongs to some organisation, this attribute points to that parent organisation.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="ParentFacilityFIFAId" type="fc:FIFAIdentifier"> <xsd:annotation> <xsd:documentation>The ID of the parent field. If this facility is a child of (an)other facility, this element points to the parent facility. E.g. for Zagrabelo Pitch 1, this would be Zagrebello Sports Complex.</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> |