diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://fifa.com/fc | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="MatchFacilityInternationalType"> <xsd:annotation> <xsd:documentation>This type contains basic stadium data required for matches. Note that this type does not contain all Stadium information but only the data required for Matches. See Stadium in the Facility Standard for the full definition of the stadium entity.</xsd:documentation> </xsd:annotation> <xsd:attribute name="FacilityFIFAId" type="fc:FIFAIdentifier" use="required"> <xsd:annotation> <xsd:documentation>This is the worldwide unique id of the stadium.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="InternationalName" type="fc:String" use="optional"> <xsd:annotation> <xsd:documentation>The international (Latin) name of the venue.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="InternationalShortName" type="fc:String" use="optional"> <xsd:annotation> <xsd:documentation>The international (Latin) short name of the venue.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="FieldOrderNumber" type="xsd:positiveInteger" use="optional"> <xsd:annotation> <xsd:documentation>Order number of the field it was played on.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="Capacity" type="xsd:nonNegativeInteger"> <xsd:annotation> <xsd:documentation>Capacity of the stadium</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="Town" type="fc:String" use="required"> <xsd:annotation> <xsd:documentation>Town of the Facility derived from the official address</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="Country" type="fc:ISO3166CountryCode" use="required"> <xsd:annotation> <xsd:documentation>Country of the facility derived from the official address</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> |