Showing:

Annotations
Attributes
Diagrams
Source
Used by
Complex Type preambleopt
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0/CSD13
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-csd13_xsd_Attribute_Group_coreopt.tmp#coreopt AkomaNtoso30-csd13_xsd_Element_blockList.tmp#blockList AkomaNtoso30-csd13_xsd_Element_blockContainer.tmp#blockContainer AkomaNtoso30-csd13_xsd_Element_tblock.tmp#tblock AkomaNtoso30-csd13_xsd_Element_toc.tmp#toc AkomaNtoso30-csd13_xsd_Element_Group_ANblock.tmp#ANblock AkomaNtoso30-csd13_xsd_Element_ul.tmp#ul AkomaNtoso30-csd13_xsd_Element_ol.tmp#ol AkomaNtoso30-csd13_xsd_Element_table.tmp#table AkomaNtoso30-csd13_xsd_Element_p.tmp#p AkomaNtoso30-csd13_xsd_Element_Group_HTMLblock.tmp#HTMLblock AkomaNtoso30-csd13_xsd_Element_foreign.tmp#foreign AkomaNtoso30-csd13_xsd_Element_block.tmp#block AkomaNtoso30-csd13_xsd_Element_Group_blockElements.tmp#blockElements AkomaNtoso30-csd13_xsd_Element_recitals.tmp#recitals AkomaNtoso30-csd13_xsd_Element_citations.tmp#citations AkomaNtoso30-csd13_xsd_Element_formula.tmp#formula AkomaNtoso30-csd13_xsd_Element_container.tmp#container AkomaNtoso30-csd13_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 xsd:anyURI optional
class xsd:string optional
eId noWhiteSpace optional
lang optional
period xsd:anyURI optional
refersTo list of xsd:anyURI 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>