FEA DRM Schema Specification (Draft Version 0.1)

Updated Saturday, June 11, 2005

[ DRM XML Schema | XML Instance Document Conforming to this Schema | Public DRM Wiki | Inter-agency DRM WG Wiki ]

This version

Draft_FEA_DRM_Schema_20050611.htm

Latest Version

Draft_FEA_DRM_Schema.htm

Previous Version(s)

None. This is the first public release of this document.

Introduction

The FEA Data Reference Model (DRM) is intended to promote the common identification, use, and appropriate sharing of data/information across the federal government through its standardization of data in the following 3 areas:

Data Description: A standard approach to describing an agency’s structured, semi-structured, and unstructured data. Structured data includes individual entities (such as those defined within a data architecture), their attributes, and the relationships between them. Unstructured data includes multimedia files, and documents created using earlier versions of applications such as Microsoft Word. Semi-structured data includes Web pages and e-mails.

Data Sharing: A standard approach to describing the characteristics and requirements of interagency data exchanges, including data sources. Defines a standard message structure known as an Information Exchange Package.

Data Context: A standard approach to representing taxonomies that an agency uses to categorize its data. Such categorization enables the business context of data to be well understood.

In order to facilitate implementation of the DRM by federal agencies, OMB will provide agencies with a DRM Schema (also known as a “DRM XML Profile”). The DRM Schema will enable federal agencies to submit XML instances to OMB that contain information for the agency pertaining to the 3 DRM areas described above. The DRM Schema will also facilitate data modeling efforts within agencies by providing a capability by which – for example – physical data models may be derived from logical data models. Instances of the DRM Schema may also potentially be used for configuration and operational purposes , e.g. to automatically configure and/or categorize a data source, to support service-oriented architecture (SOA) based exchanges between agencies, etc.

Implementation Examples:

Subscribing to the DRM Public Forum

We are using the DRM public forum to manage comments and feedback regarding this document. To comment on this document, please do the following:

  1. Subscribe to the DRM public forum
  2. Click on one of the Comment? hyperlinks to provide feedback on a particular section of the document. Please remember that your comments will be public and on the record.

Schema Hierarchy


Schema Elements and Attributes

This section provides detailed information on each element and attribute used within the FEA DRM schema. Specifically, it provides a definition, implementation example, related elements and attributes, and other metadata.

drm:DataReferenceModel

(Comments?)

Specifications
Definition: Root node of the DRM XML instance document.
Type: Element
XSD Data Type: xsd:complexType
Obligation: Mandatory
Attributes:
Parent Element(s): None
Child Elements:

Back to top


@ rdf:id

(Comments?)

Specifications
Definition: A unique identifier for an element. This should be in the form of a URI.
Type: Attribute
XSD Data Type: xsd:anyURI
Obligation: Mandatory
Parent Element(s):

Back to top


@ xml:base

(Comments?)

Specifications
Definition: Defines a base URI for the document, thereby allowing relative URIs to be used throughout the document.
Type: Attribute
XSD Data Type: xsd:anyURI
Obligation: Optional
Parent Element(s):

Back to top


drm:SubmissionMetadata

(Comments?)

Specifications
Definition: Container for all metadata related to one particular instance of a DRM submission.
Type: Element
XSD Data Type: xsd:complexType
Obligation: Mandatory
Attributes: None
Parent Element(s):
Child Elements:

Back to top


drm:SubmittingAgency

(Comments?)

Specifications
Definition: Government agency, bureau, office, or department that submits this DRM instance.
Type: Element
XSD Data Type: xsd:string
Obligation: Mandatory
Attributes: None
Parent Element(s):
Child Elements: None

Back to top


drm:SubmissionDate

(Comments?)

Specifications
Definition: Date that this DRM instance was submitted. May include time as well as date.
Type: Element
XSD Data Type: xsd:date
Obligation: Mandatory
Attributes: None
Parent Element(s):
Child Elements: None

Back to top


drm:SubmissionVersion

(Comments?)

Specifications
Definition: Any string an agency chooses to differentiate submission version that represent the same set of data elements. Note that the elements SubmissionDate or Identifier could be used to capture version instead.
Type: Element
XSD Data Type: xsd:string
Obligation: Optional
Attributes: None
Parent Element(s):
Child Elements: None

Back to top


drm:DataDescription

(Comments?)

Specifications
Definition: This element implements the "data description" portion of the DRM meta-model. It provides a standard means for agencies to describe their data and data sources clearly, concisely, and unambiguously.
Type: Element
XSD Data Type: xsd:complexType
Obligation: Mandatory
Attributes: None
Parent Element(s):
Child Elements:

Back to top


drm:Data

(Comments?)

Specifications
Definition: This element contains definitions for structured, semi-structured, and unstructured data.
Type: Element
XSD Data Type: xsd:complexType
Obligation: Mandatory
Attributes: None
Parent Element(s):
Child Elements:

Back to top


drm:StructuredData

(Comments?)

Specifications
Definition: Data described via the E-R (Entity-Relationship) or class model.
Type: Element
XSD Data Type: xsd:complexType
Obligation: Optional
Attributes: None
Parent Element(s):
Child Elements:

Back to top


drm:Entities

(Comments?)

Specifications
Definition: A collection of entities.
Type: Element
XSD Data Type: xsd:complexType
Obligation: Optional
Attributes: None
Parent Element(s):
Child Elements:

Back to top


drm:Entity

(Comments?)

