diagram | |||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xsd:complexType name="MonikerGUIDRefType"> <xsd:annotation> <xsd:documentation> This datatype just contains the id of the GUID which describes all the entities of interest. The GUIDRef attribute contains the id of the GUID in the GUIDTable. By specifying just a GUID for a moniker means the reference is specifiying all the entities that are associated with that GUID. </xsd:documentation> </xsd:annotation> <xsd:attribute name="guidRef" type="xsd:IDREF" use="required"> <xsd:annotation> <xsd:documentation> The GUIDRef attribute contains the id of the GUID in the GUIDTable. </xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> |
type | xsd:IDREF | ||
properties |
|
||
annotation |
|
||
source | <xsd:attribute name="guidRef" type="xsd:IDREF" use="required"> <xsd:annotation> <xsd:documentation> The GUIDRef attribute contains the id of the GUID in the GUIDTable. </xsd:documentation> </xsd:annotation> </xsd:attribute> |