diagram | |||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:AttribOwnerBase | ||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:Property | ||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="EntityPropertyGroupType"> <xsd:annotation> <xsd:documentation> This is a group of Properties which apply to a specified set of RepresentationEntities. Attributes: entityRefs: reference to RepresentationEntity elements Elements: Property Properties of the referenced entities. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:AttribOwnerBase"> <xsd:sequence> <xsd:element ref="plm:Property" maxOccurs="unbounded"/> </xsd:sequence> <xsd:attribute name="entityRefs" type="plm:uriReferenceListType"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | plm:uriReferenceListType |
source | <xsd:attribute name="entityRefs" type="plm:uriReferenceListType"/> |