complexType VendorRoleType
diagram plmxml_diagrams/plmxml_p1471.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
children plm:Description plm:ApplicationRef plm:Attribute
used by
element VendorRole
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      
type  plm:OrganisationRoleEnum  optional      
annotation
documentation

      Represents a role and associated information about a vendor revision.

      Attributes:

      type:             The type or role of the vendor revision.
     
source <xsd:complexType name="VendorRoleType">
 
<xsd:annotation>
   
<xsd:documentation>
      Represents a role and associated information about a vendor revision.

      Attributes:

      type:             The type or role of the vendor revision.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:attribute name="type" type="plm:OrganisationRoleEnum" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute VendorRoleType/@type
type plm:OrganisationRoleEnum
properties
use optional
facets
Kind Value Annotation
enumeration supplier
enumeration manufacturer
enumeration distributor
source <xsd:attribute name="type" type="plm:OrganisationRoleEnum" use="optional"/>


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