Definition Type: Element
Name: RateQualifier
Namespace: http://www.adsml.org/adsmlmediapack/1.0
Containing Schema: AdsMLMediapack-1.0-PublicTypeLibrary-AS.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into PublicationReference in schema adsmlmediapack-1_0-publictypelibrary-as_xsd Drilldown into Properties in schema adsmltypelibrary-2_0-as_xsd Drilldown into GeneralQualifier in schema adsmlmediapack-1_0-publictypelibrary-as_xsd Drilldown into BuyingVolume in schema adsmlmediapack-1_0-publictypelibrary-as_xsd Drilldown into Scheduling in schema adsmlmediapack-1_0-publictypelibrary-as_xsd Drilldown into Frequency in schema adsmlmediapack-1_0-publictypelibrary-as_xsd Drilldown into Distribution in schema adsmlmediapack-1_0-publictypelibrary-as_xsd Drilldown into Positioning in schema adsmlmediapack-1_0-publictypelibrary-as_xsd Drilldown into Duration in schema adsmltypelibrary-2_0-as_xsd Drilldown into Sizes in schema adsmlmediapack-1_0-publictypelibrary-as_xsdXSD Diagram of RateQualifier in schema adsmlmediapack-1_0-publictypelibrary-as_xsd (AdsML)
Collapse XSD Schema Code:
<xs:element name="RateQualifier">
    <xs:complexType>
        <xs:sequence>
            <xs:choice>
                <xs:element ref="Sizes" maxOccurs="unbounded" />
                <xs:element ref="adsml:Duration" maxOccurs="unbounded" />
                <xs:element name="Positioning" maxOccurs="unbounded">
                    <xs:complexType>
                        <xs:sequence>
                            <xs:element ref="adsml-bo:SectionCode" minOccurs="0" />
                            <xs:element ref="adsml:Specifications" minOccurs="0" />
                        </xs:sequence>
                    </xs:complexType>
                </xs:element>
                <xs:element ref="Distribution" maxOccurs="unbounded" />
                <xs:element ref="Frequency" maxOccurs="unbounded" />
                <xs:element ref="Scheduling" maxOccurs="unbounded" />
                <xs:element ref="BuyingVolume" maxOccurs="unbounded" />
                <xs:element ref="GeneralQualifier" maxOccurs="unbounded" />
                <xs:element ref="adsml:Properties" />
            </xs:choice>
            <xs:element ref="PublicationReference" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Sizes nsB:Sizes (1) unbounded
Duration adsml:Duration (1) unbounded
Positioning nsB:Positioning (1) unbounded
Distribution nsB:Distribution (1) unbounded
Frequency nsB:Frequency (1) unbounded
Scheduling nsB:Scheduling (1) unbounded
BuyingVolume nsB:BuyingVolume (1) unbounded
GeneralQualifier nsB:GeneralQualifier (1) unbounded
Properties adsml:Properties (1) (1)
PublicationReference nsB:PublicationReference 0 unbounded