Showing:

Attributes
Diagrams
Instances
Properties
Source
Used by
Element ntk:AccessProfileList
Namespace urn:us:gov:ic:ntk
Diagram
Diagram IC-ISM_xsd_Attribute_Group_SecurityAttributesGroup.tmp#SecurityAttributesGroup IC-NTK_xsd_Element_ntk_AccessProfile.tmp#AccessProfile
Properties
content: complex
Used by
Element ntk:Access
Model ntk:AccessProfile+
Children ntk:AccessProfile
Instance
<ntk:AccessProfileList SchemaguideSecurityAttributesGroup="" xmlns:ntk="urn:us:gov:ic:ntk">
  <ntk:AccessProfile SchemaguideSecurityAttributesGroup="">{1,unbounded}</ntk:AccessProfile>
</ntk:AccessProfileList>
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="AccessProfileList">
  <xsd:complexType>
    <xsd:sequence minOccurs="1" maxOccurs="1">
      <xsd:element ref="ntk:AccessProfile" minOccurs="1" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attributeGroup ref="ism:SecurityAttributesGroup"/>
  </xsd:complexType>
</xsd:element>
Schema location IC-NTK.xsd