complexType VendorPartRelationType
diagram plmxml_diagrams/plmxml_p1469.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 VendorPartRelation
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      
preferredStatus  xsd:string  optional      
annotation
documentation

      Relates a commercial part to a vendor part.

      Attributes:

      preferredStatus:  Whether the Product representing the vendor part
                        referenced by the second reference in the inherited
                        relatedRefs attribute is the preferred solution for the
                        commercial part referenced by the first reference in
                        relatedRefs. preferredStatus can take values like
                        "preferred" or "backup". The preferred status of the
                        Vendor is indicated by the vendorRef attribute on the
                        Product representing the vendor part.
     
source <xsd:complexType name="VendorPartRelationType">
 
<xsd:annotation>
   
<xsd:documentation>
      Relates a commercial part to a vendor part.

      Attributes:

      preferredStatus:  Whether the Product representing the vendor part
                        referenced by the second reference in the inherited
                        relatedRefs attribute is the preferred solution for the
                        commercial part referenced by the first reference in
                        relatedRefs. preferredStatus can take values like
                        "preferred" or "backup". The preferred status of the
                        Vendor is indicated by the vendorRef attribute on the
                        Product representing the vendor part.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:GeneralRelationType">
     
<xsd:attribute name="preferredStatus" type="xsd:string" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute VendorPartRelationType/@preferredStatus
type xsd:string
properties
use optional
source <xsd:attribute name="preferredStatus" type="xsd:string" use="optional"/>


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