Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zmap
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ensembl-gh-mirror
zmap
Commits
b0cc4273
Commit
b0cc4273
authored
19 years ago
by
rds
Browse files
Options
Downloads
Patches
Plain Diff
added align, block, sets and add_style action
parent
437b6fe8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/zmapXML/remoteControl.xsd
+13
-6
13 additions, 6 deletions
src/zmapXML/remoteControl.xsd
with
13 additions
and
6 deletions
src/zmapXML/remoteControl.xsd
+
13
−
6
View file @
b0cc4273
...
...
@@ -10,6 +10,7 @@
</xsd:documentation>
</xsd:annotation>
<!-- Annoymous type for the root element -->
<xsd:element
name=
"zmap"
>
<xsd:complexType>
...
...
@@ -18,13 +19,14 @@
<xsd:group
ref=
"FeaturesAndOrListsOf"
/>
<xsd:element
name=
"location"
type=
"LocationType"
/>
<xsd:element
name=
"client"
type=
"ClientInfoType"
/>
<xsd:element
name=
"style"
type=
"StyleType"
/>
</xsd:choice>
</xsd:complexType>
</xsd:element>
<!-- Group to allow top level to have multiple features AND feature elements
N.B. features elements have 1 or more feature elements!
N.B. features
et
elements have 1 or more feature elements!
-->
<xsd:group
id=
"FeaturesAndOrListsOf"
>
<xsd:element
name=
"featureset"
type=
"FeatureListType"
minOccurs=
"0"
maxOccurs=
"unbounded"
/>
...
...
@@ -34,7 +36,7 @@
<!-- The feature type -->
<xsd:complexType
name=
"FeatureType"
>
<xsd:attribute
name=
"name"
type=
"xsd:string"
/>
<!-- b0250.1 -->
<xsd:attribute
name=
"style"
type=
"xsd:string"
/>
<!--
fgenesh
-->
<xsd:attribute
name=
"style"
type=
"xsd:string"
/>
<!--
stylename
-->
<xsd:attribute
name=
"start"
type=
"xsd:decimal"
/>
<!-- 102532 -->
<xsd:attribute
name=
"end"
type=
"xsd:decimal"
/>
<!-- 102600 -->
<xsd:attribute
name=
"strand"
type=
"strandType"
/>
<!-- +, -, . -->
...
...
@@ -43,9 +45,8 @@
<!-- This is flattened to avoid recursion as there
doesn't seem to be a way to limit the depth.
Also there's no need for suid
N.B. THIS IS NOT LIKE A MODIFICATION e.g. phosphorylation
-->
<xsd:element
name=
"
alteration
"
minOccurs=
"0"
maxOccurs=
"1"
>
<xsd:element
name=
"
edit
"
minOccurs=
"0"
maxOccurs=
"1"
>
<xsd:complexType>
<xsd:attribute
name=
"name"
type=
"xsd:string"
/>
<!-- b0250.1 -->
<xsd:attribute
name=
"style"
type=
"xsd:string"
/>
<!-- fgenesh -->
...
...
@@ -61,8 +62,11 @@
This should also be extensible to group homologies... (although VERY verbosely)
-->
<xsd:complexType
name=
"FeatureListType"
>
<xsd:attribute
name=
"suid"
type=
"xsd:string"
/>
<!-- session unique id -->
<xsd:element
name=
"features"
type=
"FeatureType"
minOccurs=
"1"
maxOccurs=
"unbounded"
/>
<xsd:attribute
name=
"suid"
type=
"xsd:string"
/>
<!-- session unique id -->
<xsd:attribute
name=
"align"
type=
"xsd:string"
/>
<!-- align id where the feature is -->
<xsd:attribute
name=
"block"
type=
"xsd:string"
/>
<!-- block id where the feature is -->
<xsd:attribute
name=
"set"
type=
"xsd:string"
/>
<!-- column name in which to display -->
<xsd:element
name=
"features"
type=
"FeatureType"
minOccurs=
"1"
maxOccurs=
"unbounded"
/>
</xsd:complexType>
<!-- A location element with just a start and end -->
...
...
@@ -106,6 +110,9 @@
<xsd:enumeration
value=
"highlight_feature"
/>
<xsd:enumeration
value=
"unhighlight_feature"
/>
<!-- takes a style construct -->
<xsd:enumeration
value=
"add_style"
/>
<!-- takes a client construct -->
<xsd:enumeration
value=
"create_client"
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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