<xs:element name="partMeta">
<xs:annotation>
<xs:documentation>A set of properties describing a specific part of the content of the Item</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="icon" minOccurs="0" maxOccurs="unbounded" />
<xs:element name="timeDelim" minOccurs="0">
<xs:annotation>
<xs:documentation>A delimiter for a piece of streaming media content, expressed in various time formats</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="start" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>The timestamp corresponding to the start of the part</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="end" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>The timestamp corresponding to the end of the part</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="timeunit" type="QCodeType" use="required">
<xs:annotation>
<xs:documentation>The unit used for the start and end timestamps</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="editAttributes" />
<xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
</xs:element>
<xs:element name="regionDelim" minOccurs="0">
<xs:annotation>
<xs:documentation>A delimiter for a rectangular region in a piece of visual content</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="x" type="xs:integer">
<xs:annotation>
<xs:documentation>The x-axis coordinate of the side of the rectangle which has the smaller x-axis coordinate value in the current user coordinate system</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="y" type="xs:integer">
<xs:annotation>
<xs:documentation>The y-axis coordinate of the side of the rectangle which has the smaller y-axis coordinate value in the current user coordinate system</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="width" type="xs:integer">
<xs:annotation>
<xs:documentation>The width of the rectangle</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="height" type="xs:integer">
<xs:annotation>
<xs:documentation>The height of the rectangle</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="editAttributes" />
<xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
</xs:element>
<xs:element name="role" type="QualPropType" minOccurs="0">
<xs:annotation>
<xs:documentation>The role in the overall content stream.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:group ref="AdministrativeMetadataGroup" />
<xs:group ref="DescriptiveMetadataGroup" />
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Extension point for provider-defined properties from other namespaces</xs:documentation>
</xs:annotation>
</xs:any>
</xs:sequence>
<xs:attribute name="partid" type="xs:ID">
<xs:annotation>
<xs:documentation>The identifier of the part</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="seq" type="xs:nonNegativeInteger">
<xs:annotation>
<xs:documentation>The sequence number of the part</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="contentrefs" type="xs:IDREFS">
<xs:annotation>
<xs:documentation>A list of identifiers of XML elements containing content which is described by this partMeta structure.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="i18nAttributes" />
<xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
</xs:element>
|