tva:RightsStatementType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
InstanceMetadataIdRef tva:InstanceMetadataIdType optional
programId tva:CRIDType optional
segmentRefList tva:TVAIDRefsType optional

Used By

Source

<complexType name="RightsStatementType">
  <sequence>
    <element name="RightsExpression" type="mpeg7:TextualType" minOccurs="0" maxOccurs="unbounded">
    </element>
    <element name="RightsLink" minOccurs="0" maxOccurs="unbounded">
      <complexType>
        <simpleContent>
          <extension base="anyURI">
            <attribute ref="xml:lang" use="optional"/>
          </extension>
        </simpleContent>
      </complexType>
    </element>
    <element name="RightsType" type="tva:ControlledTermType" minOccurs="0"/>
    <element name="RightsContact" type="tva:TVAAgentType" minOccurs="0" maxOccurs="unbounded"/>
    <element name="TemporalScope" minOccurs="0">
      <complexType>
        <choice>
          <element name="TextualExpression">
            <complexType>
              <simpleContent>
                <extension base="string">
                  <attribute name="unit" type="string"/>
                </extension>
              </simpleContent>
            </complexType>
          </element>
          <element name="ValidityPeriod" type="tva:ValidPeriodType"/>
          <element name="ValidityDuration" type="duration"/>
        </choice>
      </complexType>
    </element>
    <element name="GeographicalScope" type="mpeg7:ControlledTermUseType" minOccurs="0" maxOccurs="unbounded"/>
    <element name="GeographicalExclusionScope" type="mpeg7:ControlledTermUseType" minOccurs="0" maxOccurs="unbounded"/>
    <element name="UsageRestriction" type="tva:UsageRestrictionType" minOccurs="0" maxOccurs="unbounded"/>
    <element name="Device" type="tva:DeviceType" minOccurs="0" maxOccurs="unbounded"/>
  </sequence>
  <attribute name="programId" type="tva:CRIDType"/>
  <attribute name="segmentRefList" type="tva:TVAIDRefsType"/>
  <attribute name="InstanceMetadataIdRef" type="tva:InstanceMetadataIdType" use="optional"/>
</complexType>