07-30-2007 07:08 AM
07-30-2007 10:42 AM
07-30-2007 11:37 AM
07-30-2007 06:39 PM
<?xml version="1.0" encoding="ISO-8859-1"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:alf="http://www.alfresco.org">
<!– defines the form for creating a news –>
<xs:element name="content">
<xs:complexType>
<xs:sequence>
<xs:element name="title" type="xs:normalizedString"/>
<xs:element name="body" type="xs:string">
<xs:appinfo><xs:annotation><alf:appearance>full</alf:appearance></xs:annotation></xs:appinfo>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
07-31-2007 05:32 AM
07-31-2007 05:34 AM
07-31-2007 05:37 AM
<?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:alf="http://www.alfresco.org" elementFormDefault="qualified" attributeFormDefault="unqualified">
<!– defines the form for creating a company home –>
<xs:element name="infeurope">
<xs:complexType>
<xs:sequence>
<xs:element name="header" type="xs:normalizedString"/>
<xs:element name="content" type="xs:string">
<xs:appinfo><xs:annotation><alf:appearance>full</alf:appearance></xs:annotation></xs:appinfo>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
07-31-2007 05:51 AM
07-31-2007 05:55 AM
07-31-2007 06:01 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.