Skip to content

Instantly share code, notes, and snippets.

@arcusfelis
Created August 26, 2011 07:19
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 arcusfelis/1172893 to your computer and use it in GitHub Desktop.
Save arcusfelis/1172893 to your computer and use it in GitHub Desktop.
Good xsd
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
<xs:element name="ldml">
<xs:complexType>
<xs:choice>
<xs:sequence>
<xs:element minOccurs="0" name="identity" />
<xs:element minOccurs="0" name="identity2" />
</xs:sequence>
</xs:choice>
<xs:attribute name="type" default="standard" type="xs:NMTOKEN"/>
</xs:complexType>
</xs:element>
</xs:schema>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment