Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element ntk:Access
Namespace urn:us:gov:ic:ntk
Annotations
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.
Diagram
Diagram IC-ISM_xsd_Attribute_Group_SecurityAttributesGroup.tmp#SecurityAttributesGroup IC-NTK_xsd_Element_ntk_AccessIndividualList.tmp#AccessIndividualList IC-NTK_xsd_Element_ntk_AccessGroupList.tmp#AccessGroupList IC-NTK_xsd_Element_ntk_AccessProfileList.tmp#AccessProfileList
Properties
content: complex
Used by
Model ALL(ntk:AccessIndividualList{0,1} ntk:AccessGroupList{0,1} ntk:AccessProfileList{0,1})
Children ntk:AccessGroupList, ntk:AccessIndividualList, ntk:AccessProfileList
Instance
<ntk:Access SchemaguideSecurityAttributesGroup="" xmlns:ntk="urn:us:gov:ic:ntk">
  <ntk:AccessIndividualList>{0,1}</ntk:AccessIndividualList>
  <ntk:AccessGroupList>{0,1}</ntk:AccessGroupList>
  <ntk:AccessProfileList SchemaguideSecurityAttributesGroup="">{0,1}</ntk:AccessProfileList>
</ntk:Access>
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="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>
Schema location IC-NTK.xsd