collectionType

Complex Type Information

Model

Children: record

Attributes

QName Type Fixed Default Use Inheritable Annotation
id idDataType optional

Used By

Element collection

Source

<xsd:complexType name="collectionType" id="collection.ct">
  <xsd:sequence minOccurs="0" maxOccurs="unbounded">
    <xsd:element ref="record"/>
  </xsd:sequence>
  <xsd:attribute name="id" type="idDataType" use="optional"/>
</xsd:complexType>