Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
X
XSD
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
PRO
XSD
Commits
3902c98f
Commit
3902c98f
authored
10 years ago
by
Peter Niblett
Browse files
Options
Downloads
Patches
Plain Diff
Allow <contentInstanceAnnc> as a child resource of <containerAnnc>
parent
da1fc57b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CDT-container-v0_8_0.xsd
+2
-2
2 additions, 2 deletions
CDT-container-v0_8_0.xsd
README.md
+2
-3
2 additions, 3 deletions
README.md
with
4 additions
and
5 deletions
CDT-container-v0_8_0.xsd
+
2
−
2
View file @
3902c98f
...
...
@@ -80,10 +80,10 @@
<xs:element
name=
"childResource"
type=
"m2m:childResourceRef"
minOccurs=
"1"
maxOccurs=
"unbounded"
/>
<xs:choice
minOccurs=
"1"
maxOccurs=
"unbounded"
>
<xs:element
ref=
"m2m:contentInstance"
/>
<xs:element
ref=
"m2m:contentInstanceAnnc"
/>
<xs:element
ref=
"m2m:container"
/>
<xs:element
ref=
"m2m:subscription"
/>
<xs:element
ref=
"m2m:containerAnnc"
/>
<
!-- should m2m:contentInstanceAnnc be allowed as well? --
>
<
xs:element
ref=
"m2m:subscription"
/
>
</xs:choice>
</xs:choice>
</xs:sequence>
...
...
This diff is collapsed.
Click to expand it.
README.md
+
2
−
3
View file @
3902c98f
...
...
@@ -24,8 +24,7 @@ General
\<
container
\>
What values go in latest and oldest if there are no child resources?
Should <containerAnnc> be allowed to have <contentInstanceAnnc> as a child resource?
\<
CSEBase
\>
m2m:resourceTypeList can be removed, since this type can be declared inline
...
...
@@ -75,7 +74,7 @@ CDT-commonTypes
It is not easy to see how to represent the changes made by PRO-2014-0562-Implementation_of_Filter_Criteria_as_concept
Consider moving the m2m:filterUsage enumeration type into CDT-enumerationTypes
The order of elements in m2m:operationResult looks a bit strange
It's not
cl
e
ar
what the cardinality
of m2m:responseStatus/description
should be
The de
clar
ation
of m2m:responseStatus/description
looks wrong
More general revision and checking of CDT-commonTypes is required (defer this until after the other XSD files are complete)
...
...
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