Showing:

Attributes
Diagrams
Instances
Properties
Source
Used by
Element analysis
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0/CSD13
Diagram
Diagram AkomaNtoso30-csd13_xsd_Attribute_Group_source.tmp#source AkomaNtoso30-csd13_xsd_Element_activeModifications.tmp#activeModifications AkomaNtoso30-csd13_xsd_Element_passiveModifications.tmp#passiveModifications AkomaNtoso30-csd13_xsd_Element_restrictions.tmp#restrictions AkomaNtoso30-csd13_xsd_Element_judicial.tmp#judicial AkomaNtoso30-csd13_xsd_Element_parliamentary.tmp#parliamentary AkomaNtoso30-csd13_xsd_Element_mappings.tmp#mappings AkomaNtoso30-csd13_xsd_Element_otherAnalysis.tmp#otherAnalysis
Properties
content: complex
Used by
Element meta
Model activeModifications{0,1} , passiveModifications{0,1} , restrictions{0,1} , judicial{0,1} , parliamentary{0,1} , mappings{0,1} , otherAnalysis*
Children activeModifications, judicial, mappings, otherAnalysis, parliamentary, passiveModifications, restrictions
Instance
<analysis source="" xmlns="http://docs.oasis-open.org/legaldocml/ns/akn/3.0/CSD13">
  <activeModifications>{0,1}</activeModifications>
  <passiveModifications>{0,1}</passiveModifications>
  <restrictions source="">{0,1}</restrictions>
  <judicial>{0,1}</judicial>
  <parliamentary>{0,1}</parliamentary>
  <mappings source="">{0,1}</mappings>
  <otherAnalysis eId="" GUID="" href="" source="" wId="">{0,unbounded}</otherAnalysis>
</analysis>
Attributes
QName Type Fixed Default Use Annotation
source xsd:anyURI required
Source
<xsd:element name="analysis">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="activeModifications" minOccurs="0" maxOccurs="1"/>
      <xsd:element ref="passiveModifications" minOccurs="0" maxOccurs="1"/>
      <xsd:element ref="restrictions" minOccurs="0" maxOccurs="1"/>
      <xsd:element ref="judicial" minOccurs="0" maxOccurs="1"/>
      <xsd:element ref="parliamentary" minOccurs="0" maxOccurs="1"/>
      <xsd:element ref="mappings" minOccurs="0" maxOccurs="1"/>
      <xsd:element ref="otherAnalysis" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attributeGroup ref="source"/>
  </xsd:complexType>
</xsd:element>