tva:TVAMainType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
originID tva:TVAIDRefType optional
publicationTime dateTime optional
publisher string optional
rightsOwner string optional
version unsignedInt optional
xml:lang xs:language required
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

Element tva:TVAMain

Source

<complexType name="TVAMainType">
  <sequence>
    <element name="CopyrightNotice" type="mpeg7:TextualType" minOccurs="0" maxOccurs="unbounded"/>
    <element name="MetadataOriginationInformationTable" type="tva:MetadataOriginationInformationTableType" minOccurs="0"/>
    <element name="ClassificationSchemeTable" type="tva:ClassificationSchemeTableType" minOccurs="0"/>
    <element name="ProgramDescription" type="tva:ProgramDescriptionType" minOccurs="0"/>
    <element name="UserDescription" type="tva:UserDescriptionType" minOccurs="0" maxOccurs="unbounded"/>
  </sequence>
  <attribute ref="xml:lang" use="required"/>
  <attribute name="publisher" type="string" use="optional"/>
  <attribute name="publicationTime" type="dateTime" use="optional"/>
  <attribute name="rightsOwner" type="string" use="optional"/>
  <attribute name="originID" type="tva:TVAIDRefType" use="optional"/>
  <attribute name="version" type="unsignedInt" use="optional"/>
</complexType>