Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element ntk:AccessGroup
Namespace urn:us:gov:ic:ntk
Annotations
A system name followed by 1 or more group values representing the groups that a user wanting access to the document must be a member of. Logic for the group list being boolean AND vs OR is System defined.
Diagram
Diagram IC-ISM_xsd_Attribute_Group_SecurityAttributesGroup.tmp#SecurityAttributesGroup IC-NTK_xsd_Element_ntk_AccessSystemName.tmp#AccessSystemName IC-NTK_xsd_Element_ntk_AccessGroupValue.tmp#AccessGroupValue
Properties
content: complex
Used by
Model ntk:AccessSystemName , ntk:AccessGroupValue+
Children ntk:AccessGroupValue, ntk:AccessSystemName
Instance
<ntk:AccessGroup SchemaguideSecurityAttributesGroup="" xmlns:ntk="urn:us:gov:ic:ntk">
  <ntk:AccessSystemName ntk:id="" ntk:IDReference="" ntk:qualifier="" SchemaguideSecurityAttributesGroup="">{1,1}</ntk:AccessSystemName>
  <ntk:AccessGroupValue ntk:id="" ntk:IDReference="" ntk:qualifier="" SchemaguideSecurityAttributesGroup="">{1,unbounded}</ntk:AccessGroupValue>
</ntk:AccessGroup>
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="AccessGroup">
  <xsd:annotation>
    <xsd:documentation>A system name followed by 1 or more group values representing the groups that a user wanting access to the document must be a member of. Logic for the group list being boolean AND vs OR is System defined.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence minOccurs="1" maxOccurs="1">
      <xsd:element ref="ntk:AccessSystemName" minOccurs="1" maxOccurs="1"/>
      <xsd:element ref="ntk:AccessGroupValue" minOccurs="1" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attributeGroup ref="ism:SecurityAttributesGroup"/>
  </xsd:complexType>
</xsd:element>
Schema location IC-NTK.xsd