<xs:element name="Plane" type="PlaneType"><xs:annotation><xs:documentation>The Plane element is the plane definition.</xs:documentation></xs:annotation></xs:element>
The optional size attribute defines a recommended size for visualization of an infinite drawable element such as plane, cylinder, axis, etc., or objects without explicit geometric parameters (e.g. coordinate system).
The optional transparency attribute defines the transparency property of a model entity.
Source
<xs:complexType name="AuxiliaryPlaneBaseType" abstract="true"><xs:annotation><xs:documentation>The AuxiliaryPlaneBaseType is the abstract base type for all auxiliary plane types.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="AuxiliaryBaseType"><xs:sequence><xs:element name="Plane" type="PlaneType"><xs:annotation><xs:documentation>The Plane element is the plane definition.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>