Skip to content

Instantly share code, notes, and snippets.

@miku
Created June 2, 2010 16:54
Show Gist options
  • Save miku/422659 to your computer and use it in GitHub Desktop.
Save miku/422659 to your computer and use it in GitHub Desktop.
<xs:element name="gap">
<xs:complexType>
<xs:sequence>
<xs:element name="correct" type="xs:string" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="inputLength" use="optional">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="ignoreCase" type="xs:boolean" use="optional"/>
<xs:attribute name="initialValue" type="xs:string" use="optional"/>
<xs:attribute name="needsManualCorrection" type="xs:boolean" use="optional"></xs:attribute>
</xs:complexType>
</xs:element>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment