Definition Type: Element
Name: FilterBy
Namespace: http://www.adsml.org/adsmlmediapack/1.0
Containing Schema: AdsMLMediapack-1.0-PublicTypeLibrary-AS.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into Properties in schema adsmltypelibrary-2_0-as_xsd Drilldown into Publication in schema adsmlmediapack-1_0-publictypelibrary-as_xsd Drilldown into Contract in schema adsmltypelibrary-2_0-as_xsd Drilldown into SellingParty in schema adsmlmediapack-1_0-publictypelibrary-as_xsd Drilldown into Advertiser in schema adsmlmediapack-1_0-publictypelibrary-as_xsd Drilldown into BookingParty in schema adsmlmediapack-1_0-publictypelibrary-as_xsd Drilldown into CustomerCategory in schema adsmlmediapack-1_0-publictypelibrary-as_xsd Drilldown into ValidityPeriod in schema adsmltypelibrary-2_0-as_xsdXSD Diagram of FilterBy in schema adsmlmediapack-1_0-publictypelibrary-as_xsd (AdsML)
Collapse XSD Schema Code:
<xs:element name="FilterBy" maxOccurs="unbounded">
    <xs:complexType>
        <xs:choice>
            <xs:element ref="adsml:ValidityPeriod" maxOccurs="unbounded" />
            <xs:element ref="CustomerCategory" maxOccurs="unbounded" />
            <xs:element name="BookingParty" type="PartyFilterType" maxOccurs="unbounded" />
            <xs:element name="Advertiser" type="PartyFilterType" maxOccurs="unbounded" />
            <xs:element name="SellingParty" type="PartyFilterType" maxOccurs="unbounded" />
            <xs:element ref="adsml:Contract" maxOccurs="unbounded" />
            <xs:element name="Publication" maxOccurs="unbounded">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element ref="PublicationReference" minOccurs="0" />
                        <xs:element ref="PublicationCode" minOccurs="0" />
                        <xs:element ref="Name" minOccurs="0" />
                        <xs:element name="PublishedBy" type="PartyFilterType" minOccurs="0" />
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element ref="adsml:Properties" />
        </xs:choice>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ValidityPeriod adsml:ValidityPeriod (1) unbounded
CustomerCategory nsB:CustomerCategory (1) unbounded
BookingParty nsB:BookingParty (1) unbounded
Advertiser nsB:Advertiser (1) unbounded
SellingParty nsB:SellingParty (1) unbounded
Contract adsml:Contract (1) unbounded
Publication nsB:Publication (1) unbounded
Properties adsml:Properties (1) (1)