Definition Type: ComplexType
Name: SinglePriceType
Namespace: http://www.adsml.org/typelibrary/2.0
Containing Schema: AdsMLTypeLibrary-2.0-AS.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into DescriptionLine in schema adsmltypelibrary-2_0-as_xsd Drilldown into Amount in schema adsmltypelibrary-2_0-as_xsdXSD Diagram of SinglePriceType in schema adsmltypelibrary-2_0-as_xsd (AdsML)
Collapse XSD Schema Code:
<xs:complexType name="SinglePriceType">
    <xs:sequence>
        <xs:element ref="Amount" />
        <xs:element ref="DescriptionLine" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Amount adsml:Amount (1) (1)
DescriptionLine adsml:DescriptionLine 0 unbounded
Collapse Derivation Tree:
Collapse References:
adsml:TotalPrice