Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Dr. Martin Goik
GoikLectures
Commits
a1b3957f
Commit
a1b3957f
authored
Jun 15, 2020
by
Dr. Martin Goik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mixed --> simpleContent
parent
ede6de99
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
Doc/Sda1/xmlschema.xml
Doc/Sda1/xmlschema.xml
+8
-4
No files found.
Doc/Sda1/xmlschema.xml
View file @
a1b3957f
...
...
@@ -4286,10 +4286,14 @@ key "primaryKey".
<
/xs:element
>
<
xs:element name="td"
>
<
xs:complexType mixed="true"
>
<
xs:attribute name="colspan" type="xs:positiveInteger" use="optional"/
>
<
xs:attribute name="rowspan" type="xs:positiveInteger" use="optional"/
>
<
/xs:complexType
>
<
xs:complexType
>
<
xs:simpleContent
>
<
xs:extension base="xs:string"
>
<
xs:attribute name="colspan" type="xs:positiveInteger"/
>
<
xs:attribute name="rowspan" type="xs:positiveInteger"/
>
<
/xs:extension
>
<
/xs:simpleContent
>
<
/xs:complexType
>
<
/xs:element
>
<
/xs:schema
>
</programlisting>
...
...
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