Commit a4b85376 authored by dhc's avatar dhc

bigInteger允许otherModel属性

parent 725a65ce
......@@ -71,6 +71,17 @@
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="bigIntegerField">
<xs:complexContent>
<xs:extension base="baseField">
<xs:attribute name="otherModel" type="xs:string">
<xs:annotation>
<xs:documentation>引用的model名称</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="autoField">
<xs:complexContent>
<xs:extension base="field">
......
......@@ -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="baseField"></xs:element>
<xs:element name="bigInteger" type="bigIntegerField"></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>
......
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