<xs:element name="Validation" type="ValidationFaceType" minOccurs="0"><xs:annotation><xs:documentation>The optional Validation element is a set of face validation properties.</xs:documentation></xs:annotation></xs:element>
The FaceBaseType is the abstract base type for faces. A face represents a bounded portion of a geometric surface which can be defined as a parametric surface or a mesh surface.
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 turned attribute shows if the face orientation must be reversed from the orientation of the underlying surface. If the value is true, the face orientation must be opposite the surface orientation. If the value is false, the two orientations must be the same.
Source
<xs:complexType name="FaceBaseType" abstract="true"><xs:annotation><xs:documentation>The FaceBaseType is the abstract base type for faces. A face represents a bounded portion of a geometric surface which can be defined as a parametric surface or a mesh surface.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="TopologyBaseType"><xs:sequence><xs:element name="Validation" type="ValidationFaceType" minOccurs="0"><xs:annotation><xs:documentation>The optional Validation element is a set of face validation properties.</xs:documentation></xs:annotation></xs:element></xs:sequence><xs:attribute name="turned" type="xs:boolean" default="0"><xs:annotation><xs:documentation>The optional turned attribute shows if the face orientation must be reversed from the orientation of the underlying surface. If the value is true, the face orientation must be opposite the surface orientation. If the value is false, the two orientations must be the same.</xs:documentation></xs:annotation></xs:attribute></xs:extension></xs:complexContent></xs:complexType>
The optional turned attribute shows if the face orientation must be reversed from the orientation of the underlying surface. If the value is true, the face orientation must be opposite the surface orientation. If the value is false, the two orientations must be the same.
<xs:attribute name="turned" type="xs:boolean" default="0"><xs:annotation><xs:documentation>The optional turned attribute shows if the face orientation must be reversed from the orientation of the underlying surface. If the value is true, the face orientation must be opposite the surface orientation. If the value is false, the two orientations must be the same.</xs:documentation></xs:annotation></xs:attribute>