diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:ManagedBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="productRef" type="plm:anyURIType" use="optional" plm:refType="plm:Product"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="quantityRef" type="plm:anyURIType" use="optional" plm:refType="plm:ValueWithUnit"/> |
type | plm:uriReferenceListType | ||
properties |
|
||
source | <xsd:attribute name="quoteRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:Quote"/> |