diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:ManufacturingConstraintBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="implicit" type="xsd:boolean" default="false"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="predecessorRef" type="plm:anyURIType" use="optional" plm:refType="plm:ProcessOccurrence"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="successorRef" type="plm:anyURIType" use="optional" plm:refType="plm:ProcessOccurrence"/> |