Subversion Repositories XServices

Compare Revisions

No changes between revisions

Ignore whitespace Rev 124 → Rev 125

/XServicesSCMTypes/src/SCMFindingsTypes.xsd
0,0 → 1,78
<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://ws.brutex.net/SCMFindingsTypes"
xmlns:tns="http://ws.brutex.net/SCMFindingsTypes"
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="FindingsListType">
<complexType>
<sequence>
<element name="Finding" type="tns:FindingType" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</complexType>
</element>
 
<complexType name="FindingType">
<sequence>
<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="findingList" type="tns:FindingDetailsType" maxOccurs="unbounded" minOccurs="1"/>
<element name="attributeList" type="tns:AttributeType" maxOccurs="unbounded" minOccurs="0"/>
<element name="ROOT" type="string" nillable="false"/>
<element name="filesearch" type="string" nillable="false"/>
<element name="contentsearch" type="string" nillable="false"/>
<element name="content" type="string" nillable="true"/>
<element name="data" type="base64Binary" nillable="true"/>
</sequence>
</complexType>
<complexType name="FindingDetailsType">
<sequence>
<element name="fullmatch" type="tns:GroupMatchListType"/>
<element name="matchList" type="tns:GroupMatchListType" minOccurs="0" maxOccurs="unbounded"/>
<element name="revision" type="tns:RevisionType" />
</sequence>
</complexType>
<complexType name="GroupMatchListType">
<sequence>
<element name="matchGroup" type="int"/>
<element name="matchAtIndex" type="long"/>
<element name="matchToIndex" type="long"/>
<element name="matchString" type="string"/>
</sequence>
</complexType>
<complexType name="RevisionType">
<sequence>
<element name="revision" type="string" nillable="false" />
<element name="comment" type="string" />
</sequence>
</complexType>
<complexType name="AttributeType">
<sequence>
<element name="name" type="string"/>
<element name="value" type="string"/>
</sequence>
</complexType>
</schema>
Property changes:
Added: svn:mime-type
+text/plain
\ No newline at end of property