Skip to content

Commit

Permalink
Particle name is mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
misdoro committed Jun 14, 2012
1 parent 9ef9e53 commit 20c0ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statesParticles.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</xs:element>
</xs:sequence>
<xs:attribute name="speciesID" type="SpeciesIDType" use="required"/>
<xs:attribute name="name" type="ParticleNameType"/>
<xs:attribute name="name" type="ParticleNameType" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Expand Down

0 comments on commit 20c0ee6

Please sign in to comment.