diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:ConfigurationViewType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:AssociatedAttachment plm:Occurrence plm:ConfiguredOccurrenceGroup plm:Transform plm:LogicalAssignment plm:ManufacturingConstraint | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="ProcessViewType"> <xsd:annotation> <xsd:documentation> ProcessView. This is a collection of Occurrences. Attributes: definition: how the ProcessView is defined. usage: This optional attribute specifies the intent of the ProcessView. rootRefs: specifies the root Occurrences, i.e. those which are not children of other Occurrences in this ProcessView. primaryOccurrenceRef: (deprecated). Used when there is only one root Occurrence. SubElements: Occurrence: Occurrences in the ProcessView. ConfiguredOccurrenceGroup: ConfiguredOccurrenceGroups in the ProcessView Transform: Transforms which may be referenced by the Occurrences. LogicalAssignment: ProductLogicalAssignments or ToolRequirements in the ProcessView. ManufacturingConstraint: PrecedenceConstraints in the ProcessView. </xsd:documentation> <!-- The elements inside the appinfo are not part of the actual schema, but are processed by the CodeGenerator, and so appear in the PLM XML SDK run-time model and API. --> <xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">AdditionalElements= http://www.plmxml.org/Schemas/PLMXMLSchema:ConfiguredActivity ConfiguredActivity </xsd:appinfo> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:ConfigurationViewType"> <xsd:choice minOccurs="0" maxOccurs="unbounded"> <xsd:element ref="plm:Occurrence"/> <xsd:element ref="plm:ConfiguredOccurrenceGroup"/> <xsd:element ref="plm:Transform"/> <xsd:element ref="plm:LogicalAssignment"/> <xsd:element ref="plm:ManufacturingConstraint"/> </xsd:choice> <xsd:attribute name="rootRefs" type="xsd:IDREFS" use="optional" plm:refType="plm:Occurrence plm:ConfiguredOccurrenceGroup"/> <xsd:attribute name="definition" type="plm:ProductViewDefinitionType" use="optional"/> <xsd:attribute name="usage" type="plm:ProductViewUsageType" use="optional"/> <xsd:attribute name="primaryOccurrenceRef" type="xsd:IDREF" use="optional" plm:deprecated="true"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | xsd:IDREFS | ||
properties |
|
||
source | <xsd:attribute name="rootRefs" type="xsd:IDREFS" use="optional" plm:refType="plm:Occurrence plm:ConfiguredOccurrenceGroup"/> |
type | plm:ProductViewDefinitionType | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xsd:attribute name="definition" type="plm:ProductViewDefinitionType" use="optional"/> |
type | plm:ProductViewUsageType | ||||||||||||||||||
properties |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
source | <xsd:attribute name="usage" type="plm:ProductViewUsageType" use="optional"/> |
type | xsd:IDREF | ||
properties |
|
||
source | <xsd:attribute name="primaryOccurrenceRef" type="xsd:IDREF" use="optional" plm:deprecated="true"/> |