diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:AttribOwnerBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:EntityRef | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="GDEReferenceType"> <xsd:annotation> <xsd:documentation> A reference from a GDEInstance to an Occurrence or InstancePath. An entity in a Representation can also be specified. Attributes: type: type of the Reference. occurrenceRef: reference to an Occurrence or InstancePath. pathRefs: a list of Instance elements defining a path through the Structure. pathRefs and occurrenceRef should not both be present. targetRef: reference to a RepresentationEntity. Sub-elements: EntityRef: (deprecated) reference to an Entity in a Representation. This must be a Representation of the 'bottom Structure' of the Occurrence or InstancePath. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:AttribOwnerBase"> <xsd:sequence> <xsd:element ref="plm:EntityRef" minOccurs="0" plm:deprecated="true"/> </xsd:sequence> <xsd:attribute name="type" type="plm:GDERelationshipType" use="optional"/> <xsd:attribute name="occurrenceRef" type="plm:anyURIType" use="optional"/> <xsd:attribute name="targetRef" type="plm:anyURIType" use="optional"/> <xsd:attribute name="pathRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:Instance"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | plm:GDERelationshipType | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:attribute name="type" type="plm:GDERelationshipType" use="optional"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="occurrenceRef" type="plm:anyURIType" use="optional"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="targetRef" type="plm:anyURIType" use="optional"/> |
type | plm:uriReferenceListType | ||
properties |
|
||
source | <xsd:attribute name="pathRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:Instance"/> |