tva:CreditsItemType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
index nonNegativeInteger optional
role mpeg7:termReferenceType required

Used By

Source

<complexType name="CreditsItemType">
  <complexContent>
    <extension base="tva:TVAAgentType">
      <sequence>
        <choice>
          <element name="Character" type="mpeg7:PersonNameType" minOccurs="0" maxOccurs="unbounded"/>
          <element name="PresentationRole" type="mpeg7:TextualType" minOccurs="0" maxOccurs="unbounded"/>
        </choice>
        <element name="RelatedMaterial" type="tva:RelatedMaterialType" minOccurs="0" maxOccurs="unbounded"/>
      </sequence>
      <attribute name="role" type="mpeg7:termReferenceType" use="required"/>
      <attribute name="index" type="nonNegativeInteger" use="optional"/>
    </extension>
  </complexContent>
</complexType>