<xs:element name="Invoice">
<xs:complexType>
<xs:sequence>
<xs:element name="MarkWith" type="adsml:LongStringType" minOccurs="0" />
<xs:element ref="SendCopyTo" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="adsml:Instructions" minOccurs="0" />
</xs:sequence>
<xs:attribute name="sendToPayer" type="adsml:BooleanType" use="required" fixed="true" />
</xs:complexType>
</xs:element>
|