complexType BidPackageRevisionType
diagram plmxml_diagrams/plmxml_p1399.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:StructureRevisionBase
properties
base plm:StructureRevisionBase
children plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound plm:VariantDefault plm:VariantRuleCheck plm:PropertyGroup plm:LineItem
used by
element BidPackageRevision
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      
revision  xsd:string  required      
version  xsd:nonNegativeInteger  optional      
masterRef  plm:anyURIType  required      
optionRefs  plm:uriReferenceListType  optional      
instanceRefs  plm:uriReferenceListType  optional      
gdeInstanceRefs  plm:uriReferenceListType  optional      
simplifiedRepRefs  plm:uriReferenceListType  optional      
propertyRefs  plm:uriReferenceListType  optional      
requiredDate  xsd:date  optional      
purpose  xsd:string  optional      
annotation
documentation

      Represents a revision of a bid package.

      Attributes:

      requiredDate:     The required date of the bid package revision.
      purpose:          The purpose of the bid package revision.

      Sub-elements:

      LineItem:         The individual line items in the bid package revision.
     
source <xsd:complexType name="BidPackageRevisionType">
 
<xsd:annotation>
   
<xsd:documentation>
      Represents a revision of a bid package.

      Attributes:

      requiredDate:     The required date of the bid package revision.
      purpose:          The purpose of the bid package revision.

      Sub-elements:

      LineItem:         The individual line items in the bid package revision.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:StructureRevisionBase">
     
<xsd:choice minOccurs="0" maxOccurs="unbounded">
       
<xsd:element name="LineItem" type="plm:LineItemType"/>
     
</xsd:choice>
     
<xsd:attribute name="requiredDate" type="xsd:date" use="optional"/>
     
<xsd:attribute name="purpose" type="xsd:string" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute BidPackageRevisionType/@requiredDate
type xsd:date
properties
use optional
source <xsd:attribute name="requiredDate" type="xsd:date" use="optional"/>

attribute BidPackageRevisionType/@purpose
type xsd:string
properties
use optional
source <xsd:attribute name="purpose" type="xsd:string" use="optional"/>

element BidPackageRevisionType/LineItem
diagram plmxml_diagrams/plmxml_p1400.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:LineItemType
properties
content complex
children plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound
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      
source <xsd:element name="LineItem" type="plm:LineItemType"/>


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