complexType MonikerDataRefType
diagram plmxml_diagrams/plmxml_p1541.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
used by
element MonikerRefType/Moniker
attributes
Name  Type  Use  Default  Fixed  Annotation
guidRef  xsd:IDREF  required      
entityId  xsd:integer  required      
annotation
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.
 
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>

attribute MonikerDataRefType/@guidRef
type xsd:IDREF
properties
use required
source <xsd:attribute name="guidRef" type="xsd:IDREF" use="required"/>

attribute MonikerDataRefType/@entityId
type xsd:integer
properties
use required
source <xsd:attribute name="entityId" type="xsd:integer" use="required"/>


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