Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element ConfigGroup / StringConfig
Namespace urn:us:gov:ic:anlysassert
Annotations

Intended for textual configuration content encoded as a string. Perhaps the contents of a text file.

Diagram
Diagram ANLYS_xsd_Simple_Type_StringValueRestrictedType.tmp#StringValueRestrictedType ANLYS_xsd_Attribute_filename.tmp#urn_us_gov_ic_anlysassert_filename ANLYS_xsd_Attribute_isEncrypted.tmp#urn_us_gov_ic_anlysassert_isEncrypted ANLYS_xsd_Attribute_id.tmp#urn_us_gov_ic_anlysassert_id ANLYS_xsd_Complex_Type_StringValueType.tmp#urn_us_gov_ic_anlysassert_StringValueType
Type StringValueType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
filename FilenameType optional

This is the filename of a configuration file.

id xs:ID optional

A unique local identifier used for binding and signing purposes. Not guaranteed to be unique across multiple TDC/TDOs but must be unique within a single instance of either.

isEncrypted xs:boolean optional

Used to denote if contents are encrypted. When this optional attribute is absent, it is assumed to be false.

Source
<xs:element name="StringConfig" type="StringValueType">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA">Intended for textual configuration content encoded as a string. Perhaps the contents of a text file.</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Schema location ANLYS.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.
Element ConfigGroup / Base64BinaryConfig
Namespace urn:us:gov:ic:anlysassert
Annotations

Intended for holding base64binary configuration values such as a file or other binary encoded data.

Diagram
Diagram ANLYS_xsd_Attribute_mediaType.tmp#urn_us_gov_ic_anlysassert_mediaType ANLYS_xsd_Attribute_filename.tmp#urn_us_gov_ic_anlysassert_filename ANLYS_xsd_Attribute_isEncrypted.tmp#urn_us_gov_ic_anlysassert_isEncrypted ANLYS_xsd_Attribute_id.tmp#urn_us_gov_ic_anlysassert_id ANLYS_xsd_Complex_Type_Base64BinaryValueType.tmp#urn_us_gov_ic_anlysassert_Base64BinaryValueType
Type Base64BinaryValueType
Properties
content complex
Attributes
QName Type Use Annotation
filename FilenameType optional

This is the filename of a configuration file.

id xs:ID optional

A unique local identifier used for binding and signing purposes. Not guaranteed to be unique across multiple TDC/TDOs but must be unique within a single instance of either.

isEncrypted xs:boolean optional

Used to denote if contents are encrypted. When this optional attribute is absent, it is assumed to be false.

mediaType MediaTypeType optional

An attribute for expressing the mediaType of an object as defined in RFC 4288.

Source
<xs:element name="Base64BinaryConfig" type="Base64BinaryValueType">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA">Intended for holding base64binary configuration values such as a file or other binary encoded data.</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Schema location ANLYS.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.
Element ConfigGroup / ReferenceConfig
Namespace urn:us:gov:ic:anlysassert
Annotations

Used to reference configurations that are not embedded in the TDO but stored in a remote/external location.

Diagram
Diagram ANLYS_xsd_Attribute_uri.tmp#urn_us_gov_ic_anlysassert_uri ANLYS_xsd_Attribute_id.tmp#urn_us_gov_ic_anlysassert_id ANLYS_xsd_Attribute_mediaType.tmp#urn_us_gov_ic_anlysassert_mediaType ANLYS_xsd_Attribute_isEncrypted.tmp#urn_us_gov_ic_anlysassert_isEncrypted HashVerification_xsd_Attribute_totalBlocks.tmp#totalBlocks ANLYS_xsd_Element_ReferenceValueBlock.tmp#ReferenceValueBlock HashVerification_xsd_Element_ContentEncodedHashVerification.tmp#ContentEncodedHashVerification HashVerification_xsd_Element_ContentDecodedHashVerification.tmp#ContentDecodedHashVerification ANLYS_xsd_Complex_Type_ReferenceValueType.tmp#urn_us_gov_ic_anlysassert_ReferenceValueType
Type ReferenceValueType
Properties
content complex
Model
Children ContentDecodedHashVerification , ContentEncodedHashVerification , ReferenceValueBlock
Instance
<ReferenceConfig id="" isEncrypted="" mediaType="" totalBlocks="" uri="" xmlns="urn:us:gov:ic:anlysassert" xmlns:sfhashv="urn:us:gov:ic:sf:hashverification">
  <ReferenceValueBlock block="" uri="">{2,unbounded}</ReferenceValueBlock>
  <sfhashv:ContentEncodedHashVerification hashType="">{0,1}</sfhashv:ContentEncodedHashVerification>
  <sfhashv:ContentDecodedHashVerification hashType="">{0,1}</sfhashv:ContentDecodedHashVerification>
