mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
- adding a unit test. currently just tests repeat properties and instance data. - fix for problem with obtaining particle for element references. addresses bug WCM-508 - new regenerate renditions icons from linton git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6010 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
12 lines
358 B
XML
12 lines
358 B
XML
<?xml version="1.0"?>
|
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
|
elementFormDefault="qualified">
|
|
<xs:element name="one-string-test">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="string" type="xs:normalizedString" default="default-value"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
</xs:schema>
|