complexType PropertiesBase
diagram plmxml_diagrams/plmxml_p462.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 plm:BoxBound plm:SphereBound plm:Bound
used by
element Properties
complexTypes CompoundRepType InstanceGraphType ManagedBase RepresentationType
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      
annotation
documentation

      Base class for elements which may contain 3D bounds.
     
      Elements:
     
      BoxBound:      legacy, use Bound in preference
      SphereBound:   legacy, use Bound in preference
      Bound:         3D bound
     
appinfo
sdkname=Entity3D
source <xsd:complexType name="PropertiesBase" abstract="true">
 
<xsd:annotation>
   
<xsd:documentation>
      Base class for elements which may contain 3D bounds.
     
      Elements:
     
      BoxBound:      legacy, use Bound in preference
      SphereBound:   legacy, use Bound in preference
      Bound:         3D bound
     
</xsd:documentation>
   
<xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">sdkname=Entity3D</xsd:appinfo>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:sequence>
       
<xsd:element name="BoxBound" type="plm:BoxBoundType" minOccurs="0">
         
<xsd:annotation>
           
<xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">output=ignore</xsd:appinfo>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="SphereBound" type="plm:SphereBoundType" minOccurs="0">
         
<xsd:annotation>
           
<xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">output=ignore</xsd:appinfo>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="Bound" type="plm:BoundType" minOccurs="0" maxOccurs="unbounded"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element PropertiesBase/BoxBound
diagram plmxml_diagrams/plmxml_p463.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:BoxBoundType
properties
minOcc 0
maxOcc 1
content complex
children plm:LowCorner plm:HighCorner
annotation
appinfo
output=ignore
source <xsd:element name="BoxBound" type="plm:BoxBoundType" minOccurs="0">
 
<xsd:annotation>
   
<xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">output=ignore</xsd:appinfo>
 
</xsd:annotation>
</xsd:element>

element PropertiesBase/SphereBound
diagram plmxml_diagrams/plmxml_p464.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:SphereBoundType
properties
minOcc 0
maxOcc 1
content complex
children plm:Radius plm:Centre
annotation
appinfo
output=ignore
source <xsd:element name="SphereBound" type="plm:SphereBoundType" minOccurs="0">
 
<xsd:annotation>
   
<xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">output=ignore</xsd:appinfo>
 
</xsd:annotation>
</xsd:element>

element PropertiesBase/Bound
diagram plmxml_diagrams/plmxml_p465.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:BoundType
properties
minOcc 0
maxOcc unbounded
content complex
children plm:Description plm:ApplicationRef plm:Attribute plm:Transform plm:Bound
used by
complexTypes BoundType CentreOfMassType
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      
transformRef  xsd:IDREF  optional      
type  plm:BoundingType    box    
values  plm:DoubleListType  optional      
source <xsd:element name="Bound" type="plm:BoundType" minOccurs="0" maxOccurs="unbounded"/>


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