Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element irm:ProcessingInfo
Namespace urn:us:gov:ic:irm
Annotations
Information about when and/or how a product was transformed post-publication, including adding metadata to a published product. The type and version information about the transformation must be included as the element text.
Diagram
Diagram IC-ISM_xsd_Simple_Type_LongStringType.tmp#LongStringType IC-ISM_xsd_Attribute_Group_SecurityAttributesGroup.tmp#SecurityAttributesGroup IC-ISM_xsd_Complex_Type_LongStringWithSecurityType.tmp#LongStringWithSecurityType IC-IRM_xsd_Element_irm_ProcessingInfo.tmp#ProcessingInfo_dateProcessed
Type extension of LongStringWithSecurityType
Type hierarchy
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
SchemaguideSecurityAttributesGroup xsd:NMTOKEN optional
This attribute is only a placeholder so that all the ISM attributes are not shown in the schemaGuide for every element. If you refer to the documentation of the attribute group it will say what attributes should be here.
irm:dateProcessed CombinedDateType required
Source
<xsd:element name="ProcessingInfo">
  <xsd:annotation>
    <xsd:documentation>Information about when and/or how a product was transformed post-publication, including adding metadata to a published product. The type and version information about the transformation must be included as the element text.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:complexContent>
      <xsd:extension base="ism:LongStringWithSecurityType">
        <xsd:attribute name="dateProcessed" type="ddms:CombinedDateType" use="required">
          <xsd:annotation>
            <xsd:appinfo>The date that a resource was transformed in some way post-publication.</xsd:appinfo>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>
</xsd:element>
Schema location IC-IRM.xsd
Attribute irm:ProcessingInfo / @irm:dateProcessed
Namespace urn:us:gov:ic:irm
Type CombinedDateType
Properties
use: required
Used by
Source
<xsd:attribute name="dateProcessed" type="ddms:CombinedDateType" use="required">
  <xsd:annotation>
    <xsd:appinfo>The date that a resource was transformed in some way post-publication.</xsd:appinfo>
  </xsd:annotation>
</xsd:attribute>
Schema location IC-IRM.xsd