</ReferenceConfig>
Attributes
QName Type Use Annotation
id xs:ID optional

A unique local identifier used for binding and signing purposes. Not guaranteed to be unique across multiple TDC/TDOs but must be unique within a single instance of either.

isEncrypted xs:boolean optional

Used to denote if contents are encrypted. When this optional attribute is absent, it is assumed to be false.

mediaType MediaTypeType optional

An attribute for expressing the mediaType of an object as defined in RFC 4288.

totalBlocks TotalBlocksType optional

The total blocks of a hash.

uri xs:anyURI required

A uri expressing the location of the referenced material.

Source
<xs:element name="ReferenceConfig" type="ReferenceValueType">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA">Used to reference configurations that are not embedded in the TDO but stored in a remote/external location.</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Schema location ANLYS.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.
Element ConfigGroup / StructuredConfig
Namespace urn:us:gov:ic:anlysassert
Annotations

Intended for structured content encoded in the same data encoding of the encapsulating Assertion (i.e. If the encoded format is XML this is intended for XML configurations).

Diagram
Diagram ANLYS_xsd_Attribute_id.tmp#urn_us_gov_ic_anlysassert_id ANLYS_xsd_Attribute_filename.tmp#urn_us_gov_ic_anlysassert_filename ANLYS_xsd_Attribute_isEncrypted.tmp#urn_us_gov_ic_anlysassert_isEncrypted ANLYS_xsd_Complex_Type_StructuredValueType.tmp#urn_us_gov_ic_anlysassert_StructuredValueType
Type StructuredValueType
Properties
content complex
Model
ANY element from ANY namespace OTHER than 'urn:us:gov:ic:anlysassert'
Attributes
QName Type Use Annotation
filename FilenameType optional

This is the filename of a configuration file.

id xs:ID optional

A unique local identifier used for binding and signing purposes. Not guaranteed to be unique across multiple TDC/TDOs but must be unique within a single instance of either.

isEncrypted xs:boolean optional

Used to denote if contents are encrypted. When this optional attribute is absent, it is assumed to be false.

Source
<xs:element name="StructuredConfig" type="StructuredValueType">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA">Intended for structured content encoded in the same data encoding of the encapsulating Assertion (i.e. If the encoded format is XML this is intended for XML configurations).</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Schema location ANLYS.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.
Element Group ConfigGroup
Namespace urn:us:gov:ic:anlysassert
Diagram
Diagram ANLYS_xsd_Element_Group_ConfigGroup.tmp#ConfigGroup_StringConfig ANLYS_xsd_Element_Group_ConfigGroup.tmp#ConfigGroup_Base64BinaryConfig ANLYS_xsd_Element_Group_ConfigGroup.tmp#ConfigGroup_ReferenceConfig ANLYS_xsd_Element_Group_ConfigGroup.tmp#ConfigGroup_StructuredConfig
Used by
Model
Children Base64BinaryConfig , ReferenceConfig , StringConfig , StructuredConfig
Source
<xs:group name="ConfigGroup">
  <xs:choice>
    <xs:element name="StringConfig" type="StringValueType">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA">Intended for textual configuration content encoded as a string. Perhaps the contents of a text file.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Base64BinaryConfig" type="Base64BinaryValueType">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA">Intended for holding base64binary configuration values such as a file or other binary encoded data.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ReferenceConfig" type="ReferenceValueType">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA">Used to reference configurations that are not embedded in the TDO but stored in a remote/external location.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="StructuredConfig" type="StructuredValueType">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://www.w3.org/1999/xhtml" ism:classification="U" ism:ownerProducer="USA">Intended for structured content encoded in the same data encoding of the encapsulating Assertion (i.e. If the encoded format is XML this is intended for XML configurations).</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:choice>
</xs:group>
Schema location ANLYS.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