<xsd:complexType name="TestingProcedureStepType">
<xsd:annotation>
<xsd:documentation>The Sequence Number of the Testing Procedure Step . For example Step C.1 in a Bank Reconciliation may be performed
as step number 7</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:annotation>
<xsd:documentation>The Identifier of the Testing Procedure Step . For example Step 1 in a Bank Reconciliation.</xsd:documentation>
<xsd:documentation>The Name of the Testing Procedure Step . For example Step 1 in a Bank Reconciliation.</xsd:documentation>
<xsd:documentation>The description of the Testing Procedure Step . For example Step 1 in a Bank Reconciliation might
be described as "Obtain a copy of the current chart of accounts listing to determine the number of bank accounts maintained"</xsd:documentation>
<xsd:documentation>The Approval Status of the Testing Procedure Step . For example Step C.1 in a Bank Reconciliation have been added
to the procedure in an unapproved status</xsd:documentation>
</xsd:annotation>
<xsd:element ref="DocumentID" minOccurs="0" />
<xsd:element ref="Name" minOccurs="0" maxOccurs="unbounded" />
<xsd:group ref="FreeFormTextGroup" />
<xsd:element ref="ApprovalStatus" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="SequenceNumber" type="PositiveIntegerNumericType" />
</xsd:complexType>
|