Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Imported schema IC-NTK.xsd
Namespace urn:us:gov:ic:ntk
Properties
attribute form default: qualified
element form default: qualified
Schema location IC-NTK.xsd
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.tmp#id38 IC-NTK_xsd.tmp#id34 IC-NTK_xsd.tmp#id46 IC-NTK_xsd.tmp#id49
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="">
  <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>
      <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
Element ntk:AccessIndividualList
Namespace urn:us:gov:ic:ntk
Diagram
Diagram IC-NTK_xsd.tmp#id35
Properties
content: complex
Used by
Model ntk:AccessIndividual
Children ntk:AccessIndividual
Instance
<ntk:AccessIndividualList>
  <ntk:AccessIndividual SchemaguideSecurityAttributesGroup="">{1,1}</ntk:AccessIndividual>
</ntk:AccessIndividualList>
Source
<xsd:element name="AccessIndividualList">
  <xsd:complexType>
    <xsd:sequence minOccurs="1" maxOccurs="unbounded">
      <xsd:element ref="ntk:AccessIndividual"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Schema location IC-NTK.xsd
Element ntk:AccessIndividual
Namespace urn:us:gov:ic:ntk
Annotations
A system name followed by 1 or more Individual values representing the people that a user wanting access to the document must be a member of.
Diagram
Diagram IC-ISM_xsd.tmp#id38 IC-NTK_xsd.tmp#id36 IC-NTK_xsd.tmp#id44
Properties
content: complex
Used by
Model ntk:AccessSystemName , ntk:AccessIndividualValue+
Children ntk:AccessIndividualValue, ntk:AccessSystemName
Instance
<ntk:AccessIndividual SchemaguideSecurityAttributesGroup="">
  <ntk:AccessSystemName ntk:id="" ntk:IDReference="" ntk:qualifier="" SchemaguideSecurityAttributesGroup="">{1,1}</ntk:AccessSystemName>
  <ntk:AccessIndividualValue ntk:id="" ntk:IDReference="" ntk:qualifier="" SchemaguideSecurityAttributesGroup="">{1,unbounded}</ntk:AccessIndividualValue>
</ntk:AccessIndividual>
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="AccessIndividual">
  <xsd:annotation>
    <xsd:documentation>A system name followed by 1 or more Individual values representing
                the people that a user wanting access to the document must be a member of.</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:AccessIndividualValue" minOccurs="1" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attributeGroup ref="ism:SecurityAttributesGroup"/>
  </xsd:complexType>
</xsd:element>
Schema location IC-NTK.xsd
Element ntk:AccessSystemName
Namespace urn:us:gov:ic:ntk
Diagram
Diagram IC-ISM_xsd.tmp#id38 IC-NTK_xsd.tmp#id40 IC-NTK_xsd.tmp#id37
Type ntk:TokenWithSecurityType
Properties
content: complex
Used by
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.
ntk:IDReference xsd:IDREFS optional
A cross-reference to a unique identifier used to point from one element to one or more other elements. The value of the attribute must be one or more XML unique identifiers that are the value(s) of id attribute(s) elsewhere in the document.
ntk:id xsd:ID optional
A unique XML identifier used to assign an XML unique identifier to an element, such as a paragraph, note or table.
ntk:qualifier xsd:string optional
A user-defined property within an element for general purpose processing used with block objects to provide supplemental information over and above that conveyed by the element name. This attribute is analogous to HTML's "class" attribute.
Source
<xsd:element name="AccessSystemName" type="ntk:TokenWithSecurityType"/>
Schema location IC-NTK.xsd
Element ntk:AccessIndividualValue
Namespace urn:us:gov:ic:ntk
Diagram
Diagram IC-ISM_xsd.tmp#id38 IC-NTK_xsd.tmp#id40 IC-NTK_xsd.tmp#id45
Type ntk:StringWithSecurityType
Properties
content: complex
Used by
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.
ntk:IDReference xsd:IDREFS optional
A cross-reference to a unique identifier used to point from one element to one or more other elements. The value of the attribute must be one or more XML unique identifiers that are the value(s) of id attribute(s) elsewhere in the document.
ntk:id xsd:ID optional
A unique XML identifier used to assign an XML unique identifier to an element, such as a paragraph, note or table.
ntk:qualifier xsd:string optional
A user-defined property within an element for general purpose processing used with block objects to provide supplemental information over and above that conveyed by the element name. This attribute is analogous to HTML's "class" attribute.
Source
<xsd:element name="AccessIndividualValue" type="ntk:StringWithSecurityType"/>
Schema location IC-NTK.xsd
Element ntk:AccessGroupList
Namespace urn:us:gov:ic:ntk
Diagram
Diagram IC-NTK_xsd.tmp#id47
Properties
content: complex
Used by
Model ntk:AccessGroup+
Children ntk:AccessGroup
Instance
<ntk:AccessGroupList>
  <ntk:AccessGroup SchemaguideSecurityAttributesGroup="">{1,unbounded}</ntk:AccessGroup>
