Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
7c806901
Commit
7c806901
authored
Jun 17, 2011
by
Jonathon Duerig
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bugfix in schema
parent
c6337a0e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
6 deletions
+13
-6
protogeni/rspec/2/ad-common.xsd
protogeni/rspec/2/ad-common.xsd
+12
-5
protogeni/rspec/2/ad.rnc
protogeni/rspec/2/ad.rnc
+1
-1
No files found.
protogeni/rspec/2/ad-common.xsd
View file @
7c806901
...
...
@@ -153,18 +153,25 @@
</xs:complexType>
<xs:complexType
name=
"LinkContents"
>
<xs:choice
minOccurs=
"0"
maxOccurs=
"unbounded"
>
<xs:group
ref=
"rspec:AnyExtension"
/>
<xs:element
ref=
"rspec:property"
/>
<xs:element
ref=
"rspec:link_type"
/>
<xs:element
ref=
"rspec:interface_ref"
/>
<xs:choice>
<xs:group
ref=
"rspec:AnyExtension"
/>
<xs:element
ref=
"rspec:property"
/>
<xs:element
ref=
"rspec:link_type"
/>
<xs:element
ref=
"rspec:interface_ref"
/>
</xs:choice>
<xs:element
ref=
"rspec:component_manager"
/>
</xs:choice>
<xs:attributeGroup
ref=
"rspec:AnyExtension"
/>
<xs:attribute
name=
"component_id"
use=
"required"
/>
<xs:attribute
name=
"component_manager_id"
use=
"required"
/>
<xs:attribute
name=
"component_name"
/>
</xs:complexType>
<xs:element
name=
"property"
type=
"rspec:LinkPropertyContents"
/>
<xs:element
name=
"interface_ref"
type=
"rspec:InterfaceRefContents"
/>
<xs:element
name=
"component_manager"
>
<xs:complexType>
<xs:attribute
name=
"name"
use=
"required"
/>
</xs:complexType>
</xs:element>
<xs:complexType
name=
"InterfaceRefContents"
>
<xs:group
ref=
"rspec:AnyExtension"
/>
<xs:attributeGroup
ref=
"rspec:AnyExtension"
/>
...
...
protogeni/rspec/2/ad.rnc
View file @
7c806901
...
...
@@ -65,7 +65,7 @@ AvailableContents =
LinkContents &=
# Component identifiers
attribute component_id { text } &
attribute
component_manager
_id
{ text } &
element
component_manager
{ attribute name
{ text }
}*
&
attribute component_name { text }?
InterfaceContents &=
...
...
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