Skip to content

Commit

Permalink
[TASK] Regenerate XSD
Browse files Browse the repository at this point in the history
  • Loading branch information
NamelessCoder committed Nov 12, 2014
1 parent 89c04c2 commit 56487c7
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Resources/Private/Schemas/Vhs.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -7981,6 +7981,28 @@ php:type="boolean">
</xsd:attribute>
</xsd:complexType>
</xsd:element>
<xsd:element name="format.removeXss">
<xsd:annotation>
<xsd:documentation>
<![CDATA[Removes XSS from $string

Class RemoveXssViewHelper]]>
</xsd:documentation>
</xsd:annotation>
<xsd:complexType mixed="true">
<xsd:sequence>
<xsd:any minOccurs="0" maxOccurs="1" />
</xsd:sequence>
<xsd:attribute type="xsd:string" name="string" default="NULL"
php:type="string">
<xsd:annotation>
<xsd:documentation>
<![CDATA[]]>
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
<xsd:element name="format.replace">
<xsd:annotation>
<xsd:documentation>
Expand Down

0 comments on commit 56487c7

Please sign in to comment.