mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
- IE issues - how to handle uploaded files from the create html context - break out the filepicker backing code into its own bean (it's mingled into the XFormsBean at the moment) also reorganizing and pruning the xforms unit test tree. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5613 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
13 lines
420 B
XML
13 lines
420 B
XML
<?xml version="1.0"?>
|
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
|
elementFormDefault="qualified">
|
|
<xs:element name="simple">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="string" type="xs:normalizedString" default="default string value"/>
|
|
<xs:element name="uri" type="xs:anyURI" default="/index.jsp"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
</xs:schema>
|