diagram | |||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:DescriptionBase | ||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef | ||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||
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> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="contextRef" type="plm:anyURIType" use="optional"/> |
type | plm:RefSelectType | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xsd:attribute name="select" type="plm:RefSelectType" default="single"/> |