diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:GeneralRelationType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="preferredStatus" type="xsd:string" use="optional"/> |