diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://fifa.com/fc | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="MatchPhaseType"> <xsd:annotation> <xsd:documentation>A phase in a match.</xsd:documentation> </xsd:annotation> <xsd:attribute name="Phase" type="fc:MatchPhaseNatureType" use="required"> <xsd:annotation> <xsd:documentation>The phase type, e.g. First Halftime</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="StartDateTime" type="fc:DateTime"> <xsd:annotation> <xsd:documentation>Actual start date and time of the Match phase</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="EndDateTime" type="fc:DateTime"> <xsd:annotation> <xsd:documentation>Actual end time of the Match phase</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="RegularTime" type="xsd:nonNegativeInteger" use="optional"> <xsd:annotation> <xsd:documentation>Number of minutes this phase is taking in regular time, e.g. 45 min.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="StoppageTime" type="xsd:nonNegativeInteger" use="optional"> <xsd:annotation> <xsd:documentation>Stoppage time in this phase, as announced by referee.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="HomeScore" type="xsd:nonNegativeInteger" use="required"> <xsd:annotation> <xsd:documentation>Number of goals made by the home team. If there is no home team (e.g. Olympic Games) this is simply the goals of team one.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="AwayScore" type="xsd:nonNegativeInteger" use="required"> <xsd:annotation> <xsd:documentation>Number of goals made by the away team. If there is no away team (e.g. Olympic Games) this is simply the goals of team two.</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> |