10-16-2009 05:34 AM
<?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:alf="http://www.alfresco.org"
xmlns:html="http://dm-schema.net/alfresco/html"
targetNamespace="http://dm-schema.net/alfresco/html"
elementFormDefault="qualified">
<xs:include schemaLocation="/xsdEnumConvert_Ease.jsp"/>
<xs:element name="html">
<xs:complexType>
<xs:sequence>
<xs:element name="content" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
<jsp:root version="1.2"
xmlns:jsp="http://java.sun.com/JSP/Page"
xmlns:c="http://java.sun.com/jsp/jstl/core"
xmlns:pr="http://www.mycompany.com/posnet/core">
<jsp:directive.page language="java" contentType="text/html; charset=UTF-8"/>
<jsp:directive.page isELIgnored="false"/>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:alf="http://www.alfresco.org"
elementFormDefault="qualified">
<xs:simpleType name="possible-ease">
<xs:restriction base="xs:normalizedString">
<xs:enumeration value="EASY"/>
<xs:enumeration value="MEDIUM"/>
<xs:enumeration value="HARD"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>
</jsp:root>10-16-2009 05:44 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.