Definition Type: Element
Name: PlacementTarget
Namespace: http://www.adsml.org/adsmlbookings/2.5
Containing Schema: AdsMLBookings-2.5-PublicTypeLibrary-AS.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Properties in schema adsmltypelibrary-2_0-as_xsd Drilldown into MaximumEventCount in schema adsmlbookings-2_5-publictypelibrary-as_xsd Drilldown into MinimumEventCount in schema adsmlbookings-2_5-publictypelibrary-as_xsd Drilldown into EventCount in schema adsmlbookings-2_5-publictypelibrary-as_xsd Drilldown into EventType in schema adsmlbookings-2_5-publictypelibrary-as_xsdXSD Diagram of PlacementTarget in schema adsmlbookings-2_5-publictypelibrary-as_xsd (AdsML)
Collapse XSD Schema Code:
<xs:element name="PlacementTarget">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="EventType" />
            <xs:element ref="EventCount" />
            <xs:element ref="MinimumEventCount" minOccurs="0" />
            <xs:element ref="MaximumEventCount" minOccurs="0" />
            <xs:element ref="adsml:Properties" minOccurs="0" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
EventType adsml-bo:EventType (1) (1)
EventCount adsml-bo:EventCount (1) (1)
MinimumEventCount adsml-bo:MinimumEventCount 0 (1)
MaximumEventCount adsml-bo:MaximumEventCount 0 (1)
Properties adsml:Properties 0 (1)