XML Schema "dcterms.xsd"
Target Namespace:
http://purl.org/dc/terms/
Defined Components:
elements (7 global), global attributes (1)
Default Namespace-Qualified Form:
Local Elements: qualified; Local Attributes: unqualified
Schema Location:
C:\Workspaces\Quality_Manager_Stable\com.ibm.rqm.xml\src\schema\v2_0\dcterms.xsd; see XML source
Imports Schemas (2):
dc.xsd [src], rdf.xsd [src]
Imported by Schemas (2):
oslc_qm.xsd [src], qm.xsd [src]
All Element Summary
contributor
Type:
anonymous complexType
Content:
mixed (allows character data), 1 attribute
Defined:
globally; see XML source
Includes:
definition of 1 attribute
Used:
created
Type:
xsd:dateTime
Content:
simple
Defined:
globally; see XML source
Used:
creator
Type:
anonymous complexType
Content:
mixed (allows character data), 1 attribute
Defined:
globally; see XML source
Includes:
definition of 1 attribute
Used:
description
Type:
xsd:string
Content:
simple
Defined:
globally; see XML source
Used:
modified
Type:
xsd:dateTime
Content:
simple
Defined:
globally; see XML source
Used:
title
Type:
xsd:string
Content:
simple
Defined:
globally; see XML source
Used:
type
Type:
xsd:string
Content:
simple
Defined:
globally; see XML source
Used:
Global Attribute Summary
Type:
xs:string
Defined:
globally; see XML source
Used:
XML Source
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" jaxb:version="2.1" targetNamespace="http://purl.org/dc/terms/" xmlns="http://purl.org/dc/terms/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:appinfo>
<jaxb:schemaBindings>
<jaxb:package name="com.ibm.rqm.xml.bind.dcterms"/>
</jaxb:schemaBindings>
</xs:appinfo>
</xs:annotation>
<xs:import namespace="http://www.w3.org/1999/02/22-rdf-syntax-ns#" schemaLocation="rdf.xsd"/>
<xs:import namespace="http://purl.org/dc/elements/1.1/" schemaLocation="dc.xsd"/>
<xs:element name="title" type="xsd:string"/>
<xs:element name="description" type="xsd:string"/>
<xs:element name="creator">
<xs:complexType mixed="true">
<xs:annotation>
<xs:documentation xml:lang="en">
[IMMUTABLE] The Jazz Team Server (JTS) user ID of the contributor that created the resource.
</xs:documentation>
</xs:annotation>
<xs:attribute ref="rdf:resource">
<xs:annotation>
<xs:documentation xml:lang="en">
[IMMUTABLE] The Jazz Team Server (JTS) URL of the contributor that created the resource.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="created" type="xsd:dateTime"/>
<xs:element name="modified" type="xsd:dateTime"/>
<xs:element name="contributor">
<xs:annotation>
<xs:appinfo>
<jaxb:class name="OSLCContributor"/>
</xs:appinfo>
</xs:annotation>
<xs:complexType mixed="true">
<xs:annotation>
<xs:documentation xml:lang="en">
The Jazz Team Server (JTS) user ID of the contributor that owns the resource.
</xs:documentation>
</xs:annotation>
<xs:attribute ref="rdf:resource">
<xs:annotation>
<xs:documentation xml:lang="en">
The Jazz Team Server (JTS) URL of the contributor that owns the resource.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="type" type="xsd:string"/>
<xs:attribute name="type" type="xs:string"/>
</xs:schema>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set