QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
fragmentExpirationDate | dateTime | optional | |||||
fragmentId | tva:TVAIDType | optional | |||||
fragmentVersion | unsignedLong | optional | |||||
isPrintable | boolean | optional |
|
||||
isSkippable | boolean | optional |
|
||||
metadataOriginIDRef | tva:TVAIDRefType | optional | |||||
segmentId | tva:TVAIDType | required | |||||
xml:lang | xs:language | optional |
|
<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> |