diagram | |||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:AttribOwnerBase | ||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute | ||||||||||||||||||||||||||||||||||||||||||
used by | |||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="PropertyBase" abstract="true"> <xsd:annotation> <xsd:documentation> This is an abstract base class for Properties. A Property will override a similar Property if it attached to an earlier element in the following list: Occurrence, Instance, StructureRevisionView, StructureRevision, Structure. So, for example, a Property on an Instance will override a similar Property on the corresponding StructureRevision. Attributes: ownerRef: The owner of the property. Necessary when the owner is an object in a Representation file, e.g. an XT Face. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:AttribOwnerBase"> <xsd:attribute name="ownerRef" type="plm:anyURIType" use="optional"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="ownerRef" type="plm:anyURIType" use="optional"/> |