Specifications
Definition: A named template used to describe a population of items with common characteristics. Like the set of persons, places or things.
Type: Element
XSD Data Type: xsd:complexType
Obligation: Conditional
Attributes:
Parent Element(s):
Child Elements:

Back to top


@ drm:name

(Comments?)

Specifications
Definition: An element's descriptive name
Type: Attribute
XSD Data Type: xsd:string
Obligation: Mandatory
Parent Element(s):

Back to top


@ drm:representationFormat

(Comments?)

Specifications
Definition: Points to the data standard ID defining the format of the external entity reference.
Type: Attribute
XSD Data Type: xsd:string
Obligation: Conditional
Parent Element(s):

Back to top


@ drm:href

(Comments?)

Specifications
Definition: The address (absolute or relative) at which an object is reachable.
Type: Attribute
XSD Data Type: xsd:anyURI
Obligation: Conditional
Parent Element(s):

Back to top


drm:ResourceRefs

(Comments?)

Specifications
Definition: A collection of ResourceRefs. A ResourceRef links an object with a related resource.
Type: Element
XSD Data Type: xsd:complexType
Obligation: Optional
Attributes: None
Parent Element(s):
Child Elements:

Back to top


drm:ResourceRef

(Comments?)

Specifications
Definition: This element points back to a related resource. It is used primarily to elaborate on a relationship between an Entity (or ExternalEntityRef) and a resource that aggregates instances of that entity. For example, a spreadsheet (Resource) that lists employee (Entity) information. It can also be used to link together two resources. It contains two attributes: type and rdf:idref. Type is generally "partOf". rdf:idref points back to the Resource's unique identifier.
Type: Element
XSD Data Type: xsd:complexType
Obligation: Optional
Attributes:
Parent Element(s):
Child Elements: None

Back to top


@ rdf:idref

(Comments?)

Specifications
Definition: A backward pointer to a unique id for another DRM element.
Type: Attribute
XSD Data Type: xsd:string
Obligation: Mandatory
Parent Element(s):

Back to top


@ drm:type

(Comments?)

Specifications
Definition: Describes the type of relationship in a NodeRef or ResourceRef element. Legal values include: "instanceOf", "subclassOf", or "partOf."
Type: Attribute
XSD Data Type: xsd:string
Obligation: Mandatory
Parent Element(s):
Legal Values:
  • instanceOf
  • partOf
  • subclassOf

Back to top


drm:DataSourceRefs

(Comments?)

Specifications
Definition: A list of data source references.
Type: Element
XSD Data Type: xsd:complexType
Obligation: Optional
Attributes: None
Parent Element(s):
Child Elements:

Back to top


drm:Attributes

(Comments?)

Specifications
Definition: A collection of characteristics that describe the entity (e.g., "first_name", "last_name", etc.).
Type: Element
XSD Data Type: xsd:complexType
Obligation: Conditional
Attributes: None
Parent Element(s):
Child Elements:

Back to top


drm:Attribute

(Comments?)

Specifications
Definition: A property belonging to an entity (e.g., "first_name", "last_name", etc.).
Type: Element
XSD Data Type: xsd:complexType
Obligation: Conditional
Attributes:
Parent Element(s):
Child Elements:

Back to top


@ drm:datatype

(Comments?)

Specifications
Definition: An attribute's data type. This must be a valid XSD data type.
Type: Attribute
XSD Data Type: xsd:string
Obligation: Conditional
Parent Element(s):

Back to top


@ drm:keyType

(Comments?)

Specifications
Definition: Defines what type of key (if any) this attribute is. Legal values include "PK" (primary key), "FK" (foreign key), "any key", or "none".
Type: Attribute
XSD Data Type: xsd:string
Obligation: Optional
Parent Element(s):
Legal Values:
  • foreign key
  • none
  • primary key
  • any key

Back to top


drm:Relationships

(Comments?)

Specifications
Definition: A collection of relationships (associations) between entities.
Type: Element
XSD Data Type: xsd:complexType
Obligation: Optional
Attributes: None
Parent Element(s):
Child Elements:

Back to top


drm:Relationship

(Comments?)

Specifications
Definition: An association between two entities.
Type: Element
XSD Data Type: xsd:complexType
Obligation: Optional
Attributes:
Parent Element(s):
Child Elements:

Back to top


@ drm:key

(Comments?)

Specifications
Definition: This attribute references the key field for a given Entity when elaborating a relationship between two entities
Type: Attribute
XSD Data Type: xsd:string
Obligation: Conditional
Parent Element(s):

Back to top


@ drm:cardinality

(Comments?)

Specifications
Definition: The cardinality of a given relationship. One of the following values: zero, one, unbounded, 1 or more, n (any whole number), n-n (any specific range of whole numbers), and 0-1 (zero to one).
Type: Attribute
XSD Data Type: xsd:string
Obligation: Conditional
Parent Element(s):
Legal Values:
  • 0
  • 0-1
  • 1
  • 1 or more
  • n
  • n-n
  • unbounded

Back to top


drm:RelationshipTarget

(Comments?)

Specifications
Definition: In a relationship between two entities, this element is used to describe the target entity.
Type: Element
XSD Data Type: xsd:complexType
Obligation: Conditional
Attributes:
Parent Element(s):
Child Elements: None

Back to top


drm:DataSourceRef

(Comments?)

