complexType EntityRefBase
diagram plmxml_diagrams/plmxml_p314.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:DescriptionBase
properties
base plm:DescriptionBase
abstract true
children plm:Description plm:ApplicationRef
used by
element EntityRef
complexTypes AttributeRefType EntityMonikerRefType GUIDRefType LocatorRefType
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
contextRef  plm:anyURIType  optional      
select  plm:RefSelectType    single    
annotation
documentation

      Base class for defining a reference to an entity. All entity
      reference elements should be based on this type and defined
      as a substitution class for EntityRef.
 
      Attributes:
     
      select:     Type of the reference - single or multiple. 
      contextRef: Context for the reference
     
source <xsd:complexType name="EntityRefBase" abstract="true">
 
<xsd:annotation>
   
<xsd:documentation>
      Base class for defining a reference to an entity. All entity
      reference elements should be based on this type and defined
      as a substitution class for EntityRef.
 
      Attributes:
     
      select:     Type of the reference - single or multiple. 
      contextRef: Context for the reference
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:DescriptionBase">
     
<xsd:attribute name="contextRef" type="plm:anyURIType" use="optional"/>
     
<xsd:attribute name="select" type="plm:RefSelectType" default="single"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

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

attribute EntityRefBase/@select
type plm:RefSelectType
properties
default single
facets
Kind Value Annotation
enumeration single
enumeration multiple
source <xsd:attribute name="select" type="plm:RefSelectType" default="single"/>


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