Skip to content

Commit

Permalink
update due to triangulateAll.
Browse files Browse the repository at this point in the history
  • Loading branch information
tianyang committed Jun 20, 2014
1 parent a70818e commit c18bc53
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion xmlSchema/emperorInput.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,12 @@
<attribute name="name" type="string"
use="required">
</attribute>
<attribute name="type" type="tns:meshType" use="optional"></attribute>
<attribute name="type" type="tns:meshType"
use="optional">
</attribute>
<attribute name="triangulateAll" type="boolean"
use="optional">
</attribute>
</complexType>
</element>
<element name="signal" maxOccurs="unbounded" minOccurs="0">
Expand Down

0 comments on commit c18bc53

Please sign in to comment.