complexType LineItemType
diagram plmxml_diagrams/plmxml_p1436.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:ManagedBase
properties
base plm:ManagedBase
children plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound
used by
elements LineItem BidPackageRevisionType/LineItem
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      
productRef  plm:anyURIType  optional      
quantityRef  plm:anyURIType  optional      
quoteRefs  plm:uriReferenceListType  optional      
annotation
documentation

      Represents an individual line item in a bid package revision.

      Attributes:

      productRef:       References the Product that represents the commercial
                        part for the line item.
      quantityRef:      References the ValueWithUnit that represents the
                        quantity of the line item.
      quoteRefs:        A list of references to the Quote elements for the line
                        item.
     
source <xsd:complexType name="LineItemType">
 
<xsd:annotation>
   
<xsd:documentation>
      Represents an individual line item in a bid package revision.

      Attributes:

      productRef:       References the Product that represents the commercial
                        part for the line item.
      quantityRef:      References the ValueWithUnit that represents the
                        quantity of the line item.
      quoteRefs:        A list of references to the Quote elements for the line
                        item.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:ManagedBase">
     
<xsd:attribute name="productRef" type="plm:anyURIType" use="optional" plm:refType="plm:Product"/>
     
<xsd:attribute name="quantityRef" type="plm:anyURIType" use="optional" plm:refType="plm:ValueWithUnit"/>
     
<xsd:attribute name="quoteRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:Quote"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute LineItemType/@productRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="productRef" type="plm:anyURIType" use="optional" plm:refType="plm:Product"/>

attribute LineItemType/@quantityRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="quantityRef" type="plm:anyURIType" use="optional" plm:refType="plm:ValueWithUnit"/>

attribute LineItemType/@quoteRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="quoteRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:Quote"/>


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