complexType ScoreType
diagram match-2.1_p26.png
namespace http://fifa.com/exchange/fec
children fec:ResultsSuplement
used by
elements MatchPhaseType/Score MatchEventType/Score
attributes
Name  Type  Use  Default  Fixed  Annotation
HomeScore  xsd:nonNegativeInteger  required      
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.
GuestScore  xsd:nonNegativeInteger  required      
documentation
Number of goals made by the guest team. If there is no guest team (e.g. Olympic Games) this is simply the goals of team two.
annotation
documentation
The score of a match.
source <xsd:complexType name="ScoreType">
 
<xsd:annotation>
   
<xsd:documentation>The score of a match.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="ResultsSuplement" type="fe:String255">
     
<xsd:annotation>
       
<xsd:documentation>Additional description added to the result. E.g. when the match is interrupted, a description is necessary suplement to the result.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
 
<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="GuestScore" type="xsd:nonNegativeInteger" use="required">
   
<xsd:annotation>
     
<xsd:documentation>Number of goals made by the guest team. If there is no guest team (e.g. Olympic Games) this is simply the goals of team two.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

attribute ScoreType/@HomeScore
type xsd:nonNegativeInteger
properties
use required
annotation
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.
source <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>

attribute ScoreType/@GuestScore
type xsd:nonNegativeInteger
properties
use required
annotation
documentation
Number of goals made by the guest team. If there is no guest team (e.g. Olympic Games) this is simply the goals of team two.
source <xsd:attribute name="GuestScore" type="xsd:nonNegativeInteger" use="required">
 
<xsd:annotation>
   
<xsd:documentation>Number of goals made by the guest team. If there is no guest team (e.g. Olympic Games) this is simply the goals of team two.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

element ScoreType/ResultsSuplement
diagram match-2.1_p27.png
namespace http://fifa.com/exchange/fec
type fe:String255
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 255
annotation
documentation
Additional description added to the result. E.g. when the match is interrupted, a description is necessary suplement to the result.
source <xsd:element name="ResultsSuplement" type="fe:String255">
 
<xsd:annotation>
   
<xsd:documentation>Additional description added to the result. E.g. when the match is interrupted, a description is necessary suplement to the result.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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