Definition Type: Element
Name: Receipt
Namespace: http://www.adsml.org/adsmlbookings/2.0
Containing Schema: AdsMLBookings-2.0-PublicTypeLibrary-AS.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into SendCopyTo in schema adsmlbookings-2_0-publictypelibrary-as_xsd Drilldown into sendToPayer in schema adsmlbookings-2_0-publictypelibrary-as_xsdXSD Diagram of Receipt in schema adsmlbookings-2_0-publictypelibrary-as_xsd (AdsML)
Collapse XSD Schema Code:
<xs:element name="Receipt" minOccurs="0">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="SendCopyTo" minOccurs="0" maxOccurs="unbounded" />
        </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
SendCopyTo adsml-bo:SendCopyTo 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
sendToPayer adsml-bo:sendToPayer Required