Skip to content

Commit

Permalink
Remove plane attribute of simple cylinder geometry
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurpanik committed Jun 22, 2023
1 parent 0acfccf commit 9d48b4b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions xsd/gldf.xsd
Expand Up @@ -2203,18 +2203,6 @@ Note: These types are used in IES photometry files</xs:documentation>
</xs:simpleType>
</xs:element>
</xs:sequence>
<xs:attribute name="plane" use="required">
<xs:annotation>
<xs:documentation>Direction axis of the cylinder in the coordinate system. Possible values: X|Y|Z</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="X"/>
<xs:enumeration value="Y"/>
<xs:enumeration value="Z"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:choice>
Expand Down

0 comments on commit 9d48b4b

Please sign in to comment.