Created
August 26, 2011 07:18
Test failed
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"> | |
<xs:element name="ldml"> | |
<xs:complexType> | |
<xs:choice> | |
<xs:element name="alias" /> | |
<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