diagram | |||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:EntityRefBase | ||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:GUIDTable plm:Target plm:Adjacent | ||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="EntityMonikerRefType"> <xsd:annotation> <xsd:documentation> The main datatype for defining a moniker based entity reference. The type consists of : - GUIDTable -(optional) in which to place a the GUIDs that may be referenced by the moniker references themselves. The GUIDs referenced by the individual entries could be in a 'global' document table - not every reference needs to define its own GUID table. - Target -(mandatory) The element which contains the moniker data of the target entity or entities. - Adjacent -(optional) The elements which contain moniker references to entities adjacent to the target entity. These references will assist with the unique identification of target entities when there is ambiguous (ie. duplicate) moniker data. (not implemeneted in first release or prototype). Attribute: - type -(mandatory) Type of the reference - body, face, edge or vertex. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:EntityRefBase"> <xsd:sequence> <xsd:element name="GUIDTable" type="plm:GUIDTableType" minOccurs="0"/> <xsd:element name="Target" type="plm:MonikerRefType"/> <xsd:element name="Adjacent" type="plm:MonikerRefType" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> <xsd:attribute name="type" type="plm:RefEntityType" default="face"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | plm:RefEntityType | |||||||||||||||
properties |
|
|||||||||||||||
facets |
|
|||||||||||||||
source | <xsd:attribute name="type" type="plm:RefEntityType" default="face"/> |
diagram | |||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||
type | plm:GUIDTableType | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:GUID | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xsd:element name="GUIDTable" type="plm:GUIDTableType" minOccurs="0"/> |
diagram | |||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||
type | plm:MonikerRefType | ||
properties |
|
||
children | plm:Moniker plm:MonikerGUID plm:MonikerPath | ||
source | <xsd:element name="Target" type="plm:MonikerRefType"/> |
diagram | |||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||
type | plm:MonikerRefType | ||||||
properties |
|
||||||
children | plm:Moniker plm:MonikerGUID plm:MonikerPath | ||||||
source | <xsd:element name="Adjacent" type="plm:MonikerRefType" minOccurs="0" maxOccurs="unbounded"/> |