Complex Type modificationType
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0/WD17
Annotations
<type>Complex</type>
<name>modificationType</name>
<comment>The complex type modificationType lists all the properties associated to modification elements.</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
Used by
Model source+ , destination+ , force{0,1} , efficacy{0,1} , application{0,1} , duration{0,1} , condition{0,1}
Children application, condition, destination, duration, efficacy, force, source
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
wId noWhiteSpace optional
Source
<xsd:complexType name="modificationType">
  <xsd:annotation>
    <xsd:documentation>
      <type>Complex</type>
      <name>modificationType</name>
      <comment>The complex type modificationType lists all the properties associated to modification elements.</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element ref="source" minOccurs="1" maxOccurs="unbounded"/>
    <xsd:element ref="destination" minOccurs="1" maxOccurs="unbounded"/>
    <xsd:element ref="force" minOccurs="0" maxOccurs="1"/>
    <xsd:element ref="efficacy" minOccurs="0" maxOccurs="1"/>
    <xsd:element ref="application" minOccurs="0" maxOccurs="1"/>
    <xsd:element ref="duration" minOccurs="0" maxOccurs="1"/>
    <xsd:element ref="condition" minOccurs="0" maxOccurs="1"/>
  </xsd:sequence>
  <xsd:attributeGroup ref="core"/>
  <xsd:attributeGroup ref="idreq"/>
  <xsd:attributeGroup ref="enactment"/>
  <xsd:attributeGroup ref="modifiers"/>
  <xsd:attributeGroup ref="refers"/>
</xsd:complexType>