Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element step
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0/CSD13
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 actor (and the corresponding role) that generated the action must be referenced. The outcome, too, can be specified.</comment>
Diagram
Diagram AkomaNtoso30-csd13_xsd_Attribute_Group_core.tmp#core AkomaNtoso30-csd13_xsd_Attribute_Group_idopt.tmp#idopt AkomaNtoso30-csd13_xsd_Attribute_Group_linkopt.tmp#linkopt AkomaNtoso30-csd13_xsd_Complex_Type_anyOtherType.tmp#anyOtherType AkomaNtoso30-csd13_xsd_Attribute_Group_date.tmp#date AkomaNtoso30-csd13_xsd_Attribute_Group_actor.tmp#actor AkomaNtoso30-csd13_xsd_Attribute_Group_role.tmp#role AkomaNtoso30-csd13_xsd_Attribute_Group_refers.tmp#refers AkomaNtoso30-csd13_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/CSD13'
Attributes
QName Type Fixed Default Use Annotation
GUID noWhiteSpace optional
actor xsd:anyURI optional
as xsd:anyURI optional
date union of(xsd:date, xsd:dateTime) required
eId noWhiteSpace optional
href xsd:anyURI optional
outcome xsd:anyURI optional
refersTo list of xsd:anyURI 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 actor (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="actor"/>
        <xsd:attributeGroup ref="role"/>
        <xsd:attributeGroup ref="refers"/>
        <xsd:attributeGroup ref="outcome"/>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>
</xsd:element>