Definition Type: Element
Name: ShareOfTotalPrice
Namespace: http://www.adsml.org/adsmlbookings/2.5
Containing Schema: AdsMLBookings-2.5-PublicTypeLibrary-AS.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into SharedPriceComponent in schema adsmlbookings-2_5-publictypelibrary-as_xsdXSD Diagram of ShareOfTotalPrice in schema adsmlbookings-2_5-publictypelibrary-as_xsd (AdsML)
Collapse XSD Schema Code:
<xs:element name="ShareOfTotalPrice" minOccurs="0">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="SharedPriceComponent" maxOccurs="unbounded">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element ref="adsml:PriceComponentName" />
                        <xs:choice>
                            <xs:element ref="adsml:Percent" />
                            <xs:sequence>
                                <xs:element ref="adsml:Amount" />
                                <xs:element ref="adsml:CurrencyCode" minOccurs="0" />
                            </xs:sequence>
                        </xs:choice>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SharedPriceComponent adsml-bo:SharedPriceComponent (1) unbounded