Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type collectionStructure
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0/CSD13
Annotations
<type>Complex</type>
<name>collectionStructure</name>
<comment>the type collectionStructure specifies the overall content model of the document types that are collections of other documents</comment>
Diagram
Diagram AkomaNtoso30-csd13_xsd_Attribute_Group_name.tmp#name AkomaNtoso30-csd13_xsd_Complex_Type_collectionStructure.tmp#collectionStructure_contains AkomaNtoso30-csd13_xsd_Element_meta.tmp#meta AkomaNtoso30-csd13_xsd_Element_coverPage.tmp#coverPage AkomaNtoso30-csd13_xsd_Element_preface.tmp#preface AkomaNtoso30-csd13_xsd_Element_preamble.tmp#preamble AkomaNtoso30-csd13_xsd_Element_collectionBody.tmp#collectionBody AkomaNtoso30-csd13_xsd_Element_conclusions.tmp#conclusions AkomaNtoso30-csd13_xsd_Element_attachments.tmp#attachments AkomaNtoso30-csd13_xsd_Element_components.tmp#components
Used by
Model meta , coverPage{0,1} , preface{0,1} , preamble{0,1} , collectionBody , conclusions{0,1} , attachments{0,1} , components{0,1}
Children attachments, collectionBody, components, conclusions, coverPage, meta, preamble, preface
Attributes
QName Type Fixed Default Use Annotation
contains versionType originalVersion optional
name xsd:string required
Source
<xsd:complexType name="collectionStructure">
  <xsd:annotation>
    <xsd:documentation>
      <type>Complex</type>
      <name>collectionStructure</name>
      <comment>the type collectionStructure specifies the overall content model of the document types that are collections of other documents</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element ref="meta"/>
    <xsd:element ref="coverPage" minOccurs="0" maxOccurs="1"/>
    <xsd:element ref="preface" minOccurs="0" maxOccurs="1"/>
    <xsd:element ref="preamble" minOccurs="0" maxOccurs="1"/>
    <xsd:element ref="collectionBody"/>
    <xsd:element ref="conclusions" minOccurs="0" maxOccurs="1"/>
    <xsd:element ref="attachments" minOccurs="0" maxOccurs="1"/>
    <xsd:element ref="components" minOccurs="0" maxOccurs="1"/>
  </xsd:sequence>
  <xsd:attributeGroup ref="name"/>
  <xsd:attribute name="contains" type="versionType" default="originalVersion"/>
</xsd:complexType>
Attribute collectionStructure / @contains
Namespace No namespace
Type versionType
Properties
default: originalVersion
Facets
enumeration originalVersion
enumeration singleVersion
enumeration multipleVersions
Used by
Complex Type collectionStructure
Source
<xsd:attribute name="contains" type="versionType" default="originalVersion"/>