tva:SegmentInformationType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
fragmentExpirationDate dateTime optional
fragmentId tva:TVAIDType optional
fragmentVersion unsignedLong optional
isPrintable boolean optional
A flag to signal is the information about that segment can be
published / printed e.g. in program guides.
isSkippable boolean optional
A flag to signal is the segment can be skipped.
metadataOriginIDRef tva:TVAIDRefType optional
segmentId tva:TVAIDType required
xml:lang xs:language optional
Attempting to install the relevant ISO 2- and 3-letter
codes as the enumerated possible values is probably never
going to be a realistic possibility.  See
RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
at http://www.iana.org/assignments/lang-tag-apps.htm for
further information.

Used By

Source

<complexType name="SegmentInformationType">
  <sequence>
    <element name="ProgramRef" type="tva:CRIDRefType" minOccurs="0"/>
    <element name="TimeBaseReference" type="tva:TimeBaseReferenceType" minOccurs="0"/>
    <element name="Description" type="tva:BasicSegmentDescriptionType" minOccurs="0"/>
    <element name="SegmentLocator" type="tva:TVAMediaTimeType" minOccurs="0"/>
    <element name="KeyFrameLocator" type="tva:TVAMediaTimeType" minOccurs="0" maxOccurs="unbounded"/>
    <element name="OtherIdentifier" type="mpeg7:UniqueIDType" minOccurs="0" maxOccurs="unbounded"/>
  </sequence>
  <attribute name="segmentId" type="tva:TVAIDType" use="required"/>
  <attributeGroup ref="tva:fragmentIdentification"/>
  <attribute name="metadataOriginIDRef" type="tva:TVAIDRefType" use="optional"/>
  <attribute ref="xml:lang" use="optional"/>
  <attribute name="isSkippable" type="boolean">
    <annotation>
      <documentation>A flag to signal is the segment can be skipped.</documentation>
    </annotation>
  </attribute>
  <attribute name="isPrintable" type="boolean">
    <annotation>
      <documentation>A flag to signal is the information about that segment can be published / printed e.g. in program guides.</documentation>
    </annotation>
  </attribute>
</complexType>