complexType EntityBase
diagram plmxml_diagrams/plmxml_p311.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 Entity
complexTypes ConstructionGeometryType GeometryBase GeometryCompositionType ReferencePointType
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      
annotation
documentation

      Base class for elements which reference an external entity such as a
      face in an XT file.
     
      Attributes:
     
      entityRef:     reference to external entity.
     
appinfo
sdkname=EntityObject
source <xsd:complexType name="EntityBase" abstract="true">
 
<xsd:annotation>
   
<xsd:documentation>
      Base class for elements which reference an external entity such as a
      face in an XT file.
     
      Attributes:
     
      entityRef:     reference to external entity.
     
</xsd:documentation>
   
<xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">sdkname=EntityObject</xsd:appinfo>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:attribute name="entityRef" type="plm:anyURIType" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

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


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