tva:RelatedMaterialType

Complex Type Information

Model

Used By

Source

<complexType name="RelatedMaterialType">
  <sequence>
    <element name="HowRelated" type="tva:ControlledTermType" minOccurs="0"/>
    <element name="Format" type="tva:ControlledTermType" minOccurs="0"/>
    <choice>
      <element name="MediaLocator" type="tva:TVAMediaLocatorType" maxOccurs="unbounded"/>
      <element name="SegmentReference" type="tva:SegmentReferenceType"/>
    </choice>
    <element name="PromotionalText" type="mpeg7:TextualType" minOccurs="0" maxOccurs="unbounded"/>
    <element name="PromotionalMedia" type="mpeg7:TitleMediaType" minOccurs="0" maxOccurs="unbounded"/>
    <element name="SocialMediaReference" minOccurs="0" maxOccurs="unbounded">
      <complexType>
        <simpleContent>
          <extension base="anyURI">
            <attribute name="referenceType" type="mpeg7:termReferenceType" use="required"/>
          </extension>
        </simpleContent>
      </complexType>
    </element>
    <element name="SourceMediaLocator" type="mpeg7:MediaLocatorType" minOccurs="0"/>
  </sequence>
</complexType>