Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Element organization
Namespace urn:us:mil:ces:metadata:domex
Annotations
Describes an Organization in the DOMEX Data Assertion
Diagram
Diagram DOMEX_xsd_Element_organization.tmp#organization_name DOMEX_xsd_Element_organization.tmp#organization_type DOMEX_xsd_Element_organization.tmp#organization_description DOMEX_xsd_Element_organization.tmp#organization_acronym DOMEX_xsd_Element_organization.tmp#organization_phone DOMEX_xsd_Element_organization.tmp#organization_e-mail DOMEX_xsd_Element_organization.tmp#organization_location
Properties
content complex
Used by
Model
Children acronym , description , e-mail , location , name , phone , type
Instance
<organization xmlns="urn:us:mil:ces:metadata:domex">
  <name type="">{0,unbounded}</name>
  <type>{0,1}</type>
  <description>{0,1}</description>
  <acronym>{0,unbounded}</acronym>
  <phone>{0,unbounded}</phone>
  <e-mail>{0,unbounded}</e-mail>
  <location order="" precedence="" SchemaguideSecurityAttributesOptionGroup="">{0,unbounded}</location>
</organization>
Source
<xs:element name="organization">
  <xs:annotation>
    <xs:documentation>Describes an Organization in the DOMEX Data Assertion</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="name" type="OrganizationNameType" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Name of the organization if subject is an organization. Includes Translated and Transliterated values if available.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="type" type="CVEnumDOMEXOrganizationTypeType:CVEnumDOMEXOrganizationTypeType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Indicates the type of organization being described</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="description" type="string256" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Descriptive details concerning organization</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="acronym" type="string40" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Acronym representing the organization name.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="phone" type="string100" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>A telephone number. This value includes country code and area code when applicable. Includes the original number in the native language script and also the ASCII representation. Can be the phone number of a person or organization.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="e-mail" type="string256" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>An address for electronic mail. Can be for a person or organization.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="location" type="ddms:PlaceType" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>A group of entities used in the DoD Discovery Metadata Specification postalAddress plus others. Optionally includes Street, City, State, Province, Postal Code, and Country Code.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</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 organization / name
