diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:AttribOwnerBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | plm:IssueReviewDecisionEnum | |||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||
source | <xsd:attribute name="decision" type="plm:IssueReviewDecisionEnum" default="noDecision"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="reviewerRef" type="plm:anyURIType" use="optional" plm:refType="plm:Owner"/> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="comments" type="xsd:string" use="optional"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="commentsRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/> |