complexType MROActivityType
diagram plmxml_diagrams/plmxml_p1270.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:ActivityType
properties
base plm:ActivityType
children plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound
used by
element MROActivity
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      
type  xsd:string        
activityRefs  plm:uriReferenceListType        
predecessorRefs  plm:uriReferenceListType        
startTime  xsd:double  optional      
calcStartTime  xsd:double  optional      
duration  xsd:double  optional      
calcDuration  xsd:double  optional      
calcMinStartTime  xsd:double  optional      
executionType  plm:ExecutionEnum  optional      
warningRefs  plm:uriReferenceListType  optional      
characteristicDefinitionRefs  plm:uriReferenceListType  optional      
annotation
documentation

      An Activity is a component of an OperationRevision. An OperationRevision
      contains a tree of Activities.

      Attributes:

      executionType:    Represents the type of assignment. It can take one of
                        these values: perform, signOff, other.
      warningRefs:      A list of references to the warnings associated with the
                        Activity.
      characteristicDefinitionRefs: A list of references to the related
                        CharacteristicDefinitions.
     
source <xsd:complexType name="MROActivityType">
 
<xsd:annotation>
   
<xsd:documentation>
      An Activity is a component of an OperationRevision. An OperationRevision
      contains a tree of Activities.

      Attributes:

      executionType:    Represents the type of assignment. It can take one of
                        these values: perform, signOff, other.
      warningRefs:      A list of references to the warnings associated with the
                        Activity.
      characteristicDefinitionRefs: A list of references to the related
                        CharacteristicDefinitions.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:ActivityType">
     
<xsd:attribute name="executionType" type="plm:ExecutionEnum" use="optional"/>
     
<xsd:attribute name="warningRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:Warning"/>
     
<xsd:attribute name="characteristicDefinitionRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:CharacteristicDefinition"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute MROActivityType/@executionType
type plm:ExecutionEnum
properties
use optional
facets
Kind Value Annotation
enumeration perform
enumeration signOff
enumeration other
source <xsd:attribute name="executionType" type="plm:ExecutionEnum" use="optional"/>

attribute MROActivityType/@warningRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="warningRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:Warning"/>

attribute MROActivityType/@characteristicDefinitionRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="characteristicDefinitionRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:CharacteristicDefinition"/>


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