Complex Type preambleopt
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0/WD17
Annotations
<type>Complex</type>
<name>preambleopt</name>
<comment>the complex type preambleopt defines the content model and attributes used by preambles. Here the eId attribute is optional</comment>
Diagram
Diagram AkomaNtoso30-WD17_xsd_Attribute_Group_coreopt.tmp#coreopt AkomaNtoso30-WD17_xsd_Element_blockList.tmp#blockList AkomaNtoso30-WD17_xsd_Element_blockContainer.tmp#blockContainer AkomaNtoso30-WD17_xsd_Element_tblock.tmp#tblock AkomaNtoso30-WD17_xsd_Element_toc.tmp#toc AkomaNtoso30-WD17_xsd_Element_Group_ANblock.tmp#ANblock AkomaNtoso30-WD17_xsd_Element_ul.tmp#ul AkomaNtoso30-WD17_xsd_Element_ol.tmp#ol AkomaNtoso30-WD17_xsd_Element_table.tmp#table AkomaNtoso30-WD17_xsd_Element_p.tmp#p AkomaNtoso30-WD17_xsd_Element_Group_HTMLblock.tmp#HTMLblock AkomaNtoso30-WD17_xsd_Element_foreign.tmp#foreign AkomaNtoso30-WD17_xsd_Element_block.tmp#block AkomaNtoso30-WD17_xsd_Element_Group_blockElements.tmp#blockElements AkomaNtoso30-WD17_xsd_Element_recitals.tmp#recitals AkomaNtoso30-WD17_xsd_Element_citations.tmp#citations AkomaNtoso30-WD17_xsd_Element_formula.tmp#formula AkomaNtoso30-WD17_xsd_Element_container.tmp#container AkomaNtoso30-WD17_xsd_Element_Group_preambleContainers.tmp#preambleContainers
Used by
Element preamble
Model blockList | blockContainer | tblock | toc | ul | ol | table | p | foreign | block | recitals | citations | formula | container
Children block, blockContainer, blockList, citations, container, foreign, formula, ol, p, recitals, table, tblock, toc, ul
Attributes
QName Type Fixed Default Use Annotation
GUID noWhiteSpace optional
alternativeTo eIdRef optional
class xsd:string optional
eId noWhiteSpace optional
id optional
lang optional
period temporalGroupRef optional
refersTo list of referenceRef optional
space optional
status statusType optional
style xsd:string optional
title xsd:string optional
wId noWhiteSpace optional
Source
<xsd:complexType name="preambleopt">
  <xsd:annotation>
    <xsd:documentation>
      <type>Complex</type>
      <name>preambleopt</name>
      <comment>the complex type preambleopt defines the content model and attributes used by preambles. Here the eId attribute is optional</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:choice minOccurs="1" maxOccurs="unbounded">
    <xsd:group ref="blockElements"/>
    <xsd:group ref="preambleContainers"/>
  </xsd:choice>
  <xsd:attributeGroup ref="coreopt"/>
</xsd:complexType>