Specifications
Definition: A pointer to the unique ID of the associated data source, either in the DRM instance (rdf:id) or in an external DRM instance (DRM_Instance_URI#rdf:id).
Type: Element
XSD Data Type: xsd:complexType
Obligation: Optional
Attributes:
Parent Element(s):
Child Elements: None

Back to top


@ drm:authoritativeSource

(Comments?)

Specifications
Definition: Indicates whether or not the parent datasourceRef is the authoritative source for the entity in question. Boolean element, true or false.
Type: Attribute
XSD Data Type: xsd:boolean
Obligation: Optional
Parent Element(s):

Back to top


drm:ExternalEntitiesRefs

(Comments?)

Specifications
Definition: A collection of ExternalEntitiesRefs.
Type: Element
XSD Data Type: xsd:complexType
Obligation: Optional
Attributes: None
Parent Element(s):
Child Elements:

Back to top


drm:ExternalEntitiesRef

(Comments?)

Specifications
Definition: Points to an entity (or collection of entities, e.g. a logical data model) defined externally using XMI, OWL, XSD, or other suitable standard. "Suitable" includes:

1. An open, widely implemented standard, available free-of-charge and unencumbered by royalty or patent claims, or a standard implemented by a government agency
2. A well-documented, durable standard (i.e., under version/change control, backward compatibility, etc.)
3. Provides semantics for modeling, at a minimum, entities, attributes, types, and relationships.
4. Provides semantics for assigning an identifier per element that is guaranteed unique within the particular schema.
Type: Element
XSD Data Type: xsd:complexType
Obligation: Optional
Attributes:
Parent Element(s):
Child Elements:

Back to top


drm:UnstructuredData

(Comments?)

Specifications
Definition: Data that are not described according to an E-R model, but is rather of a more free-form format, such as multimedia files or unstructured text.
Type: Element
XSD Data Type: xsd:complexType
Obligation: Optional
Attributes: None
Parent Element(s):
Child Elements:

Back to top


drm:ExternalResourcesRefs

(Comments?)

Specifications
Definition: A collection of ExternalResourcesRefs. These objects are pointers to external files that aggregate unstructured or semistructured resources (e.g., RSS feeds).
Type: Element
XSD Data Type: xsd:complexType
Obligation: Optional
Attributes: None
Parent Element(s):
Child Elements:

Back to top


drm:ExternalResourcesRef

(Comments?)

Specifications
Definition: Points to a URI of a model that aggregates metadata about unstructured or semi-structured resources. Normally points to a RSS, DDMS, or Atom file.
Type: Element
XSD Data Type: xsd:complexType
Obligation: Optional
Attributes:
Parent Element(s):
Child Elements:

Back to top


drm:Resources

(Comments?)

Specifications
Definition: A collection of resources.
Type: Element
XSD Data Type: xsd:complexType
Obligation: Conditional
Attributes: None
Parent Element(s):
Child Elements:

Back to top


drm:Resource

(Comments?)

Specifications
Definition: Encapsulates a single "page view" of unstructured or semi-structured data, referenceable via a URI. This element aggregates numerous sub-elements, mostly metadata tags imported from the Dublin Core 1.1 set.

In some cases, Dublin Core metadata will be embedded in the actual resource itself. In this case, there is no need to repeat the metadata in the DRM instance. The Resource element can point to the actual resource itself, populating the rdf:id attribute with the resource's URI.
Type: Element
XSD Data Type: xsd:complexType
Obligation: Optional
Attributes:
Parent Element(s):
Child Elements:

Back to top


dc:Title

(Comments?)

Specifications
Definition: A name given to the resource. This element is taken from the Dublin Core metadata standard v1.1.
Type: Element
XSD Data Type: xsd:string
Obligation: Optional
Attributes: None
Parent Element(s):
Child Elements: None

Back to top


dc:Identifier

(Comments?)

Specifications
Definition: An unambiguous reference to the resource within a given context. Recommended best practice is to identify the resource by means of a string or number conforming to a formal identification system, such as a URI. This element is taken from the Dublin Core metadata standard v1.1.
Type: Element
XSD Data Type: xsd:anyURI
Obligation: Optional
Attributes: None
Parent Element(s):
Child Elements: None

Back to top


dc:Date

(Comments?)

Specifications
Definition: A date of an event in the lifecycle of the resource. Will typically be associated with the creation or availability of the resource. Recommended best practice for encoding the date value is defined in a profile of ISO 8601 and includes (among others) dates of the form YYYY-MM-DD. This element is taken from the Dublin Core metadata standard v1.1.
Type: Element
XSD Data Type: xsd:date
Obligation: Optional
Attributes: None
Parent Element(s):
Child Elements: None

Back to top


dc:Creator

(Comments?)

Specifications
Definition: An entity primarily responsible for making the content of the resource. Examples include a person, an organization, or a service. Typically, the name of a Creator should be used to indicate the entity. This element is taken from the Dublin Core metadata standard v1.1.
Type: Element
XSD Data Type: xsd:string
Obligation: Optional
Attributes: None
Parent Element(s):
Child Elements: None

Back to top


dc:Format

(Comments?)

Specifications
Definition: The physical or digital manifestation of the resource. Typically, format may include the media-type or dimensions of the resource. Format may be used to identify the software, hardware, or other equipment needed to display or operate the resource. Examples of dimensions include size and duration. Recommended best practice is to select a value from a controlled vocabulary (for example, the list of Internet Media Types [MIME] defining computer media formats). This element is taken from the Dublin Core metadata standard v1.1.
Type: Element
XSD Data Type: xsd:string
Obligation: Optional
Attributes: None
Parent Element(s):
Child Elements: None

Back to top


dc:Description

(Comments?)

Specifications
Definition: An account of the content of the resource. Examples include: An abstract, table of contents, reference to a graphical representation of content or a free-text account of the content. This element is taken from the Dublin Core metadata standard v1.1.
Type: Element
XSD Data Type: xsd:string
Obligation: Optional
Attributes: None
Parent Element(s):
Child Elements: None

Back to top


dc:Source

(Comments?)

Specifications
Definition: A reference to a resource from which the present resource is derived. The present resource may be derived from the Source resource in whole or in part. Recommended best practice is to identify the referenced resource by means of a string or number conforming to a formal identification system. This element is taken from the Dublin Core metadata standard v1.1.
Type: Element
XSD Data Type: xsd:anyURI
Obligation: Optional
Attributes: None
Parent Element(s):
Child Elements: None

Back to top


dc:Subject

(Comments?)

Specifications
Definition: A topic of the content of the resource. Typically, subject will be expressed as keywords, key phrases or classification codes that describe a topic of the resource. Recommended best practice is to select a value from a controlled vocabulary or formal classification scheme. This element is taken from the Dublin Core metadata standard v1.1.
Type: Element
XSD Data Type: xsd:string
Obligation: Optional
Attributes: None
Parent Element(s):
Child Elements: None

Back to top


dc:Type

(Comments?)

Specifications
Definition: The nature or genre of the content of the resource. Type includes terms describing general categories, functions, genres, or aggregation levels for content. Recommended best practice is to select a value from a controlled vocabulary (for example, the DCMI Type Vocabulary). To describe the physical or digital manifestation of the resource, use the "format" element. This element is taken from the Dublin Core metadata standard v1.1.
Type: Element
XSD Data Type: xsd:string
Obligation: Optional
Attributes: None
Parent Element(s):
Child Elements: None
Legal Values:
  • Collection
  • Dataset
  • Event
  • Image
  • InteractiveResource
  • MovingImage
  • PhysicalObject
  • Service
  • Software
  • Sound
  • StillImage
  • Text

Back to top


dc:Publisher

(Comments?)

Specifications
Definition: An entity responsible for making the resource available. Examples of Publisher include a person, an organization, or a service. Typically, the name of a Publisher should be used to indicate the entity.
Type: Element
XSD Data Type: xsd:string
Obligation: Optional
Attributes: None
Parent Element(s):
Child Elements: None

Back to top


dc:Contributor

(Comments?)

Specifications
Definition: An entity responsible for making contributions to the content of the resource. Examples of Contributor include a person, an organization, or a service. Typically, the name of a Contributor should be used to indicate the entity.
Type: Element
XSD Data Type: xsd:string
Obligation: Optional
Attributes: None
Parent Element(s):
Child Elements: None

Back to top


dc:Language

(Comments?)

Specifications
Definition: A language of the intellectual content of the resource. Recommended best practice is to use RFC 3066 [RFC3066] which, in conjunction with ISO639 [ISO639]), defines two- and three-letter primary language tags with optional subtags. Examples include "en" or "eng" for English, "akk" for Akkadian", and "en-GB" for English used in the United Kingdom.
Type: Element
XSD Data Type: xsd:string
Obligation: Optional
Attributes: None
Parent Element(s):
Child Elements: None

