Showing:

Annotations
Attributes
Diagrams
Source
Used by
Attribute Group ISMRootNodeAttributeGroup
Namespace urn:us:gov:ic:ism
Annotations
An attribute group to be used on the root node of a schema implementing ISM. ISM being entirely attributes based groups such as this are the only way to specify required use.
Diagram
Diagram IC-ISM_xsd_Attribute_DESVersion.tmp#DESVersion
Used by
Attribute Group AuditRootNodeAttributeGroup
Attributes
QName Type Fixed Default Use Annotation
DESVersion xsd:int required
The version number of the DES. Should there be multiple specified in an instance document the one at the root node is the one that will apply to the entire document.
Source
<xsd:attributeGroup name="ISMRootNodeAttributeGroup">
  <xsd:annotation>
    <xsd:documentation>An attribute group to be used on the root node of a schema implementing ISM. ISM being entirely attributes based groups such as this are the only way to specify required use.</xsd:documentation>
  </xsd:annotation>
  <xsd:attribute ref="DESVersion" use="required"/>
</xsd:attributeGroup>
Schema location IC-ISM.xsd