complexType SurfaceBase
diagram plmxml_diagrams/plmxml_p516.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:GeometryBase
properties
base plm:GeometryBase
abstract true
children plm:Description plm:ApplicationRef plm:Attribute plm:PropertyGroup plm:SamplePoints
used by
element Surface
complexTypes BSplineSurfaceType SurfacePositionBase
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      
entityRef  plm:anyURIType  optional      
propertyRefs  plm:uriReferenceListType  optional      
startU  xsd:double  optional      
endU  xsd:double  optional      
startV  xsd:double  optional      
endV  xsd:double  optional      
annotation
documentation

      Base class for elements representing a u-v-parametrised surface in 3-space.
     
      Attributes:
     
      startU:        lowest U value
      endU:          highest U value
      startV:        lowest V value
      endV:          highest V value
     
      Elements:
     
      SamplePoints:  optional coordinates of a set of points on the surface
     
source <xsd:complexType name="SurfaceBase" abstract="true">
 
<xsd:annotation>
   
<xsd:documentation>
      Base class for elements representing a u-v-parametrised surface in 3-space.
     
      Attributes:
     
      startU:        lowest U value
      endU:          highest U value
      startV:        lowest V value
      endV:          highest V value
     
      Elements:
     
      SamplePoints:  optional coordinates of a set of points on the surface
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:GeometryBase">
     
<xsd:sequence>
       
<xsd:element name="SamplePoints" type="plm:SamplePointsType" minOccurs="0"/>
     
</xsd:sequence>
     
<xsd:attribute name="startU" type="xsd:double" use="optional"/>
     
<xsd:attribute name="endU" type="xsd:double" use="optional"/>
     
<xsd:attribute name="startV" type="xsd:double" use="optional"/>
     
<xsd:attribute name="endV" type="xsd:double" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute SurfaceBase/@startU
type xsd:double
properties
use optional
source <xsd:attribute name="startU" type="xsd:double" use="optional"/>

attribute SurfaceBase/@endU
type xsd:double
properties
use optional
source <xsd:attribute name="endU" type="xsd:double" use="optional"/>

attribute SurfaceBase/@startV
type xsd:double
properties
use optional
source <xsd:attribute name="startV" type="xsd:double" use="optional"/>

attribute SurfaceBase/@endV
type xsd:double
properties
use optional
source <xsd:attribute name="endV" type="xsd:double" use="optional"/>

element SurfaceBase/SamplePoints
diagram plmxml_diagrams/plmxml_p517.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:SamplePointsType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
tolerance  xsd:double        
source <xsd:element name="SamplePoints" type="plm:SamplePointsType" minOccurs="0"/>


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