<xs:attribute name="alignment-scope" use="optional">
<xs:annotation>
<xs:documentation>Indicates that the included statistics apply only to events played either at home or away.</xs:documentation>
</xs:annotation>
<xs:simpleType id="alignmentScope">
<xs:annotation>
<xs:documentation>Every event played, including those played at home and hope so. The default option.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration id="alignmentScopeEvents-all" value="events-all" />
<xs:enumeration id="alignmentScopeEvents-home" value="events-home" />
<xs:enumeration id="alignmentScopeEvents-away" value="events-away" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
|