Showing:

Attributes
Diagrams
Instances
Properties
Source
Used by
Element irm:ProductionMetricsList
Namespace urn:us:gov:ic:irm
Diagram
Diagram IC-ISM_xsd_Attribute_Group_SecurityAttributesGroup.tmp#SecurityAttributesGroup IC-IRM_xsd_Element_irm_ProductionMetric.tmp#ProductionMetric
Properties
content: complex
Used by
Model irm:ProductionMetric+
Children irm:ProductionMetric
Instance
<irm:ProductionMetricsList SchemaguideSecurityAttributesGroup="" xmlns:irm="urn:us:gov:ic:irm">
  <irm:ProductionMetric SchemaguideSecurityAttributesGroup="">{1,unbounded}</irm:ProductionMetric>
</irm:ProductionMetricsList>
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.
Source
<xsd:element name="ProductionMetricsList">
  <xsd:complexType>
    <xsd:sequence minOccurs="1" maxOccurs="1">
      <xsd:element ref="irm:ProductionMetric" minOccurs="1" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attributeGroup ref="ism:SecurityAttributesGroup"/>
  </xsd:complexType>
</xsd:element>
Schema location IC-IRM.xsd