Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Element entityCommonElements / methodOfExtraction
Namespace urn:us:mil:ces:metadata:domex
Annotations
Types are Automatic or Manual
Diagram
Diagram CVEnumDOMEXEntityMethodOfExtractionType_xsd_Simple_Type_CVEnumDOMEXEntityMethodOfExtractionType.tmp#CVEnumDOMEXEntityMethodOfExtractionType
Type CVEnumDOMEXEntityMethodOfExtractionType
Properties
content simple
Facets
enumeration Manual
None provided
enumeration Automatic
None provided
Source
<xs:element name="methodOfExtraction" type="CVEnumDOMEXEntityMethodOfExtractionType:CVEnumDOMEXEntityMethodOfExtractionType">
  <xs:annotation>
    <xs:documentation>Types are Automatic or Manual</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location DOMEX.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 entityCommonElements / processingEngine
Namespace urn:us:mil:ces:metadata:domex
Annotations
Engine that extracted the entity (optional).
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="processingEngine" type="xs:string">
  <xs:annotation>
    <xs:documentation>Engine that extracted the entity (optional).</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location DOMEX.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 entityCommonElements / textStartingPosition
Namespace urn:us:mil:ces:metadata:domex
Annotations
Character offset from the start of the file
Diagram
Diagram
Type xs:nonNegativeInteger
Properties
content simple
Source
<xs:element name="textStartingPosition" type="xs:nonNegativeInteger">
  <xs:annotation>
    <xs:documentation>Character offset from the start of the file</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location DOMEX.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 entityCommonElements / textEndingPosition
Namespace urn:us:mil:ces:metadata:domex
Annotations
Character offset from the start of the file
Diagram
Diagram
Type xs:nonNegativeInteger
Properties
content simple
Source
<xs:element name="textEndingPosition" type="xs:nonNegativeInteger">
  <xs:annotation>
    <xs:documentation>Character offset from the start of the file</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location DOMEX.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 entityCommonElements / confidenceValue
Namespace urn:us:mil:ces:metadata:domex
Annotations
User or machine assigned confidence value.
Diagram
Diagram
Type xs:nonNegativeInteger
Properties
content simple
Source
<xs:element name="confidenceValue" type="xs:nonNegativeInteger">
  <xs:annotation>
    <xs:documentation>User or machine assigned confidence value.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location DOMEX.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 entityCommonElements / creationDate
Namespace urn:us:mil:ces:metadata:domex
Annotations
Date the Entity was created.
Diagram
Diagram DDMS-Globals_xsd_Simple_Type_CombinedDateType.tmp#CombinedDateType
Type CombinedDateType
Properties
content simple
Source
<xs:element name="creationDate" type="ddms:CombinedDateType">
  <xs:annotation>
    <xs:documentation>Date the Entity was created.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location DOMEX.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 entityCommonElements / isVerified
Namespace urn:us:mil:ces:metadata:domex
Annotations
Boolean value indicating if a human has verified the entity is of the type indicated.
Diagram
Diagram
Type xs:boolean
Properties
content simple
Source
<xs:element name="isVerified" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>Boolean value indicating if a human has verified the entity is of the type indicated.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location DOMEX.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 entityCommonElements / lastModifiedDate
Namespace urn:us:mil:ces:metadata:domex
Annotations
Date the entity was last updated.
Diagram
Diagram DDMS-Globals_xsd_Simple_Type_CombinedDateType.tmp#CombinedDateType
Type CombinedDateType
Properties
content simple
Source
<xs:element name="lastModifiedDate" type="ddms:CombinedDateType">
  <xs:annotation>
    <xs:documentation>Date the entity was last updated.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location DOMEX.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 entityCommonElements / verifiedBy
