Skip to content

Commit

Permalink
Fixed XML schema and transform to handle newer format changes to FCS
Browse files Browse the repository at this point in the history
  • Loading branch information
jberndt committed Dec 29, 2005
1 parent fbde654 commit f0d74f6
Show file tree
Hide file tree
Showing 2 changed files with 550 additions and 550 deletions.
8 changes: 4 additions & 4 deletions JSBSim.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@
<xs:element name="radius">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:decimal">
<xs:extension base="xs:double">
<xs:attribute name="unit" use="required" type="xs:NCName"/>
</xs:extension>
</xs:simpleContent>
Expand All @@ -932,7 +932,7 @@
<xs:element name="capacity">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:integer">
<xs:extension base="xs:double">
<xs:attribute name="unit" use="required" type="xs:NCName"/>
</xs:extension>
</xs:simpleContent>
Expand All @@ -941,8 +941,8 @@
<xs:element name="contents">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:integer">
<xs:attribute name="unit" use="required" type="xs:NCName"/>
<xs:extension base="xs:double">
<xs:attribute name="unit" use="required" type="xs:string"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
Expand Down
Loading

0 comments on commit f0d74f6

Please sign in to comment.