metrics:count-group

Element Information

Model

Children: metrics:count

Attributes

QName Type Fixed Default Use Inheritable Annotation
name restriction of xs:token required
state union of(metrics:State, metrics:Custom) optional

Used By

Element metrics:stage

Source

<xs:element name="count-group">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="1" maxOccurs="unbounded" ref="metrics:count"/>
    </xs:sequence>
    <xs:attribute name="name" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="verifiable"/>
          <xs:enumeration value="non-verifiable"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="state">
      <xs:simpleType>
        <xs:union memberTypes="metrics:State metrics:Custom"/>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>

Sample