<xs:complexType name="siteMetadataComplexType">
<xs:annotation>
<xs:documentation>Metadata about the site.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="baseEntityMetadataComplexType">
<xs:sequence>
<xs:element name="sports-content-codes" type="sportsContentCodesComplexType" minOccurs="0" />
</xs:sequence>
<xs:attribute name="capacity" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>How many spectators can fill the site.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="site-style" type="QCodeType" use="optional">
<xs:annotation>
<xs:documentation>Whether it is an indoor or outdoor site.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="surface" type="QCodeType" use="optional">
<xs:annotation>
<xs:documentation>Describes the surface upon which events are played. For example, in tennis, could be hard-court or grass or clay.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="shape" type="QCodeType" use="optional">
<xs:annotation>
<xs:documentation>A controlled vocabulary for the site's shape. Example for motor-racing: oval.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="incline" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>The pitch or embankment of the field of play. Generally in degrees. Example for motor-racing: 13.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="length" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>The length of the arena or field of play.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="length-units" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>The units used for the length attribute.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="type" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>A controlled vocabulary for the type or class of arena. Example for motor-racing: super-speedway.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="home-page-url" type="xs:anyURI" use="optional">
<xs:annotation>
<xs:documentation>The website for the venue or arena.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="created" type="TruncatedDateTimeType" use="optional">
<xs:annotation>
<xs:documentation>Date (and time) when a place was built, opened or so.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ceasedToExist" type="TruncatedDateTimeType" use="optional">
<xs:annotation>
<xs:documentation>Date (and time) when a place ceased to exist.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|