Definition Type: ComplexType
Name: PriceCalculationSpecificationType
Namespace: http://www.adsml.org/typelibrary/2.0
Containing Schema: AdsMLTypeLibrary-2.0-AS.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into BasePrice in schema adsmltypelibrary-2_0-as_xsd Drilldown into Percent in schema adsmltypelibrary-2_0-as_xsd Drilldown into PricePerUnit in schema adsmltypelibrary-2_0-as_xsd Drilldown into NumberOfUnits in schema adsmltypelibrary-2_0-as_xsd Drilldown into Unit in schema adsmltypelibrary-2_0-as_xsdXSD Diagram of PriceCalculationSpecificationType in schema adsmltypelibrary-2_0-as_xsd (AdsML)
Collapse XSD Schema Code:
<xs:complexType name="PriceCalculationSpecificationType">
    <xs:choice>
        <xs:sequence>
            <xs:element ref="Unit" />
            <xs:element ref="NumberOfUnits" />
            <xs:element ref="PricePerUnit" />
        </xs:sequence>
        <xs:sequence>
            <xs:element ref="Percent" />
            <xs:element ref="BasePrice" />
        </xs:sequence>
    </xs:choice>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Unit adsml:Unit (1) (1)
NumberOfUnits adsml:NumberOfUnits (1) (1)
PricePerUnit adsml:PricePerUnit (1) (1)
Percent adsml:Percent (1) (1)
BasePrice adsml:BasePrice (1) (1)
Collapse Derivation Tree:
Collapse References:
adsml:CalculationSpecification