Skip to content

Instantly share code, notes, and snippets.

@thiyagaraj
Created May 7, 2012 16:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thiyagaraj/2628911 to your computer and use it in GitHub Desktop.
Save thiyagaraj/2628911 to your computer and use it in GitHub Desktop.
wildcard snippet in xsds
<xs:element name="Something">
<xs:complexType mixed="true">
<xs:sequence>
<xs:any processContents="lax" maxOccurs="unbounded"/>
</xs:sequence>
<xs:anyAttribute processContents="lax"/>
</xs:complexType>
</xs:element>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment