12-21-2005 11:21 AM
12-30-2005 12:08 PM
01-05-2006 11:43 AM
<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.alfresco.org/ws/headers/1.0" xmlns:headers="http://www.alfresco.org/ws/headers/1.0" elementFormDefault="qualified" version="0.1">
<complexType name="QueryConfiguration">
<sequence>
<element name="fetchSize" type="int" default="500"></element>
</sequence>
</complexType>
<complexType name="LocaleConfiguration">
<sequence>
<element name="locale" type="string" maxOccurs="1" minOccurs="0"></element>
</sequence>
</complexType>
<complexType name="NamespaceConfiguration">
<sequence>
<element name="mapping" maxOccurs="unbounded" minOccurs="0" type="NamespaceConfigurationInner"></element>
</sequence>
</complexType>
<complexType name="NamespaceConfigurationInner">
<sequence>
<element name="prefix" type="NCName"></element>
<element name="uri" type="string"></element>
</sequence>
</complexType>
</schema>
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.