Element step
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0
Annotations
<type>Element</type>
<name>step</name>
<comment>The element step is a metadata element specifying facts about a workflow step occurred to the document. For each event, a date, a type, an agent (and the corresponding role) that generated the action must be referenced. The outcome, too, can be specified.</comment>
Diagram
Diagram akomantoso30_xsd_Attribute_Group_core.tmp#core akomantoso30_xsd_Attribute_Group_idopt.tmp#idopt akomantoso30_xsd_Attribute_Group_linkopt.tmp#linkopt akomantoso30_xsd_Complex_Type_anyOtherType.tmp#anyOtherType akomantoso30_xsd_Attribute_Group_date.tmp#date akomantoso30_xsd_Attribute_Group_agent.tmp#agent akomantoso30_xsd_Attribute_Group_role.tmp#role akomantoso30_xsd_Attribute_Group_refers.tmp#refers akomantoso30_xsd_Attribute_Group_outcome.tmp#outcome
Type extension of anyOtherType
Type hierarchy
Properties
content: complex
Used by
Element workflow
Model ANY element from ANY namespace OTHER than 'http://docs.oasis-open.org/legaldocml/ns/akn/3.0/WD17'
Attributes
QName Type Fixed Default Use Annotation
GUID noWhiteSpace optional
as roleRef optional
by agentRef required
date union of(xsd:date, xsd:dateTime) required
eId noWhiteSpace optional
href xsd:anyURI optional
outcome conceptRef optional
refersTo list of referenceRef optional
wId noWhiteSpace optional
Source
<xsd:element name="step">
  <xsd:annotation>
    <xsd:documentation>
      <type>Element</type>
      <name>step</name>
      <comment>The element step is a metadata element specifying facts about a workflow step occurred to the document. For each event, a date, a type, an agent (and the corresponding role) that generated the action must be referenced. The outcome, too, can be specified.</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:complexContent>
      <xsd:extension base="anyOtherType">
        <xsd:attributeGroup ref="date"/>
        <xsd:attributeGroup ref="agent"/>
        <xsd:attributeGroup ref="role"/>
        <xsd:attributeGroup ref="refers"/>
        <xsd:attributeGroup ref="outcome"/>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>
</xsd:element>