Sequence

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id ELEMENT-ID required
numberOfSets INT-NUMBER optional
occurrence INT-NUMBER optional
support REAL-NUMBER optional

Used By

Element SequenceModel

Source

<xs:element name="Sequence">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="SetReference"/>
      <xs:sequence minOccurs="0" maxOccurs="unbounded">
        <xs:group ref="FOLLOW-SET"/>
      </xs:sequence>
      <xs:element ref="Time" minOccurs="0"/>
    </xs:sequence>
    <xs:attribute name="id" type="ELEMENT-ID" use="required"/>
    <xs:attribute name="numberOfSets" type="INT-NUMBER"/>
    <xs:attribute name="occurrence" type="INT-NUMBER"/>
    <xs:attribute name="support" type="REAL-NUMBER"/>
  </xs:complexType>
</xs:element>

Sample