Back to top


dc:Relation

(Comments?)

Specifications
Definition: A reference to a related resource. Recommended best practice is to identify the referenced resource by means of a string or number conforming to a formal identification system.
Type: Element
XSD Data Type: xsd:string
Obligation: Optional
Attributes: None
Parent Element(s):
Child Elements: None

Back to top


dc:Coverage

(Comments?)

Specifications
Definition: The extent or scope of the content of the resource. Typically, Coverage will include spatial location (a place name or geographic coordinates), temporal period (a period label, date, or date range) or jurisdiction (such as a named administrative entity). Recommended best practice is to select a value from a controlled vocabulary (for example, the Thesaurus of Geographic Names [TGN]) and to use, where appropriate, named places or time periods in preference to numeric identifiers such as sets of coordinates or date ranges.
Type: Element
XSD Data Type: xsd:string
Obligation: Optional
Attributes: None
Parent Element(s):
Child Elements: None

Back to top


dc:Rights

(Comments?)

Specifications
Definition: Information about rights held in and over the resource. Typically, Rights will contain a rights management statement for the resource, or reference a service providing such information. Rights information often encompasses Intellectual Property Rights (IPR), Copyright, and various Property Rights. If the Rights element is absent, no assumptions may be made about any rights held in or over the resource.
Type: Element
XSD Data Type: xsd:string
Obligation: Optional
Attributes: None
Parent Element(s):
Child Elements: None

Back to top


drm:SemiStructuredData

(Comments?)

Specifications
Definition: Data that have characteristics of both structured and unstructured data.
Type: Element
XSD Data Type: xsd:complexType
Obligation: Optional
Attributes: None
Parent Element(s):
Child Elements:

Back to top


drm:DataSources

(Comments?)

Specifications
Definition: A collection of data sources.
Type: Element
XSD Data Type: xsd:complexType
Obligation: Mandatory
Attributes: None
Parent Element(s):
Child Elements:

Back to top


drm:DataSource

(Comments?)

