Attribute modifiers / @exclusion
Namespace No namespace
Type xsd:boolean
Properties
content: simple
Used by
Attribute Group modifiers
Source
<xsd:attribute name="exclusion" type="xsd:boolean"/>
Attribute modifiers / @incomplete
Namespace No namespace
Type xsd:boolean
Properties
content: simple
Used by
Attribute Group modifiers
Source
<xsd:attribute name="incomplete" type="xsd:boolean"/>
Attribute Group modifiers
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0/WD17
Annotations
<type>Attlist</type>
<name>modifiers</name>
<comment>These attributes are used in the analysis to allow manifestation editors to specify whether the analysis is complete and/or ignored in the text</comment>
Diagram
Diagram akomantoso30_xsd_Attribute_Group_modifiers.tmp#modifiers_exclusion akomantoso30_xsd_Attribute_Group_modifiers.tmp#modifiers_incomplete
Used by
Attributes
QName Type Fixed Default Use Annotation
exclusion xsd:boolean optional
incomplete xsd:boolean optional
Source
<xsd:attributeGroup name="modifiers">
  <xsd:annotation>
    <xsd:documentation>
      <type>Attlist</type>
      <name>modifiers</name>
      <comment>These attributes are used in the analysis to allow manifestation editors to specify whether the analysis is complete and/or ignored in the text</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:attribute name="exclusion" type="xsd:boolean"/>
  <xsd:attribute name="incomplete" type="xsd:boolean"/>
</xsd:attributeGroup>