</ntk:AccessGroupList>
Source
<xsd:element name="AccessGroupList">
  <xsd:complexType>
    <xsd:sequence minOccurs="1" maxOccurs="1">
      <xsd:element ref="ntk:AccessGroup" minOccurs="1" maxOccurs="unbounded"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
Schema location IC-NTK.xsd
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.tmp#id38 IC-NTK_xsd.tmp#id36 IC-NTK_xsd.tmp#id48
Properties
content: complex
Used by
Model ntk:AccessSystemName , ntk:AccessGroupValue+
Children ntk:AccessGroupValue, ntk:AccessSystemName
Instance
<ntk:AccessGroup SchemaguideSecurityAttributesGroup="">
  <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
Element ntk:AccessGroupValue
Namespace urn:us:gov:ic:ntk
Diagram
Diagram IC-ISM_xsd.tmp#id38 IC-NTK_xsd.tmp#id40 IC-NTK_xsd.tmp#id45
Type ntk:StringWithSecurityType
Properties
content: complex
Used by
Element 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.
ntk:IDReference xsd:IDREFS optional
A cross-reference to a unique identifier used to point from one element to one or more other elements. The value of the attribute must be one or more XML unique identifiers that are the value(s) of id attribute(s) elsewhere in the document.
ntk:id xsd:ID optional
A unique XML identifier used to assign an XML unique identifier to an element, such as a paragraph, note or table.
ntk:qualifier xsd:string optional
A user-defined property within an element for general purpose processing used with block objects to provide supplemental information over and above that conveyed by the element name. This attribute is analogous to HTML's "class" attribute.
Source
<xsd:element name="AccessGroupValue" type="ntk:StringWithSecurityType"/>
Schema location IC-NTK.xsd
Element ntk:AccessProfileList
Namespace urn:us:gov:ic:ntk
Diagram
Diagram IC-ISM_xsd.tmp#id38 IC-NTK_xsd.tmp#id50
Properties
content: complex
Used by
Element ntk:Access
Model ntk:AccessProfile+
Children ntk:AccessProfile
Instance
<ntk:AccessProfileList SchemaguideSecurityAttributesGroup="">
  <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>
      <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
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.tmp#id38 IC-NTK_xsd.tmp#id36 IC-NTK_xsd.tmp#id51
Properties
content: complex
Used by
Model ntk:AccessSystemName , ntk:AccessProfileValue+
Children ntk:AccessProfileValue, ntk:AccessSystemName
Instance
<ntk:AccessProfile SchemaguideSecurityAttributesGroup="">
  <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
Element ntk:AccessProfileValue
Namespace urn:us:gov:ic:ntk
Diagram
Diagram IC-ISM_xsd.tmp#id38 IC-NTK_xsd.tmp#id40 IC-NTK_xsd.tmp#id45 IC-NTK_xsd.tmp#id52
Type extension of ntk:StringWithSecurityType
Type hierarchy
Properties
content: complex
Used by
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.
ntk:IDReference xsd:IDREFS optional
A cross-reference to a unique identifier used to point from one element to one or more other elements. The value of the attribute must be one or more XML unique identifiers that are the value(s) of id attribute(s) elsewhere in the document.
ntk:id xsd:ID optional
A unique XML identifier used to assign an XML unique identifier to an element, such as a paragraph, note or table.
ntk:qualifier xsd:string optional
A user-defined property within an element for general purpose processing used with block objects to provide supplemental information over and above that conveyed by the element name. This attribute is analogous to HTML's "class" attribute.
ntk:vocabulary xsd:NMTOKEN required
A list of words, codes and/or phrases: a lexicon.
Source
<xsd:element name="AccessProfileValue">
  <xsd:complexType>
    <xsd:complexContent>
      <xsd:extension base="ntk:StringWithSecurityType">
        <xsd:attribute name="vocabulary" type="xsd:NMTOKEN" use="required">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">A list of words, codes and/or phrases: a lexicon.</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>
