complexType RequestedLotRelationType
diagram plmxml_diagrams/plmxml_p1308.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:GeneralRelationType
properties
base plm:GeneralRelationType
children plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound
used by
element RequestedLotRelation
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      
relatedRefs  plm:uriReferenceListType  optional      
issuedQuantity  xsd:float  optional      
reservedQuantity  xsd:float  optional      
turnInQuantity  xsd:float  optional      
annotation
documentation

      This relation relates a ProductRequest to a Lot. The references in the
      inherited relatedRefs attribute must be in that order.

      Attributes:

      issuedQuantity:   The issued quantity from lot.
      reservedQuantity: The reserved quantity from lot.
      turnInQuantity:   The turned-in quantity from lot.
     
source <xsd:complexType name="RequestedLotRelationType">
 
<xsd:annotation>
   
<xsd:documentation>
      This relation relates a ProductRequest to a Lot. The references in the
      inherited relatedRefs attribute must be in that order.

      Attributes:

      issuedQuantity:   The issued quantity from lot.
      reservedQuantity: The reserved quantity from lot.
      turnInQuantity:   The turned-in quantity from lot.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:GeneralRelationType">
     
<xsd:attribute name="issuedQuantity" type="xsd:float" use="optional"/>
     
<xsd:attribute name="reservedQuantity" type="xsd:float" use="optional"/>
     
<xsd:attribute name="turnInQuantity" type="xsd:float" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute RequestedLotRelationType/@issuedQuantity
type xsd:float
properties
use optional
source <xsd:attribute name="issuedQuantity" type="xsd:float" use="optional"/>

attribute RequestedLotRelationType/@reservedQuantity
type xsd:float
properties
use optional
source <xsd:attribute name="reservedQuantity" type="xsd:float" use="optional"/>

attribute RequestedLotRelationType/@turnInQuantity
type xsd:float
properties
use optional
source <xsd:attribute name="turnInQuantity" type="xsd:float" use="optional"/>


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