Definition Type: Element
Name: Invoice
Namespace: http://www.adsml.org/adsmlbookings/2.5
Containing Schema: AdsMLBookings-2.5-PublicTypeLibrary-AS.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into Instructions in schema adsmltypelibrary-2_0-as_xsd Drilldown into SendCopyTo in schema adsmlbookings-2_5-publictypelibrary-as_xsd Drilldown into MarkWith in schema adsmlbookings-2_5-publictypelibrary-as_xsd Drilldown into sendToPayer in schema adsmlbookings-2_5-publictypelibrary-as_xsdXSD Diagram of Invoice in schema adsmlbookings-2_5-publictypelibrary-as_xsd (AdsML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
MarkWith adsml-bo:MarkWith 0 (1)
SendCopyTo adsml-bo:SendCopyTo 0 unbounded
Instructions adsml:Instructions 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
sendToPayer adsml-bo:sendToPayer Required