complexType WorkCardType
diagram plmxml_diagrams/plmxml_p1329.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:OperationType
properties
base plm:OperationType
children plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound plm:PropertyGroup
used by
element WorkCard
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      
catalogueId  xsd:string  optional      
optionRefs  plm:uriReferenceListType  optional      
propertyRefs  plm:uriReferenceListType  optional      
rebase  xsd:boolean    false    
annotation
documentation

      A WorkCard defines how to accomplish a ServiceRequirement, holds
      information about the tasks, effort estimates and cost estimates,
      resources required to perform the tasks.

      Attributes:

      catalogueId:      Inherited from OperationType. Unique identifier of the
                        Work Card.
      rebase:           This is TRUE if the WorkCard represents the process of
                        upgrading a physical product to a new neutral
                        configuration standard.
     
source <xsd:complexType name="WorkCardType">
 
<xsd:annotation>
   
<xsd:documentation>
      A WorkCard defines how to accomplish a ServiceRequirement, holds
      information about the tasks, effort estimates and cost estimates,
      resources required to perform the tasks.

      Attributes:

      catalogueId:      Inherited from OperationType. Unique identifier of the
                        Work Card.
      rebase:           This is TRUE if the WorkCard represents the process of
                        upgrading a physical product to a new neutral
                        configuration standard.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:OperationType">
     
<xsd:attribute name="rebase" type="xsd:boolean" default="false"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute WorkCardType/@rebase
type xsd:boolean
properties
default false
source <xsd:attribute name="rebase" type="xsd:boolean" default="false"/>


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