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_Attribute_DESVersion.tmp#DESVersion 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 DESVersion="" 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>{0,unbounded}</location>
</organization>
Attributes
QName Type Use Annotation
DESVersion restriction of xs:string optional

The version number of the specification. This attribute is intended for processing systems to determine the appropriate versions of Schema, Schematron, and CVE values for validation and interpretation of an instance document.

If there are multiple of this attribute specified in an instance document, the first one in document order is the one that will apply to the entire document. Document order is defined in https://www.w3.org/TR/xpath-datamodel/#document-order

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="irm: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:attribute ref="DESVersion" use="optional"/>
  </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
Type PlaceType
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xs:element name="location" type="irm: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