QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
Action | jdftyp:eCommentAction_ | required | ||||
CommentID | jdftyp:NMTOKEN | optional | ||||
refID | jdftyp:NMTOKEN | required |
<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> |