<xsd:group name="ProcessingIndicator.model">
<xsd:annotation>
<xsd:documentation>Elements that describe how this document is intended to be processed (in the absence of a full messaging framework).</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element name="isCorrection" type="xsd:boolean" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Indicates if this message corrects an earlier request.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="isCancellation" type="xsd:boolean" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Indicates if this message corrects an earlier request.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:group>
|