complexType PrecedenceConstraintType
diagram plmxml_diagrams/plmxml_p1106.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:ManufacturingConstraintBase
properties
base plm:ManufacturingConstraintBase
children plm:Description plm:ApplicationRef plm:Attribute
used by
element PrecedenceConstraint
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      
implicit  xsd:boolean    false    
predecessorRef  plm:anyURIType  optional      
successorRef  plm:anyURIType  optional      
annotation
documentation

      Precedence constraint.

      Attributes:

      implicit:         Whether the PrecedenceConstraint is real (false) or was
                        just calculated when exported (true).
      predecessorRef:   References the predecessor ProcessOccurrence.
      successorRef:     References the successor ProcessOccurrence.
     
source <xsd:complexType name="PrecedenceConstraintType">
 
<xsd:annotation>
   
<xsd:documentation>
      Precedence constraint.

      Attributes:

      implicit:         Whether the PrecedenceConstraint is real (false) or was
                        just calculated when exported (true).
      predecessorRef:   References the predecessor ProcessOccurrence.
      successorRef:     References the successor ProcessOccurrence.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:ManufacturingConstraintBase">
     
<xsd:attribute name="implicit" type="xsd:boolean" default="false"/>
     
<xsd:attribute name="predecessorRef" type="plm:anyURIType" use="optional" plm:refType="plm:ProcessOccurrence"/>
     
<xsd:attribute name="successorRef" type="plm:anyURIType" use="optional" plm:refType="plm:ProcessOccurrence"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

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

attribute PrecedenceConstraintType/@predecessorRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="predecessorRef" type="plm:anyURIType" use="optional" plm:refType="plm:ProcessOccurrence"/>

attribute PrecedenceConstraintType/@successorRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="successorRef" type="plm:anyURIType" use="optional" plm:refType="plm:ProcessOccurrence"/>


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