Issue 63053: Fixed parse error in XML



git-svn-id: http://skia.googlecode.com/svn/trunk@177 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
reed@android.com 2009-05-18 00:47:46 +00:00
Родитель 22dbaaf405
Коммит 3b89515707
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1402,7 +1402,7 @@ xmlns:Sk="urn:screenplay" targetNamespace="urn:screenplay">
<!-- @attribute posts Outputs each post element as it is enabled. -->
<xs:attribute name="posts" type="Sk:Boolean"/>
<!-- @attribute script Evaluates the provided script -->
<xs:attribute name="script" type=Sk:String"/>
<xs:attribute name="script" type="Sk:String"/>
<xs:attribute name="id" type="xs:ID"/>
</xs:complexType>
</xs:element>