Element textualMod
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0
Annotations
<type>Element</type>
<name>textualMod</name>
<comment>The element textualMod is a metadata element specifying an (active or passive) textual modification for the document.</comment>
Diagram
Diagram akomantoso30_xsd_Attribute_Group_core.tmp#core akomantoso30_xsd_Attribute_Group_idreq.tmp#idreq akomantoso30_xsd_Attribute_Group_enactment.tmp#enactment akomantoso30_xsd_Attribute_Group_modifiers.tmp#modifiers akomantoso30_xsd_Attribute_Group_refers.tmp#refers akomantoso30_xsd_Element_source.tmp#http___docs.oasis-open.org_legaldocml_ns_akn_3.0_WD17_source akomantoso30_xsd_Element_destination.tmp#destination akomantoso30_xsd_Element_force.tmp#force akomantoso30_xsd_Element_efficacy.tmp#efficacy akomantoso30_xsd_Element_application.tmp#application akomantoso30_xsd_Element_duration.tmp#duration akomantoso30_xsd_Element_condition.tmp#condition akomantoso30_xsd_Complex_Type_modificationType.tmp#modificationType akomantoso30_xsd_Attribute_Group_textualModType.tmp#textualModType akomantoso30_xsd_Element_previous.tmp#previous akomantoso30_xsd_Element_old.tmp#old akomantoso30_xsd_Element_new.tmp#new
Type extension of modificationType
Type hierarchy
Properties
content: complex
Used by
Complex Type Amendments
Model source+ , destination+ , force{0,1} , efficacy{0,1} , application{0,1} , duration{0,1} , condition{0,1} , previous{0,1} , old* , new*
Children application, condition, destination, duration, efficacy, force, new, old, previous, source
Instance
<textualMod eId="" exclusion="" GUID="" incomplete="" period="" refersTo="" status="" type="" wId="" xmlns="http://docs.oasis-open.org/legaldocml/ns/akn/3.0/WD17">
  <source eId="" exclusion="" GUID="" href="" incomplete="" pos="" upTo="" wId="">{1,unbounded}</source>
  <destination eId="" exclusion="" GUID="" href="" incomplete="" pos="" upTo="" wId="">{1,unbounded}</destination>
  <force eId="" GUID="" href="" period="" wId="">{0,1}</force>
  <efficacy eId="" GUID="" href="" period="" wId="">{0,1}</efficacy>
  <application eId="" GUID="" href="" period="" wId="">{0,1}</application>
  <duration eId="" GUID="" href="" period="" wId="">{0,1}</duration>
  <condition eId="" frozen="" GUID="" href="" wId="">{0,1}</condition>
  <previous eId="" GUID="" href="" wId="">{0,1}</previous>
  <old eId="" GUID="" href="" wId="">{0,unbounded}</old>
  <new eId="" GUID="" href="" wId="">{0,unbounded}</new>
</textualMod>
Attributes
QName Type Fixed Default Use Annotation
GUID noWhiteSpace optional
eId noWhiteSpace optional
exclusion xsd:boolean optional
incomplete xsd:boolean optional
period temporalGroupRef optional
refersTo list of referenceRef optional
status statusType optional
type TextualMods required
wId noWhiteSpace optional
Source
<xsd:element name="textualMod">
  <xsd:annotation>
    <xsd:documentation>
      <type>Element</type>
      <name>textualMod</name>
      <comment>The element textualMod is a metadata element specifying an (active or passive) textual modification for the document.</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:complexContent>
      <xsd:extension base="modificationType">
        <xsd:sequence>
          <xsd:element ref="previous" minOccurs="0" maxOccurs="1"/>
          <xsd:element ref="old" minOccurs="0" maxOccurs="unbounded"/>
          <xsd:element ref="new" minOccurs="0" maxOccurs="unbounded"/>
        </xsd:sequence>
        <xsd:attributeGroup ref="textualModType"/>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>
</xsd:element>