<xs:element name="Cash">
<xs:annotation>
<xs:documentation xml:lang="en">Used to indicate payment in cash.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="CashIndicator" type="xs:boolean" use="optional" default="true">
<xs:annotation>
<xs:documentation xml:lang="en">If true, this indicates cash is being used.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|