Definition Type: ComplexType
Name: partMetaPropType
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: NewsML-G2_2.22-spec-All-Power.xsd
Abstract
Documentation:
A type representing the structure of a partMeta property
Collapse XSD Schema Diagram:
Drilldown into link in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into edNote in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into signal in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into partMetaExtProperty in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into description in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into creditline in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into by in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into dateline in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into headline in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into slugline in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into subject in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into keyword in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into genre in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into language in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into DescriptiveMetadataGroup in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into userInteraction in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into rating in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into altId in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into exclAudience in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into audience in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into contributor in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into creator in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into infoSource in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into located in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into contentModified in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into contentCreated in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into urgency in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into AdministrativeMetadataGroup in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into role in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into regionDelim in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into timeDelim in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into icon in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into dir in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into  in schema Drilldown into i18nAttributes in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into contentrefs in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into seq in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into whyuri in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into why in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into howuri in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into how in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into custom in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into modified in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into creatoruri in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into creator in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into partid in schema newsml-g2_2_22-spec-all-power_xsdXSD Diagram of partMetaPropType in schema newsml-g2_2_22-spec-all-power_xsd (SportsML)
Collapse XSD Schema Code:
<xs:complexType name="partMetaPropType">
    <xs:annotation>
        <xs:documentation> A type representing the structure of a partMeta property</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element ref="icon" minOccurs="0" maxOccurs="unbounded" />
        <xs:element name="timeDelim" minOccurs="0" maxOccurs="unbounded">
            <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:attributeGroup ref="commonPowerAttributes" />
                <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">
                    <xs:annotation>
                        <xs:documentation>The unit used for the start and end timestamps - expressed by a QCode / either the timeunit or the timeunituri attribute MUST be used</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="timeunituri" type="IRIType">
                    <xs:annotation>
                        <xs:documentation>The unit used for the start and end timestamps - expressed by a URI / either the timeunit or the timeunituri attribute MUST be used</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="renditionref" type="QCodeType">
                    <xs:annotation>
                        <xs:documentation>Refers to the content rendition with this QCode as rendition attribute value - expressed by a QCode</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="renditionrefuri" type="IRIType">
                    <xs:annotation>
                        <xs:documentation>Refers to the content rendition with this QCode as rendition attribute value - expressed by a URI</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <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:attributeGroup ref="commonPowerAttributes" />
                <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:nonNegativeInteger">
                    <xs:annotation>
                        <xs:documentation>The height of the rectangle</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <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:element name="partMetaExtProperty" type="Flex2ExtPropType" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:documentation>Extension Property; the semantics are defined by the concept referenced by the rel attribute. The semantics of the Extension Property must have the same scope as the parent property.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element ref="signal" minOccurs="0" maxOccurs="unbounded" />
        <xs:element ref="edNote" minOccurs="0" maxOccurs="unbounded" />
        <xs:element ref="link" minOccurs="0" maxOccurs="unbounded" />
        <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" use="optional">
        <xs:annotation>
            <xs:documentation>The identifier of the part</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="creator" type="QCodeType" use="optional">
        <xs:annotation>
            <xs:documentation>If the attribute is empty, specifies which entity (person, organisation or system) will edit the property - expressed by a QCode. If the attribute is non-empty, specifies which entity (person, organisation or system) has edited the property.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="creatoruri" type="IRIType" use="optional">
        <xs:annotation>
            <xs:documentation>If the attribute is empty, specifies which entity (person, organisation or system) will edit the property - expressed by a URI. If the attribute is non-empty, specifies which entity (person, organisation or system) has edited the property.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="modified" type="DateOptTimeType" use="optional">
        <xs:annotation>
            <xs:documentation>The date (and, optionally, the time) when the property was last modified. The initial value is the date (and, optionally, the time) of creation of the property.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="custom" type="xs:boolean" use="optional">
        <xs:annotation>
            <xs:documentation>If set to true the corresponding property was added to the G2 Item for a specific customer or group of customers only. The default value of this property is false which applies when this attribute is not used with the property.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="how" type="QCodeType" use="optional">
        <xs:annotation>
            <xs:documentation>Indicates by which means the value was extracted from the content - expressed by a QCode</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="howuri" type="IRIType" use="optional">
        <xs:annotation>
            <xs:documentation>Indicates by which means the value was extracted from the content - expressed by a URI</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="why" type="QCodeType" use="optional">
        <xs:annotation>
            <xs:documentation>Why the metadata has been included - expressed by a QCode</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="whyuri" type="IRIType" use="optional">
        <xs:annotation>
            <xs:documentation>Why the metadata has been included - expressed by a URI</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="seq" type="xs:nonNegativeInteger" use="optional">
        <xs:annotation>
            <xs:documentation>The sequence number of the part</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="contentrefs" type="xs:IDREFS" use="optional">
        <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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
icon nsA:icon 0 unbounded
timeDelim nsA:timeDelim 0 unbounded
regionDelim nsA:regionDelim 0 (1)
role nsA:role 0 (1)
urgency nsA:urgency 0 (1)
contentCreated nsA:contentCreated 0 (1)
contentModified nsA:contentModified 0 (1)
located nsA:located (1) (1)
infoSource nsA:infoSource (1) (1)
creator nsA:creator (1) (1)
contributor nsA:contributor (1) (1)
audience nsA:audience (1) (1)
exclAudience nsA:exclAudience (1) (1)
altId nsA:altId (1) (1)
rating nsA:rating (1) (1)
userInteraction nsA:userInteraction (1) (1)
language nsA:language (1) (1)
genre nsA:genre (1) (1)
keyword nsA:keyword (1) (1)
subject nsA:subject (1) (1)
slugline nsA:slugline (1) (1)
headline nsA:headline (1) (1)
dateline nsA:dateline (1) (1)
by nsA:by (1) (1)
creditline nsA:creditline (1) (1)
description nsA:description (1) (1)
partMetaExtProperty nsA:partMetaExtProperty 0 unbounded
signal nsA:signal 0 unbounded
edNote nsA:edNote 0 unbounded
link nsA:link 0 unbounded
<xs:any> Allowed namespace: '##other' 0 unbounded
<xs:group> nsA:AdministrativeMetadataGroup (1) (1)
<xs:group> nsA:DescriptiveMetadataGroup (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
partid nsA:partid Optional
creator nsA:creator Optional
creatoruri nsA:creatoruri Optional
modified nsA:modified Optional
custom nsA:custom Optional
how nsA:how Optional
howuri nsA:howuri Optional
why nsA:why Optional
whyuri nsA:whyuri Optional
seq nsA:seq Optional
contentrefs nsA:contentrefs Optional
lang Unresolved link to lang Optional
dir nsA:dir Optional
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
nsA:partMeta