diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:ProcessType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound plm:PropertyGroup | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="ServiceRequirementType"> <xsd:annotation> <xsd:documentation> ServiceRequirement is a maintenance process. Attributes: catalogueId: Inherited from ProcessType. Identifies the requirement. categoryRef: References a service requirement category. Indicates the type of the service requirement. upgradeRequirement: This is TRUE if the purpose of the WorkCard is to upgrade a physical part from one configuration to another. satisfiesRefs: A list of references to the satisfied service requirements. requiresRefs: A list of references to the required service requirements. It indicates that the required ServiceRequirements must be done along with the one under consideration. faultCodeRefs: A list of references to the FaultCodes resolved by the service requirement. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:ProcessType"> <xsd:attribute name="categoryRef" type="plm:anyURIType" use="required" plm:refType="plm:ServiceRequirementCategory"/> <xsd:attribute name="upgradeRequirement" type="xsd:boolean" default="false"/> <xsd:attribute name="satisfiesRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:ServiceRequirement"/> <xsd:attribute name="requiresRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:ServiceRequirement"/> <xsd:attribute name="faultCodeRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:FaultCode"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="categoryRef" type="plm:anyURIType" use="required" plm:refType="plm:ServiceRequirementCategory"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="upgradeRequirement" type="xsd:boolean" default="false"/> |
type | plm:uriReferenceListType | ||
properties |
|
||
source | <xsd:attribute name="satisfiesRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:ServiceRequirement"/> |
type | plm:uriReferenceListType | ||
properties |
|
||
source | <xsd:attribute name="requiresRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:ServiceRequirement"/> |
type | plm:uriReferenceListType | ||
properties |
|
||
source | <xsd:attribute name="faultCodeRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:FaultCode"/> |