Set

Set is used to represent a set of data files which are referenced in the same article.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
metaid xsd:ID optional

Used By

Source

<xsd:complexType name="Set">
  <xsd:annotation>
    <xsd:documentation>Set is used to represent a set of data files which are referenced in the same article.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexContent>
    <xsd:extension base="BDBase">
      <xsd:sequence>
        <xsd:element name="bdmlIDRef" minOccurs="1" maxOccurs="unbounded" type="UUIDType"/>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>