Skip to content

Commit

Permalink
Fix validation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
misdoro committed Jun 14, 2012
1 parent 2477405 commit afb6fff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions radiative.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -355,13 +355,13 @@
<xs:complexContent>
<xs:extension base="DataType">
<xs:sequence>
<xs:element name="AirToVacuum" type="dataType" minOccurs="0" maxOccurs="1">
<xs:element name="AirToVacuum" type="DataType" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation></xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="envRef" type="envRefType"/>
<xs:attribute name="envRef" type="EnvironmentRefType"/>
<xs:attribute name="vacuum" type="xs:boolean" default="true"/>
</xs:extension>
</xs:complexContent>
Expand Down

0 comments on commit afb6fff

Please sign in to comment.