<xs:complexType name="outcomeResultComplexType">
<xs:annotation>
<xs:documentation>A report on the result, if any, from the event etc.</xs:documentation>
</xs:annotation>
<xs:attributeGroup ref="commonAttributes" />
<xs:attributeGroup ref="coverageAttributes" />
<xs:attribute name="type" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>The type of outcome result. Can be things like relegation, promotion and qualification</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="key" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>A key for the type of result described</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="comment" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>Textual comment about the outcome result</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|