<xs:complexType name="PointCloudSetType">
<xs:annotation>
<xs:documentation>The PointCloudSetType represents a container for storing all model point clouds.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element ref="PointCloud" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="n" type="NaturalType" use="required">
<xs:annotation>
<xs:documentation>The required n attribute is the number of point clouds in this set.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |