XML Schema "dc.xsd"
Target Namespace:
http://purl.org/dc/elements/1.1/
Defined Components:
elements (6 global)
Default Namespace-Qualified Form:
Local Elements: qualified; Local Attributes: unqualified
Schema Location:
C:\Workspaces\Quality_Manager_Stable\com.ibm.rqm.xml\bin\schema\v2_0\dc.xsd; see XML source
Imports Schemas (1):
rdf.xsd [src]
Imported by Schemas (3):
dcterms.xsd [src], processinfo.xsd [src], qm.xsd [src]
All Element Summary
alias
** Deprecated ** A read-only element containing an alternate identifier for the resource.
Type:
xsd:string
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:
at 26 locations
description
Type:
xsd:string
Content:
simple
Defined:
globally; see XML source
Used:
at 30 locations
identifier
Type:
xsd:string
Content:
simple
Defined:
globally; see XML source
Used:
subject
Type:
xsd:string
Content:
simple
Defined:
globally; see XML source
Used:
never
title
Type:
xsd:string
Content:
simple
Defined:
globally; see XML source
Used:
at 44 locations
XML Source
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" jaxb:version="2.1" targetNamespace="http://purl.org/dc/elements/1.1/" xmlns="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"/>
</jaxb:schemaBindings>
</xs:appinfo>
</xs:annotation>
<xs:import namespace="http://www.w3.org/1999/02/22-rdf-syntax-ns#" schemaLocation="rdf.xsd"/>
<xs:element name="title" 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="subject" type="xsd:string"/>
<xs:element name="description" type="xsd:string"/>
<xs:element name="identifier" type="xsd:string"/>
<xs:element name="alias" type="xsd:string">
<xs:annotation>
<xs:documentation xml:lang="en">
** Deprecated ** A read-only element containing an alternate identifier for the resource.
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:schema>

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