eventStateCurling

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
end-number xs:string optional
The number of the end. Rounds of normally 8+8 stones are called ends in curling.
stone-idref xs:string optional
A reference to an id of the stone used.

Source

<xs:attributeGroup name="eventStateCurling">
  <xs:attribute name="stone-idref" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>A reference to an id of the stone used.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="end-number" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>The number of the end. Rounds of normally 8+8 stones are called ends in curling.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>