complexType SkillRevisionType
diagram plmxml_diagrams/plmxml_p1323.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:StructureRevisionBase
properties
base plm:StructureRevisionBase
children plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound plm:VariantDefault plm:VariantRuleCheck plm:PropertyGroup
used by
element SkillRevision
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      
revision  xsd:string  required      
version  xsd:nonNegativeInteger  optional      
masterRef  plm:anyURIType  required      
optionRefs  plm:uriReferenceListType  optional      
instanceRefs  plm:uriReferenceListType  optional      
gdeInstanceRefs  plm:uriReferenceListType  optional      
simplifiedRepRefs  plm:uriReferenceListType  optional      
propertyRefs  plm:uriReferenceListType  optional      
role  xsd:string  optional      
code  xsd:string  optional      
specialityCode  xsd:string  optional      
resourceRefs  plm:uriReferenceListType  optional      
skillRefs  plm:uriReferenceListType  optional      
annotation
documentation

      Skill revision type.

      Attributes:

      role:             Role for the skill.
      code:             Skill code.
      specialityCode:   The skill specialty code of each person required to
                        complete the task.
      resourceRefs:     A list of MRO Resource references.
      skillRefs:        A list of Skill references.
     
source <xsd:complexType name="SkillRevisionType">
 
<xsd:annotation>
   
<xsd:documentation>
      Skill revision type.

      Attributes:

      role:             Role for the skill.
      code:             Skill code.
      specialityCode:   The skill specialty code of each person required to
                        complete the task.
      resourceRefs:     A list of MRO Resource references.
      skillRefs:        A list of Skill references.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:StructureRevisionBase">
     
<xsd:attribute name="role" type="xsd:string" use="optional"/>
     
<xsd:attribute name="code" type="xsd:string" use="optional"/>
     
<xsd:attribute name="specialityCode" type="xsd:string" use="optional"/>
     
<xsd:attribute name="resourceRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:MROResource"/>
     
<xsd:attribute name="skillRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:Skill"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute SkillRevisionType/@role
type xsd:string
properties
use optional
source <xsd:attribute name="role" type="xsd:string" use="optional"/>

attribute SkillRevisionType/@code
type xsd:string
properties
use optional
source <xsd:attribute name="code" type="xsd:string" use="optional"/>

attribute SkillRevisionType/@specialityCode
type xsd:string
properties
use optional
source <xsd:attribute name="specialityCode" type="xsd:string" use="optional"/>

attribute SkillRevisionType/@resourceRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="resourceRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:MROResource"/>

attribute SkillRevisionType/@skillRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="skillRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:Skill"/>


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