Namespace urn:us:mil:ces:metadata:domex
Annotations
Name of the person who verified the entity.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="verifiedBy" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Name of the person who verified the entity.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location DOMEX.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 entityCommonElements / relationship
Namespace urn:us:mil:ces:metadata:domex
Annotations
Relationship link between this entity and another entity
Diagram
Diagram DOMEX_xsd_Complex_Type_RelationshipType.tmp#RelationshipType_type DOMEX_xsd_Complex_Type_RelationshipType.tmp#RelationshipType_relatedTo DOMEX_xsd_Complex_Type_RelationshipType.tmp#RelationshipType_startDate DOMEX_xsd_Complex_Type_RelationshipType.tmp#RelationshipType_endDate DOMEX_xsd_Complex_Type_RelationshipType.tmp#RelationshipType
Type RelationshipType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children endDate , relatedTo , startDate
Instance
<relationship type="" xmlns="urn:us:mil:ces:metadata:domex">
  <relatedTo nature="">{1,1}</relatedTo>
  <startDate>{0,1}</startDate>
  <endDate>{0,1}</endDate>
</relationship>
Attributes
QName Type Use
type CVEnumDOMEXRelationshipTypeType required
Source
<xs:element name="relationship" type="RelationshipType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Relationship link between this entity and another entity</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location DOMEX.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 entityCommonElements
Namespace urn:us:mil:ces:metadata:domex
Annotations
Each entity will have these elements
Diagram
Diagram DOMEX_xsd_Element_Group_entityCommonElements.tmp#entityCommonElements_methodOfExtraction DOMEX_xsd_Element_Group_entityCommonElements.tmp#entityCommonElements_processingEngine DOMEX_xsd_Element_Group_entityCommonElements.tmp#entityCommonElements_textStartingPosition DOMEX_xsd_Element_Group_entityCommonElements.tmp#entityCommonElements_textEndingPosition DOMEX_xsd_Element_Group_entityCommonElements.tmp#entityCommonElements_confidenceValue DOMEX_xsd_Element_Group_entityCommonElements.tmp#entityCommonElements_creationDate DOMEX_xsd_Element_Group_entityCommonElements.tmp#entityCommonElements_isVerified DOMEX_xsd_Element_Group_entityCommonElements.tmp#entityCommonElements_lastModifiedDate DOMEX_xsd_Element_Group_entityCommonElements.tmp#entityCommonElements_verifiedBy DOMEX_xsd_Element_Group_entityCommonElements.tmp#entityCommonElements_relationship
Used by
Model
Children confidenceValue , creationDate , isVerified , lastModifiedDate , methodOfExtraction , processingEngine , relationship , textEndingPosition , textStartingPosition , verifiedBy
Source
<xs:group name="entityCommonElements">
  <xs:annotation>
    <xs:documentation>Each entity will have these elements</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="methodOfExtraction" type="CVEnumDOMEXEntityMethodOfExtractionType:CVEnumDOMEXEntityMethodOfExtractionType">
      <xs:annotation>
        <xs:documentation>Types are Automatic or Manual</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="processingEngine" type="xs:string">
      <xs:annotation>
        <xs:documentation>Engine that extracted the entity (optional).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="textStartingPosition" type="xs:nonNegativeInteger">
      <xs:annotation>
        <xs:documentation>Character offset from the start of the file</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="textEndingPosition" type="xs:nonNegativeInteger">
      <xs:annotation>
        <xs:documentation>Character offset from the start of the file</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="confidenceValue" type="xs:nonNegativeInteger">
      <xs:annotation>
        <xs:documentation>User or machine assigned confidence value.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="creationDate" type="ddms:CombinedDateType">
      <xs:annotation>
        <xs:documentation>Date the Entity was created.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="isVerified" type="xs:boolean">
      <xs:annotation>
        <xs:documentation>Boolean value indicating if a human has verified the entity is of the type indicated.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="lastModifiedDate" type="ddms:CombinedDateType">
      <xs:annotation>
        <xs:documentation>Date the entity was last updated.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="verifiedBy" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Name of the person who verified the entity.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="relationship" type="RelationshipType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Relationship link between this entity and another entity</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:group>
Schema location DOMEX.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