complexType ServiceRequirementType
diagram plmxml_diagrams/plmxml_p1322.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:ProcessType
properties
base plm:ProcessType
children plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound plm:PropertyGroup
used by
element ServiceRequirement
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      
accessRefs  plm:uriReferenceListType  optional      
statusRef  plm:anyURIType  optional      
checkoutRefs  plm:uriReferenceListType  optional      
subType  xsd:string  optional      
effectivityRefs  plm:uriReferenceListType  optional      
releaseStatusRefs  plm:uriReferenceListType  optional      
catalogueId  xsd:string  optional      
optionRefs  plm:uriReferenceListType  optional      
propertyRefs  plm:uriReferenceListType  optional      
categoryRef  plm:anyURIType  required      
upgradeRequirement  xsd:boolean    false    
satisfiesRefs  plm:uriReferenceListType  optional      
requiresRefs  plm:uriReferenceListType  optional      
faultCodeRefs  plm:uriReferenceListType  optional      
annotation
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.
     
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>

attribute ServiceRequirementType/@categoryRef
type plm:anyURIType
properties
use required
source <xsd:attribute name="categoryRef" type="plm:anyURIType" use="required" plm:refType="plm:ServiceRequirementCategory"/>

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

attribute ServiceRequirementType/@satisfiesRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="satisfiesRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:ServiceRequirement"/>

attribute ServiceRequirementType/@requiresRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="requiresRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:ServiceRequirement"/>

attribute ServiceRequirementType/@faultCodeRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="faultCodeRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:FaultCode"/>


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