add files
This commit is contained in:
12
temp/exificient/data/schema/choiceN.xsd
Normal file
12
temp/exificient/data/schema/choiceN.xsd
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||
<xs:element name="root" >
|
||||
<xs:complexType>
|
||||
<xs:choice maxOccurs="3">
|
||||
<xs:element name="el1" type="xs:string"/>
|
||||
<xs:element name="el2" type="xs:integer"/>
|
||||
<xs:element name="el3" type="xs:date"/>
|
||||
</xs:choice>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:schema>
|
||||
Reference in New Issue
Block a user