complexType LineItemConfigurationContextType
diagram plmxml_diagrams/plmxml_p1435.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:ConfigurationContextType
properties
base plm:ConfigurationContextType
children plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound
used by
element LineItemConfigurationContext
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      
configId  xsd:string  required      
viewRef  plm:anyURIType  optional      
annotation
documentation

      Represents configuration context for a line item.

      Attributes:

      viewRef:          References the View used to configure the line item.
     
source <xsd:complexType name="LineItemConfigurationContextType">
 
<xsd:annotation>
   
<xsd:documentation>
      Represents configuration context for a line item.

      Attributes:

      viewRef:          References the View used to configure the line item.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:ConfigurationContextType">
     
<xsd:attribute name="viewRef" type="plm:anyURIType" use="optional" plm:refType="plm:View"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute LineItemConfigurationContextType/@viewRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="viewRef" type="plm:anyURIType" use="optional" plm:refType="plm:View"/>


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