</xsd:element>
Schema location IC-NTK.xsd
Element ntk:AccessAuthorizationList
Namespace urn:us:gov:ic:ntk
Diagram
Diagram IC-ISM_xsd.tmp#id38 IC-NTK_xsd.tmp#id34 IC-NTK_xsd.tmp#id46
Properties
content: complex
Model ntk:AccessIndividualList{0,1} , ntk:AccessGroupList{0,1}
Children ntk:AccessGroupList, ntk:AccessIndividualList
Instance
<ntk:AccessAuthorizationList SchemaguideSecurityAttributesGroup="">
  <ntk:AccessIndividualList>{0,1}</ntk:AccessIndividualList>
  <ntk:AccessGroupList>{0,1}</ntk:AccessGroupList>
</ntk:AccessAuthorizationList>
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="AccessAuthorizationList">
  <xsd:complexType>
    <xsd:sequence minOccurs="1" maxOccurs="1">
      <xsd:element ref="ntk:AccessIndividualList" minOccurs="0" maxOccurs="1"/>
      <xsd:element ref="ntk:AccessGroupList" minOccurs="0" maxOccurs="1"/>
    </xsd:sequence>
    <xsd:attributeGroup ref="ism:SecurityAttributesGroup"/>
  </xsd:complexType>
</xsd:element>
Schema location IC-NTK.xsd
Complex Type ntk:TokenWithSecurityType
Namespace urn:us:gov:ic:ntk
Diagram
Diagram IC-ISM_xsd.tmp#id38 IC-NTK_xsd.tmp#id40
Type extension of xsd:NMTOKEN
Used by
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.
ntk:IDReference xsd:IDREFS optional
A cross-reference to a unique identifier used to point from one element to one or more other elements. The value of the attribute must be one or more XML unique identifiers that are the value(s) of id attribute(s) elsewhere in the document.
ntk:id xsd:ID optional
A unique XML identifier used to assign an XML unique identifier to an element, such as a paragraph, note or table.
ntk:qualifier xsd:string optional
A user-defined property within an element for general purpose processing used with block objects to provide supplemental information over and above that conveyed by the element name. This attribute is analogous to HTML's "class" attribute.
Source
<xsd:complexType name="TokenWithSecurityType">
  <xsd:simpleContent>
    <xsd:extension base="xsd:NMTOKEN">
      <xsd:attributeGroup ref="ism:SecurityAttributesGroup"/>
      <xsd:attributeGroup ref="ntk:CommonAttributesGroup"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location IC-NTK.xsd
Complex Type ntk:StringWithSecurityType
Namespace urn:us:gov:ic:ntk
Diagram
Diagram IC-ISM_xsd.tmp#id38 IC-NTK_xsd.tmp#id40
Type extension of xsd:string
Used by
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.
ntk:IDReference xsd:IDREFS optional
A cross-reference to a unique identifier used to point from one element to one or more other elements. The value of the attribute must be one or more XML unique identifiers that are the value(s) of id attribute(s) elsewhere in the document.
ntk:id xsd:ID optional
A unique XML identifier used to assign an XML unique identifier to an element, such as a paragraph, note or table.
ntk:qualifier xsd:string optional
A user-defined property within an element for general purpose processing used with block objects to provide supplemental information over and above that conveyed by the element name. This attribute is analogous to HTML's "class" attribute.
Source
<xsd:complexType name="StringWithSecurityType">
  <xsd:simpleContent>
    <xsd:extension base="xsd:string">
      <xsd:attributeGroup ref="ism:SecurityAttributesGroup"/>
      <xsd:attributeGroup ref="ntk:CommonAttributesGroup"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location IC-NTK.xsd
Attribute ntk:CommonAttributesGroup / @ntk:id
Namespace urn:us:gov:ic:ntk
Annotations
A unique XML identifier used to assign an XML unique identifier to an element, such as a paragraph, note or table.
Type xsd:ID
Properties
use: optional
Used by
Attribute Group ntk:CommonAttributesGroup
Source
<xsd:attribute name="id" type="xsd:ID" use="optional">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A unique XML identifier used to assign an XML
                    unique identifier to an element, such as a paragraph, note or table.</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location IC-NTK.xsd
