Showing:

Annotations
Attributes
Diagrams
Source
Used by
Complex Type containerType
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0/CSD13
Annotations
<type>Complex</type>
<name>containerType</name>
<comment>the complex type containerType is the content model for the generic element for a container. It can be placed in a container instead of any of the other containers. The attribute name is required and gives a name to the element.</comment>
Diagram
Diagram AkomaNtoso30-csd13_xsd_Attribute_Group_corereq.tmp#corereq AkomaNtoso30-csd13_xsd_Attribute_Group_name.tmp#name 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_container.tmp#container
Used by
Element container
Model blockList | blockContainer | tblock | toc | ul | ol | table | p | foreign | block | container
Children block, blockContainer, blockList, container, foreign, ol, p, 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
name xsd:string required
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="containerType">
  <xsd:annotation>
    <xsd:documentation>
      <type>Complex</type>
      <name>containerType</name>
      <comment>the complex type containerType is the content model for the generic element for a container. It can be placed in a container instead of any of the other containers. The attribute name is required and gives a name to the element.</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:choice minOccurs="1" maxOccurs="unbounded">
    <xsd:group ref="blockElements"/>
    <xsd:element ref="container"/>
  </xsd:choice>
  <xsd:attributeGroup ref="corereq"/>
  <xsd:attributeGroup ref="name"/>
</xsd:complexType>