complexType PropertyBase
diagram plmxml_diagrams/plmxml_p466.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
abstract true
children plm:Description plm:ApplicationRef plm:Attribute
used by
element Property
complexTypes BendRadiusType CentreOfMassType ColourType CompatibleWireSizeType CoordinateExtentType CoordinateSystemDisplayType CopyrightType CrossSectionalAreaType DefaultSortOrderType DensityType DisplayPreferencesType GeometrySetType GravityType InertiaType InitialVelocityType JointAccelerationLimitType JointLimitsType JointVelocityLimitType LayerType LengthPropertyType LineDisplayType MassPropertyType MaterialSpecificationType MaterialThicknessType ModulusOfElasticityType OutsideDiameterType PointDisplayType PoissonsRatioType RatedCurrentType RatedPowerType RatedVoltageType SpecificHeatCapacityType SuppressionType SurfaceAreaType TemperatureType ThermalConductivityType ThermalExpansionCoefficientType TranslucencyType UltimateElongationType UltimateStressType VisibilityType VolumeType WireGaugeType YieldStressType
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      
annotation
documentation

      This is an abstract base class for Properties. A Property will override a similar
      Property if it attached to an earlier element in the following list:
      Occurrence, Instance, StructureRevisionView, StructureRevision, Structure. So, for
      example, a Property on an Instance will override a similar Property on the
      corresponding StructureRevision.
     
      Attributes:
     
      ownerRef:        The owner of the property. Necessary when the owner is an object
                       in a Representation file, e.g. an XT Face.
     
source <xsd:complexType name="PropertyBase" abstract="true">
 
<xsd:annotation>
   
<xsd:documentation>
      This is an abstract base class for Properties. A Property will override a similar
      Property if it attached to an earlier element in the following list:
      Occurrence, Instance, StructureRevisionView, StructureRevision, Structure. So, for
      example, a Property on an Instance will override a similar Property on the
      corresponding StructureRevision.
     
      Attributes:
     
      ownerRef:        The owner of the property. Necessary when the owner is an object
                       in a Representation file, e.g. an XT Face.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:attribute name="ownerRef" type="plm:anyURIType" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute PropertyBase/@ownerRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="ownerRef" type="plm:anyURIType" use="optional"/>


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