Element documentCollection
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0
Annotations
<type>Element</type>
<name>documentCollection</name>
<comment>Element documentCollection is used for describing the structure and content of a collection of other documents chosen and combined for any reason whatsoever</comment>
Diagram
Diagram akomantoso30_xsd_Attribute_Group_name.tmp#name akomantoso30_xsd_Attribute_Group_contains.tmp#contains akomantoso30_xsd_Element_meta.tmp#meta akomantoso30_xsd_Element_coverPage.tmp#coverPage akomantoso30_xsd_Element_preface.tmp#preface akomantoso30_xsd_Element_preamble.tmp#preamble akomantoso30_xsd_Element_collectionBody.tmp#collectionBody akomantoso30_xsd_Element_conclusions.tmp#conclusions akomantoso30_xsd_Element_attachments.tmp#attachments akomantoso30_xsd_Element_components.tmp#components akomantoso30_xsd_Complex_Type_collectionStructure.tmp#collectionStructure
Type collectionStructure
Properties
content: complex
Used by
Element Group documentType
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
Instance
<documentCollection contains="originalVersion" name="" xmlns="http://docs.oasis-open.org/legaldocml/ns/akn/3.0/WD17">
  <meta>{1,1}</meta>
  <coverPage alternativeTo="" class="" eId="" GUID="" xml:id="" xml:lang="" period="" refersTo="" xml:space="" status="" style="" title="" wId="">{0,1}</coverPage>
  <preface alternativeTo="" class="" eId="" GUID="" xml:id="" xml:lang="" period="" refersTo="" xml:space="" status="" style="" title="" wId="">{0,1}</preface>
  <preamble alternativeTo="" class="" eId="" GUID="" xml:id="" xml:lang="" period="" refersTo="" xml:space="" status="" style="" title="" wId="">{0,1}</preamble>
  <collectionBody alternativeTo="" class="" eId="" GUID="" xml:id="" xml:lang="" period="" refersTo="" xml:space="" status="" style="" title="" wId="">{1,1}</collectionBody>
  <conclusions alternativeTo="" class="" eId="" GUID="" xml:id="" xml:lang="" period="" refersTo="" xml:space="" status="" style="" title="" wId="">{0,1}</conclusions>
  <attachments>{0,1}</attachments>
  <components eId="" GUID="" wId="">{0,1}</components>
</documentCollection>
Attributes
QName Type Fixed Default Use Annotation
contains versionType originalVersion optional
name xsd:string required
Source
<xsd:element name="documentCollection" type="collectionStructure">
  <xsd:annotation>
    <xsd:documentation>
      <type>Element</type>
      <name>documentCollection</name>
      <comment>Element documentCollection is used for describing the structure and content of a collection of other documents chosen and combined for any reason whatsoever</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:unique name="eId-documentCollection">
    <xsd:selector xpath=".//*"/>
    <xsd:field xpath="@eId"/>
  </xsd:unique>
  <xsd:unique name="GUID-documentCollection">
    <xsd:selector xpath=".//*"/>
    <xsd:field xpath="@GUID"/>
  </xsd:unique>
</xsd:element>