Specifications
Definition: An aggregated, managed container. A database, system, application, or other electronic entity that produces and/or houses data.
Type: Element
XSD Data Type: xsd:complexType
Obligation: Mandatory
Attributes:
Parent Element(s):
Child Elements:

Back to top


drm:OwningAgency

(Comments?)

Specifications
Definition: The agency providing primary stewardship for the data asset.
Type: Element
XSD Data Type: xsd:string
Obligation: Mandatory
Attributes: None
Parent Element(s):
Child Elements: None

Back to top


drm:Steward

(Comments?)

Specifications
Definition: A URI pointing to a resource or record identifying the person providing primary stewardship for the data asset. The resource/record should ideally be a structured machine-readable resource (e.g., XML document), but can be a HTML/web page providing the appropriate documentation.
Type: Element
XSD Data Type: xsd:anyURI
Obligation: Mandatory
Attributes: None
Parent Element(s):
Child Elements: None

Back to top


drm:GeospatialEnabled

(Comments?)

Specifications
Definition: A boolean flag indicating whether or not a particular data source supports or provides Geospatial data.
Type: Element
XSD Data Type: xsd:boolean
Obligation: Mandatory
Attributes: None
Parent Element(s):
Child Elements: None

Back to top


drm:SystemOfRecord

(Comments?)

Specifications
Definition: Denotes whether or not the datasource in question contains Privacy Act information. This includes an individual's name, SSN, and/or personal identifier, and at least one other element of personal information about the individual (such as date of birth).
Type: Element
XSD Data Type: xsd:boolean
Obligation: Optional
Attributes: None
Parent Element(s):
Child Elements: None

Back to top


drm:DataSourceType

(Comments?)

Specifications
Definition: The type of data source (e.g. website, database, document repository, etc.).
Type: Element
XSD Data Type: xsd:string
Obligation: Mandatory
Attributes: None
Parent Element(s):
Child Elements: None

Back to top


drm:PointOfContact

(Comments?)

Specifications
Definition: A URI pointing to the person or organization to contact for more information regarding the data source. This usually includes a name, phone number, email address, and other contact information. The resource/record should ideally be a structured machine-readable resource (e.g., XML document), but can be a HTML/web page providing the appropriate documentation.
Type: Element
XSD Data Type: xsd:anyURI
Obligation: Optional
Attributes: None
Parent Element(s):
Child Elements: None

Back to top


drm:FIPS199PotentialImpactLevels

(Comments?)

Specifications
Definition: FIPS 199 potential impact levels.
Type: Element
XSD Data Type: xsd:complexType
Obligation: Mandatory
Attributes: None
Parent Element(s):
Child Elements:

Back to top


drm:AvailabilityLevel

(Comments?)

Specifications
Definition: Valid values can be "L, M, H" (for low, moderate, high).
Type: Element
XSD Data Type: xsd:string
Obligation: Mandatory
Attributes: None
Parent Element(s):
Child Elements: None
Legal Values:
  • high
  • low
  • moderate

Back to top


drm:IntegrityLevel

(Comments?)

Specifications
Definition: Valid values can be "L, M, H" (for low, moderate, high).
Type: Element
XSD Data Type: xsd:string
Obligation: Mandatory
Attributes: None
Parent Element(s):
Child Elements: None
Legal Values:
  • high
  • low
  • moderate

Back to top


drm:ConfidentialityLevel

(Comments?)

Specifications
Definition: Valid values can be "L, M, H" (for low, moderate, high).
Type: Element
XSD Data Type: xsd:string
Obligation: Mandatory
Attributes: None
Parent Element(s):
Child Elements: None
Legal Values:
  • high
  • low
  • moderate

Back to top


drm:DataSharing

(Comments?)

Specifications
Definition: The element contains the data sharing portion of the FEA DRM meta-model. It includes syntax for modeling exchange packages and access points. It provides a standard means for describing interagency data exchanges and data sharing capabilities.
Type: Element
XSD Data Type: xsd:complexType
Obligation: Optional
Attributes: None
Parent Element(s):
Child Elements:

Back to top


drm:ExchangePackages

(Comments?)

Specifications
Definition: A collection of exchange packages.
Type: Element
XSD Data Type: xsd:complexType
Obligation: Conditional
Attributes: None
Parent Element(s):
Child Elements:

Back to top


drm:ExchangePackage

(Comments?)

Specifications
Definition: A description of a specific information exchange between organizations.
Type: Element
XSD Data Type: xsd:complexType
Obligation: Conditional
Attributes:
Parent Element(s):
Child Elements:

Back to top


drm:Sender

(Comments?)

Specifications
Definition: A URI representing a sender of a message. Depending on the value of @senderType below, this URI can represent either an information record (e.g. contact info) or a service endpoint (e.g., a web service URL or email address).
Type: Element
XSD Data Type: xsd:complexType
Obligation: Conditional
Attributes:
Parent Element(s):
Child Elements: None

Back to top


@ drm:senderType

(Comments?)

Specifications
Definition: The type of entity that the Sender element value represents, with valid choices of: "Agency", "System", or "Individual" (or "A", "S", "I").
Type: Attribute
XSD Data Type: xsd:string
Obligation: Conditional
Parent Element(s):
Legal Values:
  • agency
  • individual
  • system

Back to top


drm:Recipient

(Comments?)

