Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element ntk:AccessProfile
Namespace urn:us:gov:ic:ntk
Annotations
A system name followed by 1 or more values representing a profile that a user wanting access to the document must meet. Logic for the profile 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_AccessProfileValue.tmp#AccessProfileValue
Properties
content: complex
Used by
Model ntk:AccessSystemName , ntk:AccessProfileValue+
Children ntk:AccessProfileValue, ntk:AccessSystemName
Instance
<ntk:AccessProfile SchemaguideSecurityAttributesGroup="" xmlns:ntk="urn:us:gov:ic:ntk">
  <ntk:AccessSystemName ntk:id="" ntk:IDReference="" ntk:qualifier="" SchemaguideSecurityAttributesGroup="">{1,1}</ntk:AccessSystemName>
  <ntk:AccessProfileValue ntk:id="" ntk:IDReference="" ntk:qualifier="" SchemaguideSecurityAttributesGroup="" ntk:vocabulary="">{1,unbounded}</ntk:AccessProfileValue>
</ntk:AccessProfile>
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="AccessProfile">
  <xsd:annotation>
    <xsd:documentation>A system name followed by 1 or more values representing a profile that a user wanting access to the document must meet. Logic for the profile 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:AccessProfileValue" minOccurs="1" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attributeGroup ref="ism:SecurityAttributesGroup"/>
  </xsd:complexType>
</xsd:element>
Schema location IC-NTK.xsd