<xsd:complexType name="DocumentEnvelopeType">
<xsd:annotation>
<xsd:documentation>The Type related to envelope that conveys business
information.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="Documentation" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="Attachment" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
<xsd:attributeGroup ref="name" />
<xsd:attribute name="businessDocumentRef" type="xsd:IDREF" use="required">
<xsd:annotation>
<xsd:documentation>Indicates the nameID reference to the logical business
document.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="isPositiveResponse" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>May evaluate to TRUE or FALSE. If TRUE, the DocumentEnvelope is
intended as a positive response to a request. The value for this parameter is
used to evaluate a Business Success or Failure of the corresponding Business
Transaction.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attributeGroup ref="documentSecurity" />
</xsd:complexType>
|