Itemset

Element Information

Model

Children: Extension, ItemRef

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:string required
numberOfItems xs:nonNegativeInteger optional
support PROB-NUMBER optional

Used By

Source

<xs:element name="Itemset">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="ItemRef"/>
    </xs:sequence>
    <xs:attribute name="id" type="xs:string" use="required"/>
    <xs:attribute name="support" type="PROB-NUMBER"/>
    <xs:attribute name="numberOfItems" type="xs:nonNegativeInteger"/>
  </xs:complexType>
</xs:element>

Sample