tva:PurchaseItemType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
end dateTime optional
start dateTime optional

Used By

Source

<complexType name="PurchaseItemType">
  <sequence>
    <element name="Price" type="tva:PriceType" maxOccurs="unbounded"/>
    <element name="Purchase" type="tva:PurchaseType" minOccurs="0" maxOccurs="unbounded"/>
    <element name="Description" type="mpeg7:TextualType" minOccurs="0" maxOccurs="unbounded"/>
    <element name="PricingServerURL" type="anyURI" minOccurs="0" maxOccurs="unbounded"/>
    <element name="DRMDeclaration" type="tva:DRMDeclarationType" minOccurs="0"/>
  </sequence>
  <attribute name="start" type="dateTime" use="optional"/>
  <attribute name="end" type="dateTime" use="optional"/>
</complexType>