Definition Type: AttributeGroup
Name: persistentEditAttributes
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: NewsML-G2_2.22-spec-All-Power.xsd
Documentation:
A group of attributes to keep track of by whom and when the property value was changed with a persistent ID
Collapse XSD Schema Diagram:
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 persistentEditAttributes in schema newsml-g2_2_22-spec-all-power_xsd (SportsML)
Collapse XSD Schema Code:
<xs:attributeGroup name="persistentEditAttributes">
    <xs:annotation>
        <xs:documentation> A group of attributes to keep track of by whom and when the property value was changed with a persistent ID</xs:documentation>
    </xs:annotation>
    <xs:attribute name="id" type="xs:ID" use="optional">
        <xs:annotation>
            <xs:documentation>The local identifier of the element which MUST be persistent for all versions of the item, i.e. for its entire lifecycle.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="creator" type="QCodeType" use="optional">
        <xs:annotation>
            <xs:documentation>If the element is empty, specifies which entity (person, organisation or system) will edit the property - expressed by a QCode. If the element 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 element is empty, specifies which entity (person, organisation or system) will edit the property - expressed by a URI. If the element 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: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