Commit fb237851 authored by 董和春's avatar 董和春

Update simple-fields.xsd

parent ac8f65a7
......@@ -4,7 +4,7 @@
<xs:complexType name="simple-fields">
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element name="auto" type="autoField"></xs:element>
<xs:element name="bigInteger" type="bigIntegerField"></xs:element>
<xs:element name="bigInteger" type="baseField"></xs:element>
<xs:element name="binary" type="baseField"></xs:element>
<xs:element name="boolean" type="baseField"></xs:element>
<xs:element name="choice" type="choiceField"></xs:element>
......@@ -22,6 +22,7 @@
<xs:element name="string" type="baseField"></xs:element>
<xs:element name="text" type="baseField"></xs:element>
<xs:element name="xid" type="field"></xs:element>
<xs:element name="multipleChoice" type="choiceField"></xs:element>
</xs:choice>
</xs:complexType>
</xs:schema>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment