complexType CentreOfMassType
diagram plmxml_diagrams/plmxml_p250.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:PropertyBase
properties
base plm:PropertyBase
children plm:Description plm:ApplicationRef plm:Attribute plm:Bound
used by
element CentreOfMass
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      
ownerRef  plm:anyURIType  optional      
value  plm:VectorType        
annotation
documentation

      This Property gives the Centre of Mass of an object.
     
      Attributes:
     
      value:         The vector position of the Centre Of Mass (in metres).
     
      Elements:
     
      Bound:         The Bound sub-element, if present, gives an error bound
                     on the centre of mass.
     
source <xsd:complexType name="CentreOfMassType">
 
<xsd:annotation>
   
<xsd:documentation>
      This Property gives the Centre of Mass of an object.
     
      Attributes:
     
      value:         The vector position of the Centre Of Mass (in metres).
     
      Elements:
     
      Bound:         The Bound sub-element, if present, gives an error bound
                     on the centre of mass.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:PropertyBase">
     
<xsd:sequence>
       
<xsd:element ref="plm:Bound" minOccurs="0"/>
     
</xsd:sequence>
     
<xsd:attribute name="value" type="plm:VectorType"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute CentreOfMassType/@value
type plm:VectorType
facets
Kind Value Annotation
length 3
source <xsd:attribute name="value" type="plm:VectorType"/>


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