Specifications
Definition: A URI representing a recipient of a message. Depending on the value of @recipientType below, this URI can represent either an information record (e.g. contact info) or a service endpoint (e.g., a web service URL or email address).
Type: Element
XSD Data Type: xsd:complexType
Obligation: Conditional
Attributes:
Parent Element(s):
Child Elements: None

Back to top


@ drm:recipientType

(Comments?)

Specifications
Definition: The type of entity that the Recipient element value represents, with valid choices of: "Agency", "System", or "Individual" (or "A", "S", "I").
Type: Attribute
XSD Data Type: xsd:string
Obligation: Conditional
Parent Element(s):
Legal Values:
  • agency
  • individual
  • system

Back to top


drm:ExchangeFrequency

(Comments?)

Specifications
Definition: Frequencies per unit this exchange is estimated to occur.
Type: Element
XSD Data Type: xsd:complexType
Obligation: Optional
Attributes:
Parent Element(s):
Child Elements: None

Back to top


@ drm:frequency

(Comments?)

Specifications
Definition: The number of times in a given time period that a specific exchange occurs. Time period is specified in the unit attribute.
Type: Attribute
XSD Data Type: xsd:integer
Obligation: Conditional
Parent Element(s):

Back to top


@ drm:unit

(Comments?)

Specifications
Definition: The time period for information exchanges. Valid entries include: "(H)our", "(D)ay", "(W)eek", "(M)onth",
"(Y)ear", "(U)nkown".
Type: Attribute
XSD Data Type: xsd:string
Obligation: Conditional
Parent Element(s):
Legal Values:
  • day
  • hour
  • month
  • unknown
  • week
  • year

Back to top


drm:Classification

(Comments?)

Specifications
Definition: The security classification of the exchange package. Valid elements include: "(U)nclassified", "(F)OUO", "(S)ecret", "TS (Top Secret)".
Type: Element
XSD Data Type: xsd:string
Obligation: Conditional
Attributes: None
Parent Element(s):
Child Elements: None
Legal Values:
  • FOUO
  • Secret
  • Top Secret
  • Unclassified

Back to top


drm:TransactionType

(Comments?)

Specifications
Definition: Type of exchange, such as: Query/response, publish/subscribe, etc. Legal values include (To Be Published).
Type: Element
XSD Data Type: xsd:string
Obligation: Conditional
Attributes: None
Parent Element(s):
Child Elements: None
Legal Values:
  • Publish/Subscribe
  • Query/Response

Back to top


drm:Status

(Comments?)

Specifications
Definition: Status of exchange - e.g. in progress or complete. Legal values include (To Be Published).
Type: Element
XSD Data Type: xsd:string
Obligation: Optional
Attributes: None
Parent Element(s):
Child Elements: None
Legal Values:
  • complete
  • in-progress

Back to top


drm:EntityRefs

(Comments?)

Specifications
Definition: A collection of entity references.
Type: Element
XSD Data Type: xsd:complexType
Obligation: Conditional
Attributes: None
Parent Element(s):
Child Elements:

Back to top


drm:EntityRef

(Comments?)

Specifications
Definition: Associates the ExchangePackage with one or more entities. These may be entities defined in the "StructuredData" section above, external entities (such as an XML schema with which the message payload is to conform), or both. If external, the "standardRef" attribute may reference a standard defined in the "DataStandards" section below that the external entity conforms to, such as W3C Schema.
Type: Element
XSD Data Type: xsd:complexType
Obligation: Conditional
Attributes:
Parent Element(s):
Child Elements: None

Back to top


drm:ExternalExchangePackageRef

(Comments?)

Specifications
Definition: Points to data sharing service interfaces created using an approved standard. For a standard to be approved, it must be:

1. An open, widely implemented standard, available free-of-charge and unencumbered by royalty or patent claims, or a standard implemented by a government agency
2. A well-documented, durable standard (i.e., under version/change control, well-documented, backward compatibility, etc.)
3. Provides semantics for modeling, at a minimum, service inputs and outputs/payloads, service protocol, and service endpoints.
4. Provides semantics for assigning an identifier per element that is guaranteed unique within the particular model.

Candidate standards for implementing data exchange services include WSDL.
Type: Element
XSD Data Type: xsd:complexType
Obligation: Optional
Attributes:
Parent Element(s):
Child Elements:

Back to top


drm:DataAccessPoints

(Comments?)

Specifications
Definition: A description of the requirements for electronic access to a data source and its data.
Type: Element
XSD Data Type: xsd:complexType
Obligation: Optional
Attributes: None
Parent Element(s):
Child Elements:

Back to top


drm:AccessPoint

(Comments?)

Specifications
Definition: An endpoint (network or otherwise) providing an interface for querying a data source.
Type: Element
XSD Data Type: xsd:complexType
Obligation: Conditional
Attributes:
Parent Element(s):
Child Elements:

Back to top


drm:Endpoint

(Comments?)

Specifications
Definition: The network endpoint for this access point.
Type: Element
XSD Data Type: xsd:string
Obligation: Conditional
Attributes: None
Parent Element(s):
Child Elements: None

Back to top


drm:QueryLanguage

(Comments?)

Specifications
Definition: The standard query mechanism that will be used to access the data within this data source - e.g. SQL-92, CQL (Z39.50), XQuery, Boolean Operators, WSDL, HTTP GET, etc. Legal values include (To Be Published).
Type: Element
XSD Data Type: xsd:string
Obligation: Conditional
Attributes: None
Parent Element(s):
Child Elements: None
Legal Values:
  • CQL
  • SQL-92
  • XQuery

