<xsd:attributeGroup name="objectAttributes">
<xsd:annotation>
<xsd:documentation>The possible attributes for an element in the object section of an item. The optional datatype attribute can be either 'literal' or 'pattern match'. A value of pattern match is for reporting information about the collection of objects associated with a specific pattern. Helps answers the question 'How do I know that everything that matches this pattern is in the SC file?' The pattern would be presented and the status would reflect the data collection as a whole. Then each matching object would exists on their own with a datatype of literal.</xsd:documentation>
<xsd:appinfo>
<attributes>[datatype]</attributes>
</xsd:appinfo>
</xsd:annotation>
<xsd:attribute name="datatype" type="system_characteristics:objectDatatypes" use="optional" default="literal" />
</xsd:attributeGroup>
|