complexType MatchFacilityInternationalType
diagram scenarios_p18.png
namespace http://fifa.com/fc
used by
element MatchInternationalType/Facility
attributes
Name  Type  Use  Default  Fixed  Annotation
FacilityFIFAId  fc:FIFAIdentifier  required      
documentation
This is the worldwide unique id of the stadium.
InternationalName  fc:String  optional      
documentation
The international (Latin) name of the venue.
InternationalShortName  fc:String  optional      
documentation
The international (Latin) short name of the venue.
FieldOrderNumber  xsd:positiveInteger  optional      
documentation
Order number of the field it was played on.
Capacity  xsd:nonNegativeInteger        
documentation
Capacity of the stadium
Town  fc:String  required      
documentation
Town of the Facility derived from the official address
Country  ISO3166CountryCode  required      
documentation
Country of the facility derived from the official address
annotation
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.
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy