Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type StringValueRestrictedType
Namespace urn:us:gov:ic:anlysassert
Annotations

The contents of type extended by StringValueType. Restricts max to 32k chars for cross domain reason.

Diagram
Diagram
Type restriction of xs:string
Facets
minLength 1
maxLength 32000
Used by
Complex Type StringValueType
Source
<xs:simpleType name="StringValueRestrictedType">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">The contents of type extended by StringValueType. Restricts max to 32k chars for cross domain reason.</p>
    </xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:minLength value="1"/>
    <xs:maxLength value="32000"/>
  </xs:restriction>
</xs:simpleType>
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