Namespace urn:us:mil:ces:metadata:domex
Annotations
Name of the organization if subject is an organization. Includes Translated and Transliterated values if available.
Diagram
Diagram DOMEX_xsd_Simple_Type_string500.tmp#string500 DOMEX_xsd_Complex_Type_OrganizationNameType.tmp#OrganizationNameType_type DOMEX_xsd_Complex_Type_OrganizationNameType.tmp#OrganizationNameType
Type OrganizationNameType
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use
type CVEnumDOMEXOrganizationNameTypeType required
Source
<xs:element name="name" type="OrganizationNameType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Name of the organization if subject is an organization. Includes Translated and Transliterated values if available.</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 organization / type
Namespace urn:us:mil:ces:metadata:domex
Annotations
Indicates the type of organization being described
Diagram
Diagram CVEnumDOMEXOrganizationTypeType_xsd_Simple_Type_CVEnumDOMEXOrganizationTypeType.tmp#CVEnumDOMEXOrganizationTypeType
Type CVEnumDOMEXOrganizationTypeType
Properties
content simple
minOccurs 0
Facets
enumeration Company
None provided
enumeration Government
None provided
enumeration NGO
None provided
enumeration Educational Institution
None provided
enumeration Gang
None provided
enumeration Terrorist
None provided
Source
<xs:element name="type" type="CVEnumDOMEXOrganizationTypeType:CVEnumDOMEXOrganizationTypeType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Indicates the type of organization being described</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 organization / description
Namespace urn:us:mil:ces:metadata:domex
Annotations
Descriptive details concerning organization
Diagram
Diagram DOMEX_xsd_Simple_Type_string256.tmp#urn_us_mil_ces_metadata_domex_string256
Type string256
Properties
content simple
minOccurs 0
Facets
maxLength 256
Source
<xs:element name="description" type="string256" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Descriptive details concerning organization</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 organization / acronym
Namespace urn:us:mil:ces:metadata:domex
Annotations
Acronym representing the organization name.
Diagram
Diagram DOMEX_xsd_Simple_Type_string40.tmp#string40
Type string40
Properties
content simple
minOccurs 0
maxOccurs unbounded
Facets
maxLength 40
Source
<xs:element name="acronym" type="string40" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Acronym representing the organization name.</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 organization / phone
Namespace urn:us:mil:ces:metadata:domex
Annotations
A telephone number. This value includes country code and area code when applicable. Includes the original number in the native language script and also the ASCII representation. Can be the phone number of a person or organization.
Diagram
Diagram DOMEX_xsd_Simple_Type_string100.tmp#string100
Type string100
Properties
content simple
minOccurs 0
maxOccurs unbounded
Facets
maxLength 100
Source
<xs:element name="phone" type="string100" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A telephone number. This value includes country code and area code when applicable. Includes the original number in the native language script and also the ASCII representation. Can be the phone number of a person or organization.</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 organization / e-mail
Namespace urn:us:mil:ces:metadata:domex
Annotations
An address for electronic mail. Can be for a person or organization.
Diagram
Diagram DOMEX_xsd_Simple_Type_string256.tmp#urn_us_mil_ces_metadata_domex_string256
Type string256
Properties
content simple
minOccurs 0
maxOccurs unbounded
Facets
maxLength 256
Source
<xs:element name="e-mail" type="string256" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>An address for electronic mail. Can be for a person or organization.</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 organization / location
Namespace urn:us:mil:ces:metadata:domex
Annotations
A group of entities used in the DoD Discovery Metadata Specification postalAddress plus others. Optionally includes Street, City, State, Province, Postal Code, and Country Code.
Diagram
Diagram DDMS-GeospatialCoverage_xsd_Complex_Type_PlaceType.tmp#PlaceType_precedence DDMS-GeospatialCoverage_xsd_Complex_Type_PlaceType.tmp#PlaceType_order DDMS-Includes_xsd_Attribute_Group_SecurityAttributesOptionGroup.tmp#SecurityAttributesOptionGroup DDMS-GeospatialCoverage_xsd_Element_geographicIdentifier.tmp#geographicIdentifier DDMS-GeospatialCoverage_xsd_Element_boundingGeometry.tmp#boundingGeometry DDMS-GeospatialCoverage_xsd_Element_postalAddress.tmp#postalAddress DDMS-GeospatialCoverage_xsd_Complex_Type_PlaceType.tmp#PlaceType
Type PlaceType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children boundingGeometry , geographicIdentifier , postalAddress
Instance
<location order="" precedence="" SchemaguideSecurityAttributesOptionGroup="" xmlns="urn:us:mil:ces:metadata:domex" xmlns:ddms="urn:us:mil:ces:metadata:ddms:5">
  <ddms:geographicIdentifier>{1,1}</ddms:geographicIdentifier>
  <ddms:boundingGeometry>{1,1}</ddms:boundingGeometry>
  <ddms:postalAddress>{1,1}</ddms:postalAddress>
</location>
Attributes
QName Type Use Annotation
SchemaguideSecurityAttributesOptionGroup xsd:NMTOKEN optional
This attribute is only a placeholder so that all the ISM attributes are not shown in the schemaGuide for every element. If you refer to the documentation of the attribute group it will say what attributes should be here.
order xs:int optional
Specifies a user-defined order of an element within the given document. All elements in the document which specify the order attribute should be interpreted as entries in a single, ordered list even though they may appear on different elements.Values must be sequential, starting at 1, and may not contain duplicates.
precedence simpleTokenType optional
Priority claimed or received as a result of preeminence. When used on the element CountryCode, this attribute is used to distinguish the primary focus when an intelligence product covers two or more countries. Permissible values are Primary, Secondary.
Source
<xs:element name="location" type="ddms:PlaceType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A group of entities used in the DoD Discovery Metadata Specification postalAddress plus others. Optionally includes Street, City, State, Province, Postal Code, and Country Code.</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.

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