Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element profile
Namespace No namespace
Annotations

Contains the whitelist of values allowed in the NTK AccessProfile structure.

Contains a map of the vocabulary attribute and the element value of the NTK AccessProfileValue element.

Diagram
Diagram Whitelist_xsd_Element_profile.tmp#profile_vocabulary Whitelist_xsd_Element_profile.tmp#profile_profileValue
Properties
content complex
Used by
Attributes
QName Type Use
profileValue restriction of xsd:string required
vocabulary xsd:anyURI required
Source
<xsd:element name="profile">
  <xsd:annotation>
    <xsd:documentation>
      <p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">Contains the whitelist of values allowed in the NTK AccessProfile structure.</p>
      <p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">Contains a map of the vocabulary attribute and the element value of the NTK AccessProfileValue element.</p>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:attribute name="vocabulary" use="required" type="xsd:anyURI"/>
    <xsd:attribute name="profileValue" use="required">
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:pattern value="[\w\d,-=_:\p{Zs}]+|\*"/>
          <!-- Allow  \p{Zs} => space Do Not Allow '?' or '.' -->
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
  </xsd:complexType>
</xsd:element>
Schema location Whitelist.xsd Copy and paste this link to your file browser, clicking the link MAY open in the browser. Opening in an XML aware editor is best.
Attribute profile / @vocabulary
Namespace No namespace
Type xsd:anyURI
Properties
use required
Used by
Element profile
Source
<xsd:attribute name="vocabulary" use="required" type="xsd:anyURI"/>
Schema location Whitelist.xsd Copy and paste this link to your file browser, clicking the link MAY open in the browser. Opening in an XML aware editor is best.
Attribute profile / @profileValue
Namespace No namespace
Type restriction of xsd:string
Properties
use required
Facets
pattern [\w\d,-=_:\p{Zs}]+|\*
Used by
Element profile
Source
<xsd:attribute name="profileValue" use="required">
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:pattern value="[\w\d,-=_:\p{Zs}]+|\*"/>
      <!-- Allow  \p{Zs} => space Do Not Allow '?' or '.' -->
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>
Schema location Whitelist.xsd Copy and paste this link to your file browser, clicking the link MAY open in the browser. Opening in an XML aware editor is best.

This document has been approved for Public Release by the Office of the Director of National Intelligence. See Distribution Notice for details. Click Here