complexType PointCloudType
diagram plmxml_diagrams/plmxml_p442.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:InternalRepBase
properties
base plm:InternalRepBase
children plm:Description plm:ApplicationRef plm:Attribute plm:P
used by
element PointCloud
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
attributeRefs  xsd:IDREFS  optional      
cloudRefs  plm:uriReferenceListType        
annotation
documentation

      A set of points.

      Attributes:

      cloudRefs:        References other point clouds contained in this point
                        cloud.

      Sub-elements:

      P:                The co-ordinates of the point.
     
source <xsd:complexType name="PointCloudType">
 
<xsd:annotation>
   
<xsd:documentation>
      A set of points.

      Attributes:

      cloudRefs:        References other point clouds contained in this point
                        cloud.

      Sub-elements:

      P:                The co-ordinates of the point.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:InternalRepBase">
     
<xsd:sequence>
       
<xsd:element name="P" type="plm:VectorFieldType" minOccurs="0" maxOccurs="unbounded"/>
     
</xsd:sequence>
     
<xsd:attribute name="cloudRefs" type="plm:uriReferenceListType" plm:refType="plm:PointCloud"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute PointCloudType/@cloudRefs
type plm:uriReferenceListType
source <xsd:attribute name="cloudRefs" type="plm:uriReferenceListType" plm:refType="plm:PointCloud"/>

element PointCloudType/P
diagram plmxml_diagrams/plmxml_p443.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:VectorFieldType
properties
minOcc 0
maxOcc unbounded
content simple
facets
Kind Value Annotation
length 3
source <xsd:element name="P" type="plm:VectorFieldType" minOccurs="0" maxOccurs="unbounded"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy