Manifold

A surface.

Complex Type Information

Model

Children: point

Attributes

QName Type Fixed Default Use Inheritable Annotation
name xs:string optional

Used By

Source

<xs:complexType name="Manifold">
  <xs:annotation>
    <xs:documentation>A surface.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="Points"/>
  </xs:complexContent>
</xs:complexType>