Set is used to represent a set of data files which are referenced in the same article. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
metaid | xsd:ID | optional |
Element | bdmlDocument/set |
<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> |