<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>
|