Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xml-schema
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
logwire-public
xml-schema
Commits
a4b85376
Commit
a4b85376
authored
Jun 21, 2022
by
dhc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bigInteger允许otherModel属性
parent
725a65ce
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
field-type.xsd
web/field-type.xsd
+11
-0
simple-fields.xsd
web/simple-fields.xsd
+1
-1
No files found.
web/field-type.xsd
View file @
a4b85376
...
...
@@ -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"
>
...
...
web/simple-fields.xsd
View file @
a4b85376
...
...
@@ -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=
"b
ase
Field"
></xs:element>
<xs:element
name=
"bigInteger"
type=
"b
igInteger
Field"
></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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment