Definition Type: ComplexType
Name: PublishingScheduleType
Namespace: http://www.adsml.org/adsmlmediapack/1.0
Containing Schema: AdsMLMediapack-1.0-PublicTypeLibrary-AS.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into RecurrencePattern in schema adsmlbookings-2_5-publictypelibrary-as_xsd Drilldown into Period in schema adsmlmediapack-1_0-publictypelibrary-as_xsd Drilldown into Date in schema adsmlmediapack-1_0-publictypelibrary-as_xsdXSD Diagram of PublishingScheduleType in schema adsmlmediapack-1_0-publictypelibrary-as_xsd (AdsML)
Collapse XSD Schema Code:
<xs:complexType name="PublishingScheduleType">
    <xs:sequence>
        <xs:element ref="Date" minOccurs="0" maxOccurs="unbounded" />
        <xs:element ref="Period" minOccurs="0" maxOccurs="unbounded" />
        <xs:element ref="adsml-bo:RecurrencePattern" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Date nsB:Date 0 unbounded
Period nsB:Period 0 unbounded
RecurrencePattern adsml-bo:RecurrencePattern 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsB:PublishingSchedule, nsB:RateCalendar