Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
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 Group ntk:CommonAttributesGroup
Namespace urn:us:gov:ic:ntk
Diagram
Diagram IC-NTK_xsd_Attribute_Group_ntk_CommonAttributesGroup.tmp#CommonAttributesGroup_id IC-NTK_xsd_Attribute_Group_ntk_CommonAttributesGroup.tmp#CommonAttributesGroup_IDReference IC-NTK_xsd_Attribute_Group_ntk_CommonAttributesGroup.tmp#CommonAttributesGroup_qualifier
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