Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element blockList
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0/CSD13
Annotations
The element item is a container belonging to a list
Diagram
Diagram AkomaNtoso30-csd13_xsd_Attribute_Group_corereq.tmp#corereq AkomaNtoso30-csd13_xsd_Element_listIntroduction.tmp#listIntroduction AkomaNtoso30-csd13_xsd_Element_item.tmp#item AkomaNtoso30-csd13_xsd_Element_listWrapUp.tmp#listWrapUp
Properties
content: complex
Used by
Element Group ANblock
Model listIntroduction{0,1} , item+ , listWrapUp{0,1}
Children item, listIntroduction, listWrapUp
Instance
<blockList alternativeTo="" class="" eId="" GUID="" lang="" period="" refersTo="" space="" status="" style="" title="" wId="" xmlns="http://docs.oasis-open.org/legaldocml/ns/akn/3.0/CSD13">
  <listIntroduction alternativeTo="" class="" eId="" GUID="" lang="" period="" refersTo="" space="" status="" style="" title="" wId="">{0,1}</listIntroduction>
  <item alternativeTo="" class="" eId="" GUID="" lang="" period="" refersTo="" space="" status="" style="" title="" wId="">{1,unbounded}</item>
  <listWrapUp alternativeTo="" class="" eId="" GUID="" lang="" period="" refersTo="" space="" status="" style="" title="" wId="">{0,1}</listWrapUp>
</blockList>
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:element name="blockList">
  <xsd:annotation>
    <xsd:documentation>The element item is a container belonging to a list</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="listIntroduction" minOccurs="0" maxOccurs="1"/>
      <xsd:element ref="item" minOccurs="1" maxOccurs="unbounded"/>
      <xsd:element ref="listWrapUp" minOccurs="0" maxOccurs="1"/>
    </xsd:sequence>
    <xsd:attributeGroup ref="corereq"/>
  </xsd:complexType>
</xsd:element>