complexType ConfiguredActivityType
diagram plmxml_diagrams/plmxml_p1098.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AssociatedAttachmentType
properties
base plm:AssociatedAttachmentType
children plm:Description plm:ApplicationRef plm:Attribute
used by
element ConfiguredActivity
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      
role  xsd:string        
contextRef  plm:anyURIType        
attachmentRef  plm:anyURIType  required      
childRefs  plm:uriReferenceListType        
roleRef  plm:anyURIType  optional      
predecessorRefs  plm:uriReferenceListType  optional      
annotation
documentation

      This is a derived class of AssociatedAttachment, and represents a Configured
      Activity.
     
      Attributes:
     
      predecessorRefs:            list of predecessor ConfiguredActivity elements
     
source <xsd:complexType name="ConfiguredActivityType">
 
<xsd:annotation>
   
<xsd:documentation>
      This is a derived class of AssociatedAttachment, and represents a Configured
      Activity.
     
      Attributes:
     
      predecessorRefs:            list of predecessor ConfiguredActivity elements
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AssociatedAttachmentType">
     
<xsd:attribute name="predecessorRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:ConfiguredActivity"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute ConfiguredActivityType/@predecessorRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="predecessorRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:ConfiguredActivity"/>


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