Element mapping
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0
Annotations
<type>Element</type>
<name>mapping</name>
<comment>The element mapping contains a reference to the permanent wId (attribute original) of a structure, and to the eId (attribute current) such structure had during the time interval included between an initial temporalGroup and a final temporalGroup. This is useful for tracking the evolving ids of documents frequently renumbered (e,g., bills). Every single element whose wId does not match its eId needs to be represented here.</comment>
Diagram
Diagram akomantoso30_xsd_Attribute_Group_core.tmp#core akomantoso30_xsd_Attribute_Group_idreq.tmp#idreq akomantoso30_xsd_Complex_Type_metareq.tmp#metareq akomantoso30_xsd_Attribute_Group_mappingAtts.tmp#mappingAtts
Type extension of metareq
Type hierarchy
Properties
content: complex
Used by
Element mappings
Attributes
QName Type Fixed Default Use Annotation
GUID noWhiteSpace optional
current eIdRef optional
eId noWhiteSpace optional
end eventRefRef optional
original wIdRef optional
start eventRefRef optional
wId noWhiteSpace optional
Source
<xsd:element name="mapping">
  <xsd:annotation>
    <xsd:documentation>
      <type>Element</type>
      <name>mapping</name>
      <comment>The element mapping contains a reference to the permanent wId (attribute original) of a structure, and to the eId (attribute current) such structure had during the time interval included between an initial temporalGroup and a final temporalGroup. This is useful for tracking the evolving ids of documents frequently renumbered (e,g., bills). Every single element whose wId does not match its eId needs to be represented here.</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:complexContent>
      <xsd:extension base="metareq">
        <xsd:attributeGroup ref="mappingAtts"/>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>
</xsd:element>