Subversion Repositories XServices

Compare Revisions

No changes between revisions

Ignore whitespace Rev 128 → Rev 129

/xservices-scmtypes/trunk/src/SCMTypes.xsd
0,0 → 1,89
<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://ws.brutex.net/SCMTypes"
xmlns:tns="http://ws.brutex.net/SCMTypes"
xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"
jaxb:version="1.0"
xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc"
jaxb:extensionBindingPrefixes="xjc" elementFormDefault="qualified">
<annotation>
<appinfo>
<jaxb:globalBindings>
<xjc:simple />
<xjc:serializable uid="19800606"/>
</jaxb:globalBindings>
</appinfo>
</annotation>
 
<element name="ItemListType">
<complexType>
<sequence>
<element name="Item" type="tns:ItemType" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</complexType>
</element>
 
<complexType name="ItemType">
<sequence>
<element name="isLeaf" type="boolean" />
<element name="isBinary" type="boolean" />
<element name="path" type="string" />
<element name="name" type="string" />
<element name="fullname" type="anyURI" />
<element name="remotepath" type="string" />
<element name="remotename" type="string" />
<element name="remotefullname" type="anyURI" />
<element name="description" type="string" />
<element name="tipRevision" type="tns:RevisionType" nillable="false"/>
<element name="revision" type="tns:RevisionType" minOccurs="0" maxOccurs="unbounded"/>
<element name="attribute" type="tns:AttributeType" minOccurs="0" maxOccurs="unbounded"/>
<element name="ROOT" type="string"/>
<element name="content" type="string" nillable="false"/>
<element name="data" type="base64Binary" nillable="true"/>
</sequence>
</complexType>
<complexType name="RevisionType">
<sequence>
<element name="revision" type="string" nillable="false" />
<element name="comment" type="string" />
</sequence>
</complexType>
<complexType name="TagType">
<sequence>
<element name="name" type="string" nillable="false" />
<element name="comment" type="string" />
</sequence>
</complexType>
<complexType name="TagListType">
<sequence>
<element name="tags" type="tns:TagType" minOccurs="0" maxOccurs="unbounded"/>
</sequence></complexType>
<complexType name="AttributeType">
<sequence>
<element name="name" type="string"/>
<element name="value" type="string"/>
</sequence>
</complexType>
<complexType name="ModuleType">
<sequence>
<element name="name" type="string" nillable="false" />
<element name="status" type="string" />
<element name="path" type="string" />
<element name="type" type="string" />
</sequence>
</complexType>
 
<complexType name="ModuleListType">
<sequence>
<element name="modules" type="tns:ModuleType" minOccurs="0" maxOccurs="unbounded" />
</sequence>
</complexType>
</schema>
Property changes:
Added: svn:mime-type
+text/plain
\ No newline at end of property