Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type PointCloudSetType
Annotations
The PointCloudSetType represents a container for storing all model point clouds.
Diagram
Diagram Topology_xsd_Complex_Type_PointCloudSetType.tmp#PointCloudSetType_n Topology_xsd_Element_PointCloud.tmp#PointCloud
Used by
Element PointCloudSet
Children PointCloud
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of point clouds in this set.
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd
Attribute PointCloudSetType / @n
Annotations
The required n attribute is the number of point clouds in this set.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type PointCloudSetType
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd