Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
SDT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MAS
SDT
Commits
11793741
Commit
11793741
authored
6 years ago
by
ankraft
Browse files
Options
Downloads
Patches
Plain Diff
Changed type ID to Name
parent
242cac83
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
SDT/schema4.0/etc/domain.rnc
+2
-2
2 additions, 2 deletions
SDT/schema4.0/etc/domain.rnc
SDT/schema4.0/src/domain.rng
+2
-2
2 additions, 2 deletions
SDT/schema4.0/src/domain.rng
SDT/schema4.0/src/domain.xsd
+2
-2
2 additions, 2 deletions
SDT/schema4.0/src/domain.xsd
with
6 additions
and
6 deletions
SDT/schema4.0/etc/domain.rnc
+
2
−
2
View file @
11793741
...
@@ -11,7 +11,7 @@ start = Domain
...
@@ -11,7 +11,7 @@ start = Domain
Domain =
Domain =
element Domain {
element Domain {
attribute xml:base { xsd:anyURI }?,
attribute xml:base { xsd:anyURI }?,
attribute id { xsd:
ID
},
attribute id { xsd:
Name
},
DocDef,
DocDef,
element Imports { Domain+ }?,
element Imports { Domain+ }?,
element DataTypes { DataTypeDef+ }?,
element DataTypes { DataTypeDef+ }?,
...
@@ -159,7 +159,7 @@ ExtendsDef =
...
@@ -159,7 +159,7 @@ ExtendsDef =
# TODO: singular
# TODO: singular
element extends {
element extends {
# TODO: Uppercase , singular
# TODO: Uppercase , singular
attribute domain { xsd:
IDREF
},
attribute domain { xsd:
Name
},
attribute class { text },
attribute class { text },
element excludes {
element excludes {
# TODO: Uppercase + "...s" -> Excludes
# TODO: Uppercase + "...s" -> Excludes
...
...
This diff is collapsed.
Click to expand it.
SDT/schema4.0/src/domain.rng
+
2
−
2
View file @
11793741
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
</attribute>
</attribute>
</optional>
</optional>
<attribute name="id">
<attribute name="id">
<data type="
ID
"/>
<data type="
Name
"/>
</attribute>
</attribute>
<ref name="DocDef"/>
<ref name="DocDef"/>
<optional>
<optional>
...
@@ -407,7 +407,7 @@
...
@@ -407,7 +407,7 @@
<optional>
<optional>
<element name="extends"> <!-- TODO: Uppercase , singular-->
<element name="extends"> <!-- TODO: Uppercase , singular-->
<attribute name="domain">
<attribute name="domain">
<data type="
IDREF
"/>
<data type="
Name
"/>
</attribute>
</attribute>
<attribute name="class"/>
<attribute name="class"/>
<optional>
<optional>
...
...
This diff is collapsed.
Click to expand it.
SDT/schema4.0/src/domain.xsd
+
2
−
2
View file @
11793741
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
<xs:element
minOccurs=
"0"
ref=
"DeviceClasses"
/>
<xs:element
minOccurs=
"0"
ref=
"DeviceClasses"
/>
</xs:sequence>
</xs:sequence>
<xs:attribute
ref=
"xml:base"
/>
<xs:attribute
ref=
"xml:base"
/>
<xs:attribute
name=
"id"
use=
"required"
type=
"xs:
ID
"
/>
<xs:attribute
name=
"id"
use=
"required"
type=
"xs:
Name
"
/>
</xs:extension>
</xs:extension>
</xs:complexContent>
</xs:complexContent>
</xs:complexType>
</xs:complexType>
...
@@ -360,7 +360,7 @@
...
@@ -360,7 +360,7 @@
<xs:sequence>
<xs:sequence>
<xs:element
minOccurs=
"0"
ref=
"excludes"
/>
<xs:element
minOccurs=
"0"
ref=
"excludes"
/>
</xs:sequence>
</xs:sequence>
<xs:attribute
name=
"domain"
use=
"required"
type=
"xs:
IDREF
"
/>
<xs:attribute
name=
"domain"
use=
"required"
type=
"xs:
Name
"
/>
<xs:attribute
name=
"class"
use=
"required"
/>
<xs:attribute
name=
"class"
use=
"required"
/>
</xs:complexType>
</xs:complexType>
</xs:element>
</xs:element>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment