A way of describing a formalized Need to Know required for a
document. NTK requires being inside a schema that implements ISM therefore some element
in the implementing schema MUST have
ism:ISMRootNodeAttributeGroup and ism:ResourceNodeAttributeGroup since both of those
are required for a valid ISM implementation. In addition the root node of the
implementing schema must have ntk:NTKRootNodeAttributeGroup specified.
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="Access"><xsd:annotation><xsd:documentation>A way of describing a formalized Need to Know required for a document. NTK requires being inside a schema that implements ISM therefore some element in the implementing schema MUST have ism:ISMRootNodeAttributeGroup and ism:ResourceNodeAttributeGroup since both of those are required for a valid ISM implementation. In addition the root node of the implementing schema must have ntk:NTKRootNodeAttributeGroup specified.</xsd:documentation></xsd:annotation><xsd:complexType><xsd:all minOccurs="1" maxOccurs="1"><xsd:element ref="ntk:AccessIndividualList" minOccurs="0" maxOccurs="1"/><xsd:element ref="ntk:AccessGroupList" minOccurs="0" maxOccurs="1"/><xsd:element ref="ntk:AccessProfileList" minOccurs="0" maxOccurs="1"/></xsd:all><xsd:attributeGroup ref="ism:SecurityAttributesGroup"/></xsd:complexType></xsd:element>