Definition Type: ComplexType
Name: PostingResponsePropertiesType
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 RequestType in schema cidx_5_0_xsd Drilldown into ResponseInformation in schema cidx_5_0_xsd Drilldown into ResponseIdentifier in schema cidx_5_0_xsd Drilldown into ConfirmationNumber in schema cidx_5_0_xsd Drilldown into PostingNumber in schema cidx_5_0_xsdXSD Diagram of PostingResponsePropertiesType in schema cidx_5_0_xsd (CIDX eChemical Standard)
Collapse XSD Schema Code:
<xsd:complexType name="PostingResponsePropertiesType">
    <xsd:sequence>
        <xsd:element ref="PostingNumber" />
        <xsd:element ref="ConfirmationNumber" minOccurs="0" />
        <xsd:element ref="ResponseIdentifier" minOccurs="0" />
        <xsd:element ref="ResponseInformation" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="RequestType" />
        <xsd:element ref="LanguageCode" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PostingNumber nsA:PostingNumber (1) (1)
ConfirmationNumber nsA:ConfirmationNumber 0 (1)
ResponseIdentifier nsA:ResponseIdentifier 0 (1)
ResponseInformation nsA:ResponseInformation 0 unbounded
RequestType nsA:RequestType (1) (1)
LanguageCode nsA:LanguageCode 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:PostingResponseProperties