XML Schema "rdf.xsd"
Target Namespace:
http://www.w3.org/1999/02/22-rdf-syntax-ns#
Defined Components:
elements (5 global), complexTypes (2), global attributes (3), attribute groups (2)
Default Namespace-Qualified Form:
Local Elements: unqualified; Local Attributes: unqualified
Schema Location:
C:\Workspaces\Quality_Manager_Stable\com.ibm.rqm.xml\bin\schema\v2_0\rdf.xsd; see XML source
Imports Schemas (1):
processinfo.xsd [src]
Imported by Schemas (9):
alm.xsd [src], dc.xsd [src], dcterms.xsd [src], executionresult.xsd [src], executionworkitem.xsd [src], oslc_qm.xsd [src], processinfo.xsd [src], qm.xsd [src], testsuitelog.xsd [src]
All Element Summary
rdf:Description
Type:
Content:
complex, 1 attribute, 1 element
Subst.Gr:
may substitute for element rdf:typedNode
Defined:
globally; see XML source
Used:
never
rdf:propertyElt
Type:
Content:
empty, 1 attribute
Abstract:
(may not be used directly in instance XML documents)
Subst.Gr:
may be substituted with 1 element
Defined:
globally; see XML source
Used:
rdf:RDF
Type:
anonymous complexType
Content:
complex, 1 element
Defined:
globally; see XML source
Includes:
definition of 1 element
Used:
never
rdf:type
Type:
Content:
empty, 1 attribute
Subst.Gr:
may substitute for element rdf:propertyElt
Defined:
globally; see XML source
Used:
never
rdf:typedNode
Type:
Content:
complex, 1 attribute, 1 element
Abstract:
(may not be used directly in instance XML documents)
Subst.Gr:
may be substituted with 5 elements
Defined:
globally; see XML source
Used:
Complex Type Summary
Content:
empty, 1 attribute
Defined:
globally; see XML source
Used:
Content:
complex, 1 attribute, 1 element
Defined:
globally; see XML source
Includes:
definition of 1 element
Used:
Global Attribute Summary
Type:
anyURI
Defined:
globally; see XML source
Used:
Type:
anyURI
Defined:
globally; see XML source
Used:
Type:
anyURI
Defined:
globally; see XML source
Used:
at 39 locations
Attribute Group Summary
Content:
Defined:
globally; see XML source
Includes:
definition of 1 attribute
Used:
Content:
Defined:
globally; see XML source
Includes:
definition of 1 attribute
Used:
XML Source
<?xml version="1.0" encoding="UTF-8"?>
<schema jaxb:version="2.1" targetNamespace="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:qm_process="http://jazz.net/xmlns/prod/jazz/rqm/process/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<!-- When editing, use schemaLocation='processinfo.xsd' for the editor to correctly pickup the schema. This must have the full path for use when served to the browser -->
<!-- /jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/schema/processinfo.xsd -->
<annotation>
<appinfo>
<jaxb:schemaBindings>
<jaxb:package name="com.ibm.rqm.xml.rdf"/>
</jaxb:schemaBindings>
</appinfo>
</annotation>
<element name="RDF">
<complexType>
<choice>
<element maxOccurs="1" ref="qm_process:ProcessInfo">
<annotation>
<documentation xml:lang="en">
Process specification information
</documentation>
</annotation>
</element>
</choice>
</complexType>
</element>
<element abstract="true" name="typedNode" type="rdf:typedNodeType"/>
<complexType name="typedNodeType">
<sequence maxOccurs="unbounded" minOccurs="0">
<element ref="rdf:propertyElt"/>
</sequence>
<attributeGroup ref="rdf:idAboutAttrOpt"/>
<!-- ... bagidattr, propattr ... -->
</complexType>
<element abstract="true" name="propertyElt" type="rdf:propertyEltType"/>
<complexType name="propertyEltType">
<attributeGroup ref="rdf:idRefAttrOpt"/>
<!-- ... bagIdAttr?, propAttr, etc. ... -->
</complexType>
<attributeGroup name="idRefAttrOpt">
<attribute ref="rdf:resource" use="required"/>
<!-- ... optional rdf:resource -->
<!-- ... bare resource="..."? ISSUE. ...-->
<!-- ... idAttrOpt ... -->
</attributeGroup>
<attributeGroup name="idAboutAttrOpt">
<attribute ref="rdf:about" use="required"/>
<!-- ... idAttrOpt ... -->
<!-- ... aboutEachAttr ... -->
</attributeGroup>
<attribute name="resource" type="anyURI"/>
<attribute name="about" type="anyURI"/>
<attribute name="datatype" type="anyURI"/>
<element name="Description" substitutionGroup="rdf:typedNode" type="rdf:typedNodeType"/>
<element name="type" substitutionGroup="rdf:propertyElt" type="rdf:propertyEltType"/>
</schema>

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