Definition Type: ComplexType
Name: PostingChangePropertiesType
Namespace: urn:cidx:names:specification:ces:schema:all:4:0
Containing Schema: CIDX_CeS_v4.0_Message_PostingChange.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into LanguageCode in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into EffectiveDates in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into PostingNumber in schema cidx_ces_v4_0_commoncomponents_xsdXSD Diagram of PostingChangePropertiesType in schema cidx_ces_v4_0_message_postingchange_xsd (CIDX eChemical Standard)
Collapse XSD Schema Code:
<xsd:complexType name="PostingChangePropertiesType">
    <xsd:sequence minOccurs="1" maxOccurs="1">
        <xsd:element ref="PostingNumber" minOccurs="1" maxOccurs="1" />
        <xsd:element ref="EffectiveDates" minOccurs="0" maxOccurs="1" />
        <xsd:element ref="LanguageCode" minOccurs="0" maxOccurs="1" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PostingNumber nsA:PostingNumber 1 1
EffectiveDates nsA:EffectiveDates 0 1
LanguageCode nsA:LanguageCode 0 1
Collapse Derivation Tree:
Collapse References:
nsA:PostingChangeProperties