Back to top


drm:ResultFormat

(Comments?)

Specifications
Definition: The format of the payload returned by the access point in response to a query.
Type: Element
XSD Data Type: xsd:complexType
Obligation: Conditional
Attributes:
Parent Element(s):
Child Elements: None

Back to top


@ drm:exchangePackageRef

(Comments?)

Specifications
Definition: This attribute points to the particular exchange package that defines the result format (response payload) for the access point in question.
Type: Attribute
XSD Data Type: xsd:string
Obligation: Conditional
Parent Element(s):

Back to top


drm:Security

(Comments?)

Specifications
Definition: A container categorizing security-related information.
Type: Element
XSD Data Type: xsd:complexType
Obligation: Conditional
Attributes: None
Parent Element(s):
Child Elements:

Back to top


drm:AccessControlProtocol

(Comments?)

Specifications
Definition: The standard and/or protocol providing access control for this query point (e.g. Basic HTTP authentication, Kerberos, etc.). Legal values include (To Be Published).
Type: Element
XSD Data Type: xsd:string
Obligation: Conditional
Attributes: None
Parent Element(s):
Child Elements: None
Legal Values:
  • HTTP-Basic
  • Kerberos
  • WS-Security

Back to top


drm:Encryption

(Comments?)

Specifications
Definition: The minimal level of encryption needed to pass data to and from this particular access point. Legal values include (To Be Published).
Type: Element
XSD Data Type: xsd:string
Obligation: Conditional
Attributes: None
Parent Element(s):
Child Elements: None
Legal Values:
  • FIPS 185 (EES)
  • FIPS 46-2 (DES)
  • SSL-128
  • SSL-40

Back to top


drm:QualityOfService

(Comments?)

Specifications
Definition: Quality-of-service (QoS)-related information.
Type: Element
XSD Data Type: xsd:complexType
Obligation: Optional
Attributes: None
Parent Element(s):
Child Elements:

Back to top


drm:Latency

(Comments?)

Specifications
Definition: The number of seconds needed to pass a message to an access point. Usually measured from the initiation of the request to the receipt of the response.
Type: Element
XSD Data Type: xsd:integer
Obligation: Optional
Attributes: None
Parent Element(s):
Child Elements: None

Back to top


drm:ReliableMessaging

(Comments?)

Specifications
Definition: Information relating to reliable messaging capabilities.
Type: Element
XSD Data Type: xsd:string
Obligation: Optional
Attributes: None
Parent Element(s):
Child Elements: None

Back to top


drm:DataContext

(Comments?)

Specifications
Definition: A container for elements that implement the data context portion of the DRM meta-model.
Type: Element
XSD Data Type: xsd:complexType
Obligation: Mandatory
Attributes: None
Parent Element(s):
Child Elements:

Back to top


drm:Taxonomies

(Comments?)

Specifications
Definition: A collection of taxonomies.
Type: Element
XSD Data Type: xsd:complexType
Obligation: Mandatory
Attributes: None
Parent Element(s):
Child Elements:

Back to top


drm:Taxonomy

(Comments?)

Specifications
Definition: An information model (typically hierarchical) that defines the scope of a knowledge domain.
Type: Element
XSD Data Type: xsd:complexType
Obligation: Mandatory
Attributes:
Parent Element(s):
Child Elements:

Back to top


drm:ExternalTaxonomyRefs

(Comments?)

Specifications
Definition: A collection of ExternalTaxonomyRefs
Type: Element
XSD Data Type: xsd:complexType
Obligation: Optional
Attributes: None
Parent Element(s):
Child Elements:

Back to top


drm:ExternalTaxonomyRef

(Comments?)

Specifications
Definition: Points to subject taxonomies created using an approved standard. For a standard to be approved, it must be:

1. An open, widely implemented standard, available free-of-charge and unencumbered by royalty or patent claims, or a standard implemented by a government agency
2. A well-documented, durable standard (i.e., under version/change control, well-documented, backward compatibility, etc.)
3. Provides semantics for modeling, at a minimum, taxonomy/thesaurus nodes/terms and relationships between taxonomy nodes/terms (generic, whole-part, equivalence, associative).
4. Provides semantics for assigning an identifier per element that is guaranteed unique within the particular model.

Candidate standards for implementing data exchange services include:

