diagram | |||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||
type | extension of plm:OperationRevisionType | ||
properties |
|
||
children | plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound plm:VariantDefault plm:VariantRuleCheck plm:PropertyGroup | ||
used by |
|
||
attributes | |||
annotation |
|
||
source | <xsd:complexType name="WorkCardRevisionType"> <xsd:annotation> <xsd:documentation> WorkCard Revision. Attributes: executionType: Represents the type of assignment. It can take one of these values: perform, signOff, other. upgradedConfigurationRef: References the StructureContext. characteristicDefinitionRefs: A list of references to the related CharacteristicDefinitions. warningRefs: A list of references to the warnings associated with the WorkCardRevision. narrative: Represents information about how to perform/carry out the work. laborCostRef: References Money to represent labor cost associated with the Work Card. materialCostRef: References Money to represent material cost associated with Materials of the Work Card. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:OperationRevisionType"> <xsd:attribute name="executionType" type="plm:ExecutionEnum" use="optional"/> <xsd:attribute name="upgradedConfigurationRef" type="plm:anyURIType" use="optional" plm:refType="plm:StructureContext"/> <xsd:attribute name="characteristicDefinitionRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:CharacteristicDefinition"/> <xsd:attribute name="warningRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:Warning"/> <xsd:attribute name="narrative" type="xsd:string" use="optional"/> <xsd:attribute name="laborCostRef" type="plm:anyURIType" use="optional" plm:refType="plm:Money"/> <xsd:attribute name="materialCostRef" type="plm:anyURIType" use="optional" plm:refType="plm:Money"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | plm:ExecutionEnum | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xsd:attribute name="executionType" type="plm:ExecutionEnum" use="optional"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="upgradedConfigurationRef" type="plm:anyURIType" use="optional" plm:refType="plm:StructureContext"/> |
type | plm:uriReferenceListType | ||
properties |
|
||
source | <xsd:attribute name="characteristicDefinitionRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:CharacteristicDefinition"/> |
type | plm:uriReferenceListType | ||
properties |
|
||
source | <xsd:attribute name="warningRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:Warning"/> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="narrative" type="xsd:string" use="optional"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="laborCostRef" type="plm:anyURIType" use="optional" plm:refType="plm:Money"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="materialCostRef" type="plm:anyURIType" use="optional" plm:refType="plm:Money"/> |