complexType IssueReviewType
diagram plmxml_diagrams/plmxml_p1432.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
children plm:Description plm:ApplicationRef plm:Attribute
used by
element IssueReview
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      
decision  plm:IssueReviewDecisionEnum    noDecision    
reviewerRef  plm:anyURIType  optional      
comments  xsd:string  optional      
commentsRef  plm:anyURIType  optional      
annotation
documentation

      Represents the review of an issue.

      Attributes:

      decision:         The decision of review.
      reviewerRef:      References the Person or User that reviewed the issue.
      comments:         The review comments.
      commentsRef:      References a multiple language version of comments. If
                        multiple language support is required, commentsRef
                        should be used in addition to comments.
     
source <xsd:complexType name="IssueReviewType">
 
<xsd:annotation>
   
<xsd:documentation>
      Represents the review of an issue.

      Attributes:

      decision:         The decision of review.
      reviewerRef:      References the Person or User that reviewed the issue.
      comments:         The review comments.
      commentsRef:      References a multiple language version of comments. If
                        multiple language support is required, commentsRef
                        should be used in addition to comments.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:attribute name="decision" type="plm:IssueReviewDecisionEnum" default="noDecision"/>
     
<xsd:attribute name="reviewerRef" type="plm:anyURIType" use="optional" plm:refType="plm:Owner"/>
     
<xsd:attribute name="comments" type="xsd:string" use="optional"/>
     
<xsd:attribute name="commentsRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute IssueReviewType/@decision
type plm:IssueReviewDecisionEnum
properties
default noDecision
facets
Kind Value Annotation
enumeration defer
enumeration reject
enumeration assign
enumeration approveFix
enumeration close
enumeration reopen
enumeration approveIssue
enumeration noDecision
source <xsd:attribute name="decision" type="plm:IssueReviewDecisionEnum" default="noDecision"/>

attribute IssueReviewType/@reviewerRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="reviewerRef" type="plm:anyURIType" use="optional" plm:refType="plm:Owner"/>

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

attribute IssueReviewType/@commentsRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="commentsRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/>


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