complexType MonikerPathType
diagram plmxml_diagrams/plmxml_p1543.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
used by
element MonikerRefType/MonikerPath
attributes
Name  Type  Use  Default  Fixed  Annotation
path  xsd:string  required      
annotation
documentation

  This datatype just contains a string which represents the
  moniker path of the entity/entities. This equivalent to the
  string used within the context of the SE public API.
  This functionality should eventually be used by all EDS PLM
  applications.
 
source <xsd:complexType name="MonikerPathType">
 
<xsd:annotation>
   
<xsd:documentation>
  This datatype just contains a string which represents the
  moniker path of the entity/entities. This equivalent to the
  string used within the context of the SE public API.
  This functionality should eventually be used by all EDS PLM
  applications.
 
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:attribute name="path" type="xsd:string" use="required"/>
</xsd:complexType>

attribute MonikerPathType/@path
type xsd:string
properties
use required
source <xsd:attribute name="path" type="xsd:string" use="required"/>


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