07-24-2007 04:40 PM
<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="object" type="objectType" />
<xs:include schemaLocation="/includes/schemas/image_list.xsd"/>
<xs:complexType name="objectType">
<xs:sequence>
<xs:element name="name" type="xs:normalizedString" />
<xs:element name="image" type="imageType" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:schema><?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexType name="imageType">
<xs:sequence>
<xs:element name="title" type="xs:normalizedString" minOccurs="0" />
<xs:element name="filename" type="image_list" />
</xs:sequence>
</xs:complexType>
<xs:simpleType name="image_list">
<xs:restriction base="xs:normalizedString">
<xs:enumeration value="first_image.jpg" />
<xs:enumeration value="second_image.jpg" />
<xs:enumeration value="third_image.jpg" />
<xs:enumeration value="fourth_image.jpg" />
</xs:restriction>
</xs:simpleType>
</xs:schema> org.alfresco.web.forms.FormProcessor$ProcessingException: org.alfresco.web.forms.xforms.FormBuilderException: error parsing schema: at line 11 column 64: src-resolve: Cannot resolve the name 'imageType' to a(n) 'type definition' component.
07-24-2007 09:38 PM
07-25-2007 08:40 AM
07-25-2007 09:23 AM
07-25-2007 09:40 AM
org.alfresco.web.forms.FormProcessor$ProcessingException: org.alfresco.web.forms.xforms.FormBuilderException: error parsing schema: at line 4 column 144: schema_reference.4: Failed to read schema document 'http://tgerhard.intranet.www--sandbox.165-160-208-62.ip.alfrescodemo.net:8180/includes/schemas/image...', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
07-25-2007 09:50 AM
<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:include schemaLocation="/includes/schemas/image_list.xsd"/>
<xs:element name="object" type="objectType" />
…….
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.