diagram | |||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xsd:complexType name="MonikerDataRefType"> <xsd:annotation> <xsd:documentation> This datatype describes a single item of moniker data (ie. a moniker entity id and GUID index). The GUIDRef attribute contains the id of the GUID in the GUIDTable and the EntityId attribute is the value of the entity id held within the moniker attribute on the target body. </xsd:documentation> </xsd:annotation> <xsd:attribute name="guidRef" type="xsd:IDREF" use="required"/> <xsd:attribute name="entityId" type="xsd:integer" use="required"/> </xsd:complexType> |
type | xsd:IDREF | ||
properties |
|
||
source | <xsd:attribute name="guidRef" type="xsd:IDREF" use="required"/> |
type | xsd:integer | ||
properties |
|
||
source | <xsd:attribute name="entityId" type="xsd:integer" use="required"/> |