10-28-2010 05:00 PM
<?xml version="1.0"?>
<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:simpleType name="theme">
<xs:restriction base="xs:string">
<xs:enumeration value="ALL_THEMES"/>
<xs:enumeration value="generic"/>
<xs:enumeration value="prospect"/>
<xs:enumeration value="retention"/>
<xs:enumeration value="returningprospect"/>
<xs:enumeration value="rtd"/>
<xs:enumeration value="unfunded"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>
<?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:import schemaLocation="webscript://api/path/content/workspace/SpacesStore/Company%20Home/Web%20Forms/dimensions.xsd?ticket={ticket}" />
<xs:element name="content">
<xs:complexType>
<xs:sequence>
<xs:element name="theme" type="bf:theme" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
org.alfresco.web.forms.FormProcessor$ProcessingException: org.alfresco.web.forms.xforms.FormBuilderException: error parsing schema: at line 16 column 51: src-resolve: Cannot resolve the name 'bf:theme' to a(n) 'type definition' component.
10-28-2010 05:18 PM
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.