summaryrefslogtreecommitdiffstats
path: root/sandbox/kgoodson/jagg/src/main/resources/JiraSideband.xsd
diff options
context:
space:
mode:
authorkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-01-27 15:23:36 +0000
committerkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-01-27 15:23:36 +0000
commit42f0ab93e3672acd30a20c58a8caf107d026d703 (patch)
treea03dbd75789bb52b57f331a9cfc7944d11cabfc0 /sandbox/kgoodson/jagg/src/main/resources/JiraSideband.xsd
parentab60d5fa07f1ab6338895c761601e0464004c7e3 (diff)
links off to JIRAs
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@903674 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sandbox/kgoodson/jagg/src/main/resources/JiraSideband.xsd19
1 files changed, 13 insertions, 6 deletions
diff --git a/sandbox/kgoodson/jagg/src/main/resources/JiraSideband.xsd b/sandbox/kgoodson/jagg/src/main/resources/JiraSideband.xsd
index b00bbae874..41f25b1961 100644
--- a/sandbox/kgoodson/jagg/src/main/resources/JiraSideband.xsd
+++ b/sandbox/kgoodson/jagg/src/main/resources/JiraSideband.xsd
@@ -25,9 +25,14 @@
<xsd:complexType name="Plan">
<xsd:sequence>
- <xsd:element name="milestones" type="jagg:Milestones" maxOccurs="1" minOccurs="1"></xsd:element>
- <xsd:element name="workitems" type="jagg:WorkItems" maxOccurs="1" minOccurs="1"></xsd:element>
- </xsd:sequence>
+ <xsd:element name="issueBase" type="xsd:string"></xsd:element>
+ <xsd:element name="milestones" type="jagg:Milestones"
+ maxOccurs="1" minOccurs="1">
+ </xsd:element>
+ <xsd:element name="workitems" type="jagg:WorkItems"
+ maxOccurs="1" minOccurs="1">
+ </xsd:element>
+ </xsd:sequence>
</xsd:complexType>
@@ -38,8 +43,10 @@
function for
</xsd:documentation>
</xsd:annotation>
- <xsd:sequence>
- <xsd:element name="responsible" type="xsd:string"
+ <xsd:sequence>
+
+ <xsd:element name="title" type="xsd:string"></xsd:element>
+ <xsd:element name="responsible" type="xsd:string"
maxOccurs="1" minOccurs="0">
</xsd:element>
<xsd:element name="dueDate" type="xsd:string" maxOccurs="1"
@@ -57,7 +64,7 @@
</xsd:element>
<xsd:element name="note" type="xsd:string" maxOccurs="1"
minOccurs="0">
- </xsd:element>
+ </xsd:element>
</xsd:sequence>
<xsd:attribute name="ID" type="xsd:ID"></xsd:attribute>
</xsd:complexType>