Definition Type: AttributeGroup
Name: commonPowerAttributes
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: NewsML-G2_2.22-spec-All-Power.xsd
Documentation:
A group of attributes for all elements of a G2 Item except its root element, the itemMeta element and all of its children which are mandatory.
Collapse XSD Schema Diagram:
Drilldown into pubconstrainturi in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into pubconstraint 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 id in schema newsml-g2_2_22-spec-all-power_xsdXSD Diagram of commonPowerAttributes in schema newsml-g2_2_22-spec-all-power_xsd (SportsML)
Collapse XSD Schema Code:
<xs:attributeGroup name="commonPowerAttributes">
    <xs:annotation>
        <xs:documentation>A group of attributes for all elements of a G2 Item except its root element, the itemMeta element and all of its children which are mandatory. </xs:documentation>
    </xs:annotation>
    <xs:attribute name="id" type="xs:ID" use="optional">
        <xs:annotation>
            <xs:documentation>The local identifier of the property.</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="pubconstraint" type="QCodeListType" use="optional">
        <xs:annotation>
            <xs:documentation>One or many constraints that apply to publishing the value of the property - expressed by a QCode. Each constraint applies to all descendant elements.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="pubconstrainturi" type="IRIListType" use="optional">
        <xs:annotation>
            <xs:documentation>One or many constraints that apply to publishing the value of the property - expressed by a URI. Each constraint applies to all descendant elements.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id 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
pubconstraint nsA:pubconstraint Optional
pubconstrainturi nsA:pubconstrainturi Optional