01-22-2008 09:21 AM
01-25-2008 12:36 AM
01-25-2008 08:23 AM
<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:alf="http://www.alfresco.org" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="News">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="1" maxOccurs="2" name="Content">
<xs:complexType>
<xs:sequence>
<xs:element name="Title" type="xs:normalizedString" />
<xs:element name="Body" type="xs:string" />
</xs:sequence>
<xs:attribute name="lang">
<xs:simpleType>
<xs:restriction base="xs:normalizedString">
<xs:enumeration value="en">
<xs:annotation>
<xs:appinfo>
<alf:label xmlns:alf="http://www.alfresco.org">English</alf:label>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="fr">
<xs:annotation>
<xs:appinfo>
<alf:label xmlns:alf="http://www.alfresco.org">Français</alf:label>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="Type">
<xs:simpleType>
<xs:restriction base="xs:normalizedString">
<xs:enumeration value="Financial Results" />
<xs:enumeration value="Internal Communications" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="PublishingDate" type="xs:date" />
<xs:element name="NbForIndex" type="xs:integer">
<xs:annotation>
<xs:appinfo>
<alf:label xmlns:alf="http://www.alfresco.org">How much will appear on index?</alf:label>
</xs:appinfo>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
01-25-2008 04:16 PM
01-28-2008 07:47 AM
01-28-2008 01:06 PM
01-29-2008 08:46 AM
01-29-2008 08:50 AM
I'm hoping someone could help me.
***************
-I'm using Firefox 2.0.0.11
-and using alfresco 2.1 downloaded from this link (http://sourceforge.net/project/showfiles.php?group_id=143373&package_id=207402&release_id=524562)
*****************
01-29-2008 10:39 AM
01-29-2008 10:42 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.