complexType VendorType
diagram plmxml_diagrams/plmxml_p1472.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:StructureBase
properties
base plm:StructureBase
children plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound plm:PropertyGroup
used by
element Vendor
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      
catalogueId  xsd:string  optional      
optionRefs  plm:uriReferenceListType  optional      
propertyRefs  plm:uriReferenceListType  optional      
addressRef  plm:anyURIType  optional      
contactRef  plm:anyURIType  optional      
annotation
documentation

      Represents a vendor.

      Attributes:

      addressRef:       References the Address that holds the address of the
                        vendor's premises and the vendor's web site address,
                        phone number and email address.
      contactRef:       References the Person that holds the name of the contact
                        at the vendor.
     
source <xsd:complexType name="VendorType">
 
<xsd:annotation>
   
<xsd:documentation>
      Represents a vendor.

      Attributes:

      addressRef:       References the Address that holds the address of the
                        vendor's premises and the vendor's web site address,
                        phone number and email address.
      contactRef:       References the Person that holds the name of the contact
                        at the vendor.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:StructureBase">
     
<xsd:attribute name="addressRef" type="plm:anyURIType" use="optional" plm:refType="plm:Address"/>
     
<xsd:attribute name="contactRef" type="plm:anyURIType" use="optional" plm:refType="plm:Person"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute VendorType/@addressRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="addressRef" type="plm:anyURIType" use="optional" plm:refType="plm:Address"/>

attribute VendorType/@contactRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="contactRef" type="plm:anyURIType" use="optional" plm:refType="plm:Person"/>


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