jdf:NewComment

Element Information

Model

jdf:Comment{0,1} , jdf:GeneralID{0,1} , jdf:Preview{0,1} , jdf:PreviewRef{0,1} , ANY element from ANY namespace OTHER than 'http://www.CIP4.org/JDFSchema_1_1' , jdf:Part{0,1}

Attributes

QName Type Fixed Default Use Inheritable Annotation
Action jdftyp:eCommentAction_ required
CommentID jdftyp:NMTOKEN optional
refID jdftyp:NMTOKEN required

Source

<xs:element name="NewComment" minOccurs="0">
  <xs:complexType>
    <xs:sequence minOccurs="0" maxOccurs="unbounded">
      <xs:group ref="jdf:GenericElements" minOccurs="0"/>
      <xs:element name="Part" type="jdf:Part" minOccurs="0"/>
    </xs:sequence>
    <xs:attribute name="Action" type="jdftyp:eCommentAction_" use="required"/>
    <xs:attribute name="CommentID" type="jdftyp:NMTOKEN"/>
    <xs:attribute name="refID" type="jdftyp:NMTOKEN" use="required"/>
  </xs:complexType>
</xs:element>

Sample