complexType MonikerRefType
diagram plmxml_diagrams/plmxml_p1544.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
children plm:Moniker plm:MonikerGUID plm:MonikerPath
used by
elements EntityMonikerRefType/Adjacent EntityMonikerRefType/Target
annotation
appinfo
sdkname=MonikerRefSet
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.
 
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>

element MonikerRefType/Moniker
diagram plmxml_diagrams/plmxml_p1545.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:MonikerDataRefType
properties
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
guidRef  xsd:IDREF  required      
entityId  xsd:integer  required      
source <xsd:element name="Moniker" type="plm:MonikerDataRefType" maxOccurs="unbounded"/>

element MonikerRefType/MonikerGUID
diagram plmxml_diagrams/plmxml_p1546.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:MonikerGUIDRefType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
guidRef  xsd:IDREF  required      
documentation

    The GUIDRef attribute contains the id of the GUID in the GUIDTable.
   
source <xsd:element name="MonikerGUID" type="plm:MonikerGUIDRefType"/>

element MonikerRefType/MonikerPath
diagram plmxml_diagrams/plmxml_p1547.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:MonikerPathType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
path  xsd:string  required      
source <xsd:element name="MonikerPath" type="plm:MonikerPathType"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy