<xs:complexType name="ProductionMetricType">
<xs:attribute name="subject" type="simpleTokenType" use="required">
<xs:annotation>
<xs:appinfo xml:lang="en">A method of categorizing the subject of a document in a fashion understandable by DDNI-A</xs:appinfo>
</xs:annotation>
</xs:attribute>
<xs:attribute name="coverage" type="simpleTokenType" use="required">
<xs:annotation>
<xs:appinfo xml:lang="en">A method of categorizing the coverage of a document in a fashion understandable by DDNI-A</xs:appinfo>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="SecurityAttributesOptionGroup"/>
</xs:complexType>
|