diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://fifa.com/fc | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="FieldType"> <xsd:annotation> <xsd:documentation>This represents a field. A field is a special facility allowing football matches to take place.</xsd:documentation> </xsd:annotation> <xsd:attribute name="OrderNumber" type="xsd:positiveInteger" use="required"> <xsd:annotation> <xsd:documentation>The order number of the field belonging to a facility.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="Discipline" type="fc:DisciplineType" use="required"> <xsd:annotation> <xsd:documentation>The discipline/sport which is being played on the stadium.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="Capacity" type="xsd:nonNegativeInteger" use="required"> <xsd:annotation> <xsd:documentation>The maximum number of people allowed as audience/spectators.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="GroundNature" type="fc:GroundNatureType" use="required"> <xsd:annotation> <xsd:documentation>The type of ground in the stadium, e.g. natural grass or artificial turf.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="Length" type="xsd:float" use="optional"> <xsd:annotation> <xsd:documentation>The length of a field defined in metres (m).</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="Width" type="xsd:float" use="optional"> <xsd:annotation> <xsd:documentation>The width of a field defined in metres (m).</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="Latitude" type="xsd:float" use="optional"> <xsd:annotation> <xsd:documentation>The latitude of a field defined as a decimal point (+ for North, - for South).</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="Longitude" type="xsd:float" use="optional"> <xsd:annotation> <xsd:documentation>The longitude of a field defined as a decimal point (+ for East, - for West).</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> |