Attribute ntk:CommonAttributesGroup / @ntk:IDReference
Namespace urn:us:gov:ic:ntk
Annotations
A cross-reference to a unique identifier used to point from one element to one or more other elements. The value of the attribute must be one or more XML unique identifiers that are the value(s) of id attribute(s) elsewhere in the document.
Type xsd:IDREFS
Properties
use: optional
Used by
Attribute Group ntk:CommonAttributesGroup
Source
<xsd:attribute name="IDReference" type="xsd:IDREFS" use="optional">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A cross-reference to a unique identifier used to
                    point from one element to one or more other elements. The value of the attribute
                    must be one or more XML unique identifiers that are the value(s) of id
                    attribute(s) elsewhere in the document.</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location IC-NTK.xsd
Attribute ntk:CommonAttributesGroup / @ntk:qualifier
Namespace urn:us:gov:ic:ntk
Annotations
A user-defined property within an element for general purpose processing used with block objects to provide supplemental information over and above that conveyed by the element name. This attribute is analogous to HTML's "class" attribute.
Type xsd:string
Properties
use: optional
Used by
Attribute Group ntk:CommonAttributesGroup
Source
<xsd:attribute name="qualifier" type="xsd:string" use="optional">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A user-defined property within an element for
                    general purpose processing used with block objects to provide supplemental
                    information over and above that conveyed by the element name. This attribute is
                    analogous to HTML's "class" attribute.</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location IC-NTK.xsd
Attribute ntk:AccessProfileValue / @ntk:vocabulary
Namespace urn:us:gov:ic:ntk
Annotations
A list of words, codes and/or phrases: a lexicon.
Type xsd:NMTOKEN
Properties
use: required
Used by
Source
<xsd:attribute name="vocabulary" type="xsd:NMTOKEN" use="required">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">A list of words, codes and/or phrases: a lexicon.</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location IC-NTK.xsd
Attribute ntk:NTKRootNodeAttributeGroup / @ntk:DESVersion
Namespace urn:us:gov:ic:ntk
Annotations
The version number of the DES
Type xsd:int
Properties
use: required
fixed: 3
Used by
Source
<xsd:attribute name="DESVersion" use="required" type="xsd:int" fixed="3" form="qualified">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">The version number of the DES</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location IC-NTK.xsd
Attribute Group ntk:CommonAttributesGroup
Namespace urn:us:gov:ic:ntk
Diagram
Diagram IC-NTK_xsd.tmp#id41 IC-NTK_xsd.tmp#id42 IC-NTK_xsd.tmp#id43
Used by
Attributes
QName Type Fixed Default Use Annotation
ntk:IDReference xsd:IDREFS optional
A cross-reference to a unique identifier used to point from one element to one or more other elements. The value of the attribute must be one or more XML unique identifiers that are the value(s) of id attribute(s) elsewhere in the document.
ntk:id xsd:ID optional
A unique XML identifier used to assign an XML unique identifier to an element, such as a paragraph, note or table.
ntk:qualifier xsd:string optional
A user-defined property within an element for general purpose processing used with block objects to provide supplemental information over and above that conveyed by the element name. This attribute is analogous to HTML's "class" attribute.
Source
<xsd:attributeGroup name="CommonAttributesGroup">
  <xsd:attribute name="id" type="xsd:ID" use="optional">
    <xsd:annotation>
      <xsd:documentation xml:lang="en">A unique XML identifier used to assign an XML
                    unique identifier to an element, such as a paragraph, note or table.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="IDReference" type="xsd:IDREFS" use="optional">
    <xsd:annotation>
      <xsd:documentation xml:lang="en">A cross-reference to a unique identifier used to
                    point from one element to one or more other elements. The value of the attribute
                    must be one or more XML unique identifiers that are the value(s) of id
                    attribute(s) elsewhere in the document.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="qualifier" type="xsd:string" use="optional">
    <xsd:annotation>
      <xsd:documentation xml:lang="en">A user-defined property within an element for
                    general purpose processing used with block objects to provide supplemental
                    information over and above that conveyed by the element name. This attribute is
                    analogous to HTML's "class" attribute.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
</xsd:attributeGroup>
Schema location IC-NTK.xsd
Attribute Group ntk:NTKRootNodeAttributeGroup
Namespace urn:us:gov:ic:ntk
Diagram
Diagram IC-NTK_xsd.tmp#id332
Used by
Attributes
QName Type Fixed Default Use Annotation
ntk:DESVersion xsd:int 3 required
The version number of the DES
Source
<xsd:attributeGroup name="NTKRootNodeAttributeGroup">
  <xsd:attribute name="DESVersion" use="required" type="xsd:int" fixed="3" form="qualified">
    <xsd:annotation>
      <xsd:documentation xml:lang="en">The version number of the DES</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
</xsd:attributeGroup>
Schema location IC-NTK.xsd