diagram | |||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||
children | plm:Moniker plm:MonikerGUID plm:MonikerPath | ||||
used by |
|
||||
annotation |
|
||||
source | <xsd:complexType name="MonikerRefType"> <xsd:annotation> <xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">sdkname=MonikerRefSet</xsd:appinfo> <xsd:documentation> A datatype which describes a reference to a single entity or set of entities. The element of this datatype consists of : - Moniker -(at least one) Element describing a single set of moniker attribute values. Note that there may be an entity that has multiple moniker attributes (hence the 'unbounded' facet in the schema).\ OR - MonikerGUID -(only one) Element containing the GUID of all the entities of interest. OR - MonikerPath -(only one) Element containing the moniker path of all the entities of interest. </xsd:documentation> </xsd:annotation> <xsd:choice> <xsd:choice> <xsd:element name="Moniker" type="plm:MonikerDataRefType" maxOccurs="unbounded"/> </xsd:choice> <xsd:choice> <xsd:element name="MonikerGUID" type="plm:MonikerGUIDRefType"/> </xsd:choice> <xsd:choice> <xsd:element name="MonikerPath" type="plm:MonikerPathType"/> </xsd:choice> </xsd:choice> </xsd:complexType> |
diagram | |||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||
type | plm:MonikerDataRefType | ||||||||||||||||||
properties |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xsd:element name="Moniker" type="plm:MonikerDataRefType" maxOccurs="unbounded"/> |
diagram | |||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||
type | plm:MonikerGUIDRefType | ||||||||||||||
properties |
|
||||||||||||||
attributes |
|
||||||||||||||
source | <xsd:element name="MonikerGUID" type="plm:MonikerGUIDRefType"/> |
diagram | |||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||
type | plm:MonikerPathType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="MonikerPath" type="plm:MonikerPathType"/> |