1. XTM (XML topic maps)
2. NASA taxonomy Format (http://nasataxonomy.jpl.nasa.gov/xml.htm)
3. MeSH taxonomy Format (http://www.nlm.nih.gov/mesh/xmlmesh.html)
4. UDDI tModel (http://uddi.org/taxonomies/UDDI_Registry_tModels.htm)
5. XBRL taxonomy (http://www.xbrl.org/Taxonomies/)
6. Simple Knowledge Organisation System (SKOS) (http://www.w3.org/2004/02/skos/)
Type: Element
XSD Data Type: xsd:complexType
Obligation: Optional
Attributes:
Parent Element(s):
Child Elements:

Back to top


drm:Nodes

(Comments?)

Specifications
Definition: A collection of taxonomy nodes.
Type: Element
XSD Data Type: xsd:complexType
Obligation: Conditional
Attributes: None
Parent Element(s):
Child Elements:

Back to top


drm:Node

(Comments?)

Specifications
Definition: A node in a taxonomy.
Type: Element
XSD Data Type: xsd:complexType
Obligation: Conditional
Attributes:
Parent Element(s):
Child Elements:

Back to top


@ drm:nodeType

(Comments?)

Specifications
Definition: Defines a given node's type. Legal values include "collection", "class", and "instance."
Type: Attribute
XSD Data Type: xsd:string
Obligation: Conditional
Parent Element(s):
Legal Values:
  • class
  • collection
  • instance

Back to top


drm:NodeName

(Comments?)

Specifications
Definition: The taxonomy node's label.
Type: Element
XSD Data Type: xsd:string
Obligation: Mandatory
Attributes: None
Parent Element(s):
Child Elements: None

Back to top


drm:Definition

(Comments?)

Specifications
Definition: A description of the associated term/object.
Type: Element
XSD Data Type: xsd:string
Obligation: Optional
Attributes: None
Parent Element(s):
Child Elements: None

Back to top


drm:NodeRefs

(Comments?)

Specifications
Definition: A collection of NodeRefs. NodeRefs are pointers from an object to a taxonomy node.
Type: Element
XSD Data Type: xsd:complexType
Obligation: Optional
Attributes: None
Parent Element(s):
Child Elements:

Back to top


drm:NodeRef

(Comments?)

Specifications
Definition: A link to a taxonomy node. The unique ID of the target taxonomy node is documented in the rdf:idref attribute. The type attribute specifies the nature of the relationship, e.g. "partOf", "instanceOf", or "subclassOf". This element can be used by the following elements to link to a taxonomy node:

1. Entity
2. Resource
3. DataSource
4. ExchangePackage
5. Another taxonomy node
6. External references to any of the above.
7. Attribute: When used with an attribute, a NodeRef typically points to a taxonomy node containing a Terms collection providing a "controlled vocabulary" to constrain values populating instances of the attribute.

For web pages that need to point to a DRM taxonomy node in an inline fashion, standard HTML META tags can be used. For example:

<meta name="drm:NodeRef" content="http://cosine.cim3.net/file/work/DRM/data_dictionary/examples/DRM_Instance_Example_OJP_IT.xml#182 />
Type: Element
XSD Data Type: xsd:complexType
Obligation: Optional
Attributes:
Parent Element(s):
Child Elements: None

Back to top


drm:Terms

(Comments?)

Specifications
Definition: A collection of keywords and/or keyphrases associated with this taxonomy node.
Type: Element
XSD Data Type: xsd:complexType
Obligation: Optional
Attributes: None
Parent Element(s):
Child Elements:

Back to top


drm:Term

(Comments?)

Specifications
Definition: A keyword and/or keyphrase associated with this taxonomy node.
Type: Element
XSD Data Type: xsd:string
Obligation: Optional
Attributes: None
Parent Element(s):
Child Elements: None

Back to top


drm:NodeChildren

(Comments?)

Specifications
Definition: A list of node children.
Type: Element
XSD Data Type: xsd:complexType
Obligation: Optional
Attributes: None
Parent Element(s):
Child Elements:

Back to top


drm:FEAMapping

(Comments?)

Specifications
Definition: A container for elements that map taxonomy nodes in a DRM instance to FEA reference model elements.
Type: Element
XSD Data Type: xsd:complexType
Obligation: Optional
Attributes: None
Parent Element(s):
Child Elements:

Back to top


drm:FEAReferenceModelMap

(Comments?)

Specifications
Definition: Documents a specific link from an element in this DRM instance (usually a taxonomy node) to a unique element in a particular FEA reference model as defined in the FEA-RMO ontology, which is found at http://colab.cim3.net/file/work/SICoP/project/fea-rmo/fea-rmo.html.
Type: Element
XSD Data Type: xsd:complexType
Obligation: Conditional
Attributes:
Parent Element(s):
Child Elements: None

Back to top


@ drm:referenceModel

(Comments?)

Specifications
Definition: The FEA reference model to which this node is being linked. Legal values include PRM, BRM, SRM, and TRM.
Type: Attribute
XSD Data Type: xsd:string
Obligation: Conditional
Parent Element(s):
Legal Values:
  • BRM
  • PRM
  • SRM
  • TRM

Back to top


@ drm:from

(Comments?)

Specifications
Definition: A pointer to the rdf:id of the taxonomy node (or other DRM element) associated with the FEA RM element specified in the "to" attribute.
Type: Attribute
XSD Data Type: xsd:string
Obligation: Conditional
Parent Element(s):

Back to top


@ drm:to

(Comments?)

Specifications
Definition: The "to" value in the each link below represents an FEA reference model category URL from the FEA-RMO ontology, which is found at http://colab.cim3.net/file/work/SICoP/project/fea-rmo/fea-rmo.html
Type: Attribute
XSD Data Type: xsd:string
Obligation: Conditional
Parent Element(s):

Back to top


drm:DataStandards

(Comments?)

Specifications
Definition: DataStandard: A list of standards.
Type: Element
XSD Data Type: xsd:complexType
Obligation: Optional
Attributes: None
Parent Element(s):
Child Elements:

Back to top


drm:Standard

(Comments?)

Specifications
Definition: A standard that applies to this DRM submission. If a well-known, widely-implemented standard, this can be the URI to the authoritative documentation for this standard. Otherwise, it should be the URI pointing to a XSLT stylesheet that transforms a document conforming to the standard in question to the equivalent DRM XML syntax.
Type: Element
XSD Data Type: xsd:complexType
Obligation: Optional
Attributes:
Parent Element(s):
Child Elements: None

Back to top