LittleBugs, update 2

Published July 13, 2007
Advertisement
Here is the XML Schema for the bug list:
"1.0"
encoding="utf-8" ?>
"http://www.w3.org/2001/XMLSchema"
xmlns="http://www.seanmcbeth.com"
targetNamespace="http://www.seanmcbeth.com">

"BugXML">


"UserList" minOccurs="1" maxOccurs="1"/>
"ProjectList" minOccurs="1" maxOccurs="1"/>




"userID" type="xsd:integer" default="1337"/>

"User">

"name" type="xsd:string" use="required"/>
"userID" use="required"/>
"contact" type="xsd:string"/>



"UserList">


"User" minOccurs="1" maxOccurs="unbounded"/>




"UserAssignmentType">
"userID" use="required"/>


"UserAssignment" type="UserAssignmentType"/>

"UserAssignmentList">


"UserAssignment" minOccurs="1" maxOccurs="unbounded"/>




"DescriptionType">

"Name" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="false"/>
"Summary" type="xsd:string" minOccurs="1" maxOccurs="1" nillable="false"/>
"Creator" minOccurs="1" maxOccurs="1" nillable="false" type="UserAssignmentType"/>

"creationDate" type="xsd:string" use="required"/>


"Bug">


"Description" type="DescriptionType" minOccurs="1" maxOccurs="1" nillable="false"/>
"UserAssignmentList" minOccurs="0" maxOccurs="1"/>

"id" type="xsd:integer" use="required"/>
"resolvedDate" type="xsd:string" use="optional"/>



"BugList">


"Bug" minOccurs="1" maxOccurs="unbounded"/>




"Project">


"Description" type="DescriptionType" minOccurs="1" maxOccurs="1" nillable="false"/>
"UserAssignmentList" minOccurs="1" maxOccurs="1"/>
"BugList" minOccurs="1" maxOccurs="1"/>




"ProjectList">


"Project" minOccurs="1" maxOccurs="unbounded"/>








That should work for now.
Previous Entry LittleBugz update
Next Entry IEEE Float Suck
0 likes 0 comments

Comments

Nobody has left a comment. You can be the first!
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Advertisement