07-24-2007 05:33 AM
07-25-2007 10:02 AM
07-25-2007 05:05 PM
<xs:schema xmlns:xs="…" xmlns:alf="http://www.alfresco.org" elementFormDefault="qualified">
<xs:simpleType name="language">
<xs:restriction base="xs:normalizedString">
<xs:enumeration value="en">
<xs:annotation>
<xs:appinfo><alf:label>English</alf:label></xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="fr">
<xs:annotation>
<xs:appinfo><alf:label>French</alf:label></xs:appinfo>
</xs:annotation>
</xs:enumeration>
… other languages …
</xs:restriction>
</xs:simpleType>
<xs:element name="my_form">
<xs:complexType>
<xs:element name="language" type="language"/>
… other fields …
</xs:complexType>
</xs:element>
</xs:schema>
/${webapp}/${xml.my_form.languague}/${name}.xml
/${webapp}/${xml["my-form/language"]}/${name}.xml
08-07-2007 07:37 AM
09-03-2007 05:36 AM
09-03-2007 08:56 AM
09-03-2007 09:50 AM
09-03-2007 09:02 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.