Definition Type: Element
Name: AuxiliaryDocumentReferences
Namespace: http://www.adsml.org/adsmlfinancials/1.5
Containing Schema: AdsMLFinancials-1.5-PublicTypeLibrary-AS.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into OtherReference in schema adsmltypelibrary-2_0-as_xsd Drilldown into InvoicersReference in schema adsmltypelibrary-2_0-as_xsdXSD Diagram of AuxiliaryDocumentReferences in schema adsmlfinancials-1_5-publictypelibrary-as_xsd (AdsML)
Collapse XSD Schema Code:
<xs:element name="AuxiliaryDocumentReferences">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="adsml:InvoicersReference" minOccurs="0" />
            <xs:element ref="adsml:OtherReference" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
InvoicersReference adsml:InvoicersReference 0 (1)
OtherReference adsml:OtherReference 0 unbounded