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
fb237851
Commit
fb237851
authored
Aug 10, 2022
by
董和春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update simple-fields.xsd
parent
ac8f65a7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
simple-fields.xsd
web/simple-fields.xsd
+2
-1
No files found.
web/simple-fields.xsd
View file @
fb237851
...
...
@@ -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
igInteger
Field"
></xs:element>
<xs:element
name=
"bigInteger"
type=
"b
ase
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>
...
...
@@ -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
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