Definition Type: ComplexType
Name: NamedPriceType
Namespace: http://www.adsml.org/typelibrary/2.0
Containing Schema: AdsMLTypeLibrary-2.0-AS.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AdditionalServiceReference in schema adsmltypelibrary-2_0-as_xsd Drilldown into ScheduleEntryReference in schema adsmltypelibrary-2_0-as_xsd Drilldown into TaxCategory in schema adsmltypelibrary-2_0-as_xsd Drilldown into RateDetails in schema adsmltypelibrary-2_0-as_xsd Drilldown into RateReason in schema adsmltypelibrary-2_0-as_xsd Drilldown into RateCode in schema adsmltypelibrary-2_0-as_xsd Drilldown into RateCardReference in schema adsmltypelibrary-2_0-as_xsd Drilldown into CalculationSpecification in schema adsmltypelibrary-2_0-as_xsd Drilldown into DescriptionLine in schema adsmltypelibrary-2_0-as_xsd Drilldown into Amount in schema adsmltypelibrary-2_0-as_xsd Drilldown into PriceComponentName in schema adsmltypelibrary-2_0-as_xsd Drilldown into scheduleEntryReference in schema adsmltypelibrary-2_0-as_xsd Drilldown into sequenceNo in schema adsmltypelibrary-2_0-as_xsdXSD Diagram of NamedPriceType in schema adsmltypelibrary-2_0-as_xsd (AdsML)
Collapse XSD Schema Code:
<xs:complexType name="NamedPriceType">
    <xs:sequence>
        <xs:element ref="PriceComponentName" />
        <xs:element ref="Amount" />
        <xs:element ref="DescriptionLine" minOccurs="0" />
        <xs:element ref="CalculationSpecification" minOccurs="0" />
        <xs:element ref="RateCardReference" minOccurs="0" />
        <xs:element ref="RateCode" minOccurs="0" />
        <xs:element ref="RateReason" minOccurs="0" />
        <xs:element ref="RateDetails" minOccurs="0" maxOccurs="unbounded" />
        <xs:element ref="TaxCategory" minOccurs="0" maxOccurs="unbounded" />
        <xs:element ref="ScheduleEntryReference" minOccurs="0" maxOccurs="unbounded" />
        <xs:element ref="AdditionalServiceReference" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
    <xs:attribute ref="sequenceNo" use="required" />
    <xs:attribute ref="scheduleEntryReference" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PriceComponentName adsml:PriceComponentName (1) (1)
Amount adsml:Amount (1) (1)
DescriptionLine adsml:DescriptionLine 0 (1)
CalculationSpecification adsml:CalculationSpecification 0 (1)
RateCardReference adsml:RateCardReference 0 (1)
RateCode adsml:RateCode 0 (1)
RateReason adsml:RateReason 0 (1)
RateDetails adsml:RateDetails 0 unbounded
TaxCategory adsml:TaxCategory 0 unbounded
ScheduleEntryReference adsml:ScheduleEntryReference 0 unbounded
AdditionalServiceReference adsml:AdditionalServiceReference 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
sequenceNo adsml:sequenceNo Required
scheduleEntryReference adsml:scheduleEntryReference (Optional)
Collapse Derivation Tree:
Collapse References:
adsml:PriceComponent