XML Schema "jazzprocess.xsd"
Target Namespace:
http://jazz.net/xmlns/prod/jazz/process/0.6/
Version:
1.0
Defined Components:
elements (1 global + 1 local)
Default Namespace-Qualified Form:
Local Elements: qualified; Local Attributes: unqualified
Schema Location:
C:\Workspaces\Quality_Manager_406\com.ibm.rqm.xml\src\schema\v2_0\jazzprocess.xsd; see XML source
Imported by Schemas (1):
qm.xsd [src]
All Element Summary
team-area
A group of contributors defined for a project area.
Type:
anonymous complexType
Content:
complex, 1 element
Defined:
globally; see XML source
Includes:
definition of 1 element
Used:
url
[READ-ONLY] The absolute URL of the team area.
Type:
xs:string
Content:
simple
Defined:
locally within team-area element; see XML source
XML Source
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" jaxb:version="2.1" targetNamespace="http://jazz.net/xmlns/prod/jazz/process/0.6/" version="1.0" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:appinfo>
<jaxb:schemaBindings>
<jaxb:package name="com.ibm.rqm.xml.bind.jazz.process"/>
</jaxb:schemaBindings>
</xs:appinfo>
</xs:annotation>
<xs:element name="team-area">
<xs:annotation>
<xs:documentation xml:lang="en">
A group of contributors defined for a project area.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="1" name="url" type="xs:string">
<xs:annotation>
<xs:documentation xml:lang="en">[READ-ONLY] The absolute URL of the team area.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>

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