|
437 | 437 | DataNode properties in the order to be written: |
438 | 438 | - elementId, textLabel, type, groupRef, elementRef |
439 | 439 | - Xref, States |
440 | | - - Graphics (RectAttributes, FontAttributes, ShapeStyleAttributes) |
| 440 | + - Graphics (RectAttributes, FontAttributes, ShapeStyleAttributes, rotation) |
441 | 441 | - CommentGroup (Comment, Property, AnnotationRef, CitationRef, EvidenceRef) |
442 | 442 | --> |
443 | 443 | <xsd:element name="DataNodes"> |
|
465 | 465 | <xsd:attributeGroup ref="gpml:RectAttributes"/> |
466 | 466 | <xsd:attributeGroup ref="gpml:FontAttributes"/> |
467 | 467 | <xsd:attributeGroup ref="gpml:ShapeStyleAttributes"/> |
| 468 | + <xsd:attribute name="rotation" type="xsd:float" use="optional"> |
| 469 | + <xsd:annotation> |
| 470 | + <xsd:documentation>A float value (rotation in radians).</xsd:documentation> |
| 471 | + </xsd:annotation> |
| 472 | + </xsd:attribute> |
468 | 473 | </xsd:complexType> |
469 | 474 | </xsd:element> |
470 | 475 | <!-- End Graphics related attributes--> |
|
513 | 518 | <xsd:documentation>When a pathway element is part of a gpml:Group, groupRef refers to the elementId of the parent group.</xsd:documentation> |
514 | 519 | </xsd:annotation> |
515 | 520 | </xsd:attribute> |
516 | | - <xsd:attribute name="elementRef" type="xsd:IDREF" use="optional"> |
| 521 | + <xsd:attribute name="aliasRef" type="xsd:IDREF" use="optional"> |
517 | 522 | <xsd:annotation> |
518 | | - <xsd:documentation>An elementRef indicates a child/parent relationship between objects. The elementRef of the child refers to the elementId of the parent. A DataNode can have type "Alias" and refer to a gpml:Group.</xsd:documentation> |
| 523 | + <xsd:documentation>An aliasRef indicates a child/parent relationship between objects. A DataNode can have type "Alias" and refer to a gpml:Group.</xsd:documentation> |
519 | 524 | </xsd:annotation> |
520 | 525 | </xsd:attribute> |
521 | 526 | </xsd:complexType> |
|
534 | 539 | State properties in the order to be written: |
535 | 540 | - elementId, textLabel, type |
536 | 541 | - Xref |
537 | | - - Graphics (relX, relY, width, height, FontAttributes, ShapeStyleAttributes) |
| 542 | + - Graphics (relX, relY, width, height, FontAttributes, ShapeStyleAttributes, rotation) |
538 | 543 | - CommentGroup (Comment, Property, AnnotationRef, CitationRef, EvidenceRef) |
539 | 544 | --> |
540 | 545 | <xsd:element name="States"> |
|
576 | 581 | </xsd:attribute> |
577 | 582 | <xsd:attributeGroup ref="gpml:FontAttributes"/> |
578 | 583 | <xsd:attributeGroup ref="gpml:ShapeStyleAttributes"/> |
| 584 | + <xsd:attribute name="rotation" type="xsd:float" use="optional"> |
| 585 | + <xsd:annotation> |
| 586 | + <xsd:documentation>A float value (rotation in radians).</xsd:documentation> |
| 587 | + </xsd:annotation> |
| 588 | + </xsd:attribute> |
579 | 589 | </xsd:complexType> |
580 | 590 | </xsd:element> |
581 | 591 | <!-- End Graphics related attributes--> |
|
745 | 755 | |
746 | 756 | Label properties in the order to be written: |
747 | 757 | - elementId, textLabel, groupRef, href |
748 | | - - Graphics (RectAttributes, FontAttributes, ShapeStyleAttributes) |
| 758 | + - Graphics (RectAttributes, FontAttributes, ShapeStyleAttributes, rotation) |
749 | 759 | - CommentGroup (Comment, Property, AnnotationRef, CitationRef, EvidenceRef) |
750 | 760 | --> |
751 | 761 | <xsd:element name="Labels"> |
|
767 | 777 | <xsd:attributeGroup ref="gpml:RectAttributes"/> |
768 | 778 | <xsd:attributeGroup ref="gpml:FontAttributes"/> |
769 | 779 | <xsd:attributeGroup ref="gpml:ShapeStyleAttributes"/> |
| 780 | + <xsd:attribute name="rotation" type="xsd:float" use="optional"> |
| 781 | + <xsd:annotation> |
| 782 | + <xsd:documentation>A float value (rotation in radians).</xsd:documentation> |
| 783 | + </xsd:annotation> |
| 784 | + </xsd:attribute> |
770 | 785 | </xsd:complexType> |
771 | 786 | </xsd:element> |
772 | 787 | <!-- End Graphics related attributes--> |
|
806 | 821 | |
807 | 822 | Shape properties in the order to be written: |
808 | 823 | - elementId, textLabel, groupRef |
809 | | - - Graphics (RectAttributes, FontAttributes, ShapeStyleAttributes), rotation |
| 824 | + - Graphics (RectAttributes, FontAttributes, ShapeStyleAttributes, rotation) |
810 | 825 | - CommentGroup (Comment, Property, AnnotationRef, CitationRef, EvidenceRef) |
811 | 826 | --> |
812 | 827 | <xsd:element name="Shapes"> |
|
828 | 843 | <xsd:attributeGroup ref="gpml:RectAttributes"/> |
829 | 844 | <xsd:attributeGroup ref="gpml:FontAttributes"/> |
830 | 845 | <xsd:attributeGroup ref="gpml:ShapeStyleAttributes"/> |
831 | | - <xsd:attribute name="rotation" type="xsd:float" default="0.0"> |
| 846 | + <xsd:attribute name="rotation" type="xsd:float" use="optional"> |
832 | 847 | <xsd:annotation> |
833 | 848 | <xsd:documentation>A float value (rotation in radians).</xsd:documentation> |
834 | 849 | </xsd:annotation> |
|
0 commit comments