Definition Type: ComplexType
Name: InvoiceResponsePropertiesType
Namespace: urn:cidx:names:specification:ces:schema:all:5:0
Containing Schema: CIDX_5.0.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into LanguageCode in schema cidx_5_0_xsd Drilldown into ErrorStatus in schema cidx_5_0_xsd Drilldown into InvoiceTotals in schema cidx_5_0_xsd Drilldown into InvoiceNumber in schema cidx_5_0_xsdXSD Diagram of InvoiceResponsePropertiesType in schema cidx_5_0_xsd (CIDX eChemical Standard)
Collapse XSD Schema Code:
<xsd:complexType name="InvoiceResponsePropertiesType">
    <xsd:sequence>
        <xsd:element ref="InvoiceNumber" />
        <xsd:element ref="InvoiceTotals" />
        <xsd:element ref="ErrorStatus" />
        <xsd:element ref="LanguageCode" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
InvoiceNumber nsA:InvoiceNumber (1) (1)
InvoiceTotals nsA:InvoiceTotals (1) (1)
ErrorStatus nsA:ErrorStatus (1) (1)
LanguageCode nsA:LanguageCode 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:InvoiceResponseProperties