Definition Type: Element
Name: ValidFor
Namespace: http://www.adsml.org/adsmlmediapack/1.0
Containing Schema: AdsMLMediapack-1.0-PublicTypeLibrary-AS.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Contract in schema adsmltypelibrary-2_0-as_xsd Drilldown into Advertiser in schema adsmltypelibrary-2_0-as_xsd Drilldown into BookingParty in schema adsmlmediapack-1_0-publictypelibrary-as_xsd Drilldown into CustomerCategory in schema adsmlmediapack-1_0-publictypelibrary-as_xsdXSD Diagram of ValidFor in schema adsmlmediapack-1_0-publictypelibrary-as_xsd (AdsML)
Collapse XSD Schema Code:
<xs:element name="ValidFor">
    <xs:complexType>
        <xs:choice>
            <xs:element ref="CustomerCategory" maxOccurs="unbounded" />
            <xs:element ref="BookingParty" maxOccurs="unbounded" />
            <xs:element ref="adsml:Advertiser" maxOccurs="unbounded" />
            <xs:element ref="adsml:Contract" maxOccurs="unbounded" />
        </xs:choice>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CustomerCategory nsB:CustomerCategory (1) unbounded
BookingParty nsB:BookingParty (1) unbounded
Advertiser adsml:Advertiser (1) unbounded
Contract adsml:Contract (1) unbounded