Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Vcsn
Vaucanson 1
Commits
0be11e74
Commit
0be11e74
authored
May 22, 2012
by
Alexandre Duret-Lutz
Browse files
* data/vaucanson.xsd: Allow any unknown elements in
<geometricData> and any unknown attributes in <drawingData>.
parent
b05f153f
Changes
2
Show whitespace changes
Inline
Side-by-side
ChangeLog
View file @
0be11e74
2012-05-22 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* data/vaucanson.xsd: Allow any unknown elements in
<geometricData> and any unknown attributes in <drawingData>.
2011-11-22 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* configure.ac: Bump version to 1.4a.
...
...
data/vaucanson.xsd
View file @
0be11e74
...
...
@@ -14,11 +14,17 @@ vaucanson.xsd version 0.5
element.
-->
<xs:complexType
name=
"geometryState"
>
<xs:sequence>
<xs:any
processContents=
"skip"
minOccurs=
"0"
maxOccurs=
"unbounded"
/>
</xs:sequence>
<xs:attribute
name=
"x"
type=
"xs:decimal"
/>
<xs:attribute
name=
"y"
type=
"xs:decimal"
/>
</xs:complexType>
<xs:complexType
name=
"geometryTrans"
>
<xs:sequence>
<xs:any
processContents=
"skip"
minOccurs=
"0"
maxOccurs=
"unbounded"
/>
</xs:sequence>
<xs:attribute
name=
"transitionType"
>
<xs:simpleType>
<xs:restriction
base=
"xs:string"
>
...
...
@@ -43,9 +49,13 @@ element.
</xs:simpleType>
</xs:attribute>
<xs:attribute
name=
"labelDist"
type=
"xs:decimal"
/>
<xs:anyAttribute
processContents=
"skip"
/>
</xs:complexType>
<xs:complexType
name=
"geometryInitial"
>
<xs:sequence>
<xs:any
processContents=
"skip"
minOccurs=
"0"
maxOccurs=
"unbounded"
/>
</xs:sequence>
<xs:attribute
name=
"initialDir"
>
<xs:simpleType>
<xs:restriction
base=
"xs:decimal"
>
...
...
@@ -63,9 +73,13 @@ element.
</xs:simpleType>
</xs:attribute>
<xs:attribute
name=
"labelDist"
type=
"xs:decimal"
/>
<xs:anyAttribute
processContents=
"skip"
/>
</xs:complexType>
<xs:complexType
name=
"geometryFinal"
>
<xs:sequence>
<xs:any
processContents=
"skip"
minOccurs=
"0"
maxOccurs=
"unbounded"
/>
</xs:sequence>
<xs:attribute
name=
"finalDir"
>
<xs:simpleType>
<xs:restriction
base=
"xs:decimal"
>
...
...
@@ -90,6 +104,7 @@ element.
</xs:simpleType>
</xs:attribute>
<xs:attribute
name=
"labelDist"
type=
"xs:decimal"
/>
<xs:anyAttribute
processContents=
"skip"
/>
</xs:complexType>
<xs:complexType
name=
"geometryAut"
>
...
...
@@ -104,6 +119,10 @@ element.
This tag has not been specified yet.
-->
<xs:complexType
name=
"drawing"
mixed=
"true"
>
<xs:sequence>
<xs:any
processContents=
"skip"
minOccurs=
"0"
maxOccurs=
"unbounded"
/>
</xs:sequence>
<xs:anyAttribute
processContents=
"skip"
/>
</xs:complexType>
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
...
...
Write
Preview
Supports
Markdown
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