complexType GravityType
diagram plmxml_diagrams/plmxml_p887.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:PropertyBase
properties
base plm:PropertyBase
children plm:Description plm:ApplicationRef plm:Attribute
used by
element Gravity
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    0.0 0.0 0.0    
annotation
documentation

              The acceleration due to a gravitational field.

              Attribute:

              value:        The vector value of the acceleration due to the gravitational field in SI
                            units, currently metres per second per second. The default is 0.0, 0.0, 0.0.
         
source <xsd:complexType name="GravityType">
 
<xsd:annotation>
   
<xsd:documentation>
              The acceleration due to a gravitational field.

              Attribute:

              value:        The vector value of the acceleration due to the gravitational field in SI
                            units, currently metres per second per second. The default is 0.0, 0.0, 0.0.
         
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:PropertyBase">
     
<xsd:attribute name="value" type="plm:VectorType" default="0.0 0.0 0.0"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

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


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