12-15-2010 10:10 AM
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:alf="http://www.alfresco.org"
xmlns:bf="http://www.bf.com/ns"
targetNamespace="http://www.bf.com/ns"
elementFormDefault="qualified">
<xs:include schemaLocation="webscript://api/path/content/workspace/SpacesStore/Company%20Home/Data%20Dictionary/Web%20Forms/dimensions.xsd?ticket={ticket}" />
<!– Root element –>
<xs:element name="content">
<xs:complexType>
<xs:sequence>
<xs:element name="dimensions" type="bf:dimensions" />
<xs:element name="pods" type="bf:pods" />
</xs:sequence>
</xs:complexType>
</xs:element>
…
<?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:alf="http://www.alfresco.org/"
xmlns:bf="http://www.betfair.com/ns"
targetNamespace="http://www.betfair.com/ns"
elementFormDefault="qualified">
…
<xs:complexType name="dimensions">
<xs:sequence>
<xs:element name="product" type="bf:product" default="ALL_PRODUCTS" />
<xs:element name="brand" type="bf:brand" default="ALL_BRANDS" />
<xs:element name="region" type="bf:region" default="ALL_REGIONS"/>
<xs:element name="locale" type="bf:locale" default="ALL_LOCALES"/>
<xs:element name="theme" type="bf:theme" default="ALL_THEMES"/>
</xs:sequence>
</xs:complexType>
http://<Alfresco server host>:8080/alfresco/service/api/path/content/workspace/SpacesStore/Company%20Home/Data%20Dictionary/Web%20Forms/dimensions.xsd?ticket={ticket}
org.alfresco.web.forms.FormProcessor$ProcessingException: org.alfresco.web.forms.xforms.FormBuilderException: error parsing schema: at line 10 column 57: src-resolve: Cannot resolve the name 'bf:dimensions' to a(n) 'type definition' component.
01-24-2011 07:14 AM
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.