<xs:complexType name="Step">
<xs:sequence>
<xs:element name="Id" type="Id" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is the step idenitifier.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="StepType" type="Type" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is a classification of the step</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="StepSequence" type="SequenceCode" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Identifies the sequence number which is used to indicate the sequence in which the steps are to be performed for the operateion.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Site" type="LocationId" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Identifies the site in which the step is performed.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Department" type="Department" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Identifies teh department in which the work is performed.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="QualifiedResource" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="Charges" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="Distribution" minOccurs="0" maxOccurs="unbounded" />
<xs:group ref="References" minOccurs="0" />
<xs:element ref="UserArea" minOccurs="0" />
</xs:sequence>
</xs:complexType>
|