complexType RepresentedByRelationType
diagram plmxml_diagrams/plmxml_p477.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:GeneralRelationType
properties
base plm:GeneralRelationType
children plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound
used by
element RepresentedByRelation
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
attributeRefs  xsd:IDREFS  optional      
accessRefs  plm:uriReferenceListType  optional      
statusRef  plm:anyURIType  optional      
checkoutRefs  plm:uriReferenceListType  optional      
subType  xsd:string  optional      
effectivityRefs  plm:uriReferenceListType  optional      
releaseStatusRefs  plm:uriReferenceListType  optional      
relatedRefs  plm:uriReferenceListType  optional      
primaryDesign  xsd:boolean    false    
annotation
documentation

      This relation relates a ProductRevision to a corresponding DesignRevision.
     
      Attributes:
     
      primaryDesign: Whether the referenced DesignRevision is the primary.
     
source <xsd:complexType name="RepresentedByRelationType">
 
<xsd:annotation>
   
<xsd:documentation>
      This relation relates a ProductRevision to a corresponding DesignRevision.
     
      Attributes:
     
      primaryDesign: Whether the referenced DesignRevision is the primary.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:GeneralRelationType">
     
<xsd:attribute name="primaryDesign" type="xsd:boolean" default="false"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute RepresentedByRelationType/@primaryDesign
type xsd:boolean
properties
default false
source <xsd:attribute name="primaryDesign" type="xsd:boolean" default="false"/>


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