File tree Expand file tree Collapse file tree 2 files changed +15
-12
lines changed
Expand file tree Collapse file tree 2 files changed +15
-12
lines changed Original file line number Diff line number Diff line change 589589 </xs : documentation >
590590 </xs : annotation >
591591 </xs : attribute >
592- <xs : attribute name =" start-image-size" default =" 40" >
592+ <xs : attribute name =" start-image-size" type = " content:textImageSize " default =" 40" >
593593 <xs : annotation >
594594 <xs : documentation >Defines the size in "density-independent pixels"/"points" of the start
595595 image. This defaults to 40.
596596 </xs : documentation >
597597 </xs : annotation >
598- <xs : simpleType >
599- <xs : restriction base =" xs:int" >
600- <xs : minInclusive value =" 1" />
601- </xs : restriction >
602- </xs : simpleType >
603598 </xs : attribute >
604599 <xs : attribute name =" end-image" type =" xs:string" >
605600 <xs : annotation >
606601 <xs : documentation >Defines an image to display to the "end" of this text node.
607602 </xs : documentation >
608603 </xs : annotation >
609604 </xs : attribute >
610- <xs : attribute name =" end-image-size" default =" 40" >
605+ <xs : attribute name =" end-image-size" type = " content:textImageSize " default =" 40" >
611606 <xs : annotation >
612607 <xs : documentation >Defines the size in "density-independent pixels"/"points" of the end
613608 image. This defaults to 40.
614609 </xs : documentation >
615610 </xs : annotation >
616- <xs : simpleType >
617- <xs : restriction base =" xs:int" >
618- <xs : minInclusive value =" 1" />
619- </xs : restriction >
620- </xs : simpleType >
621611 </xs : attribute >
622612
623613 <xs : attribute name =" minimum-lines" default =" 0" type =" content:textMinimumLines" >
629619 </xs : attribute >
630620
631621 <xs : attributeGroup ref =" content:baseAttributes" />
622+ <xs : attributeGroup ref =" web:contentTextElement" />
632623 </xs : extension >
633624 </xs : simpleContent >
634625 </xs : complexType >
680671 </xs : sequence >
681672 </xs : complexType >
682673
674+ <xs : simpleType name =" textImageSize" >
675+ <xs : restriction base =" xs:int" >
676+ <xs : minInclusive value =" 1" />
677+ </xs : restriction >
678+ </xs : simpleType >
683679 <xs : simpleType name =" textMinimumLines" >
684680 <xs : restriction base =" xs:int" >
685681 <xs : minInclusive value =" 0" />
Original file line number Diff line number Diff line change 3131 <xs : attribute name =" text-color" type =" content:colorValue" />
3232 <xs : attribute name =" text-scale" type =" xs:float" />
3333 <xs : attribute name =" text-style" type =" content:textStyles" />
34+
35+ <xs : attribute name =" start-image-size" type =" content:textImageSize" />
36+ <xs : attribute name =" end-image-size" type =" content:textImageSize" />
3437 <xs : attribute name =" minimum-lines" type =" content:textMinimumLines" />
3538
3639 <xs : attributeGroup name =" contentTextType" >
3942 <xs : attribute ref =" web:text-color" />
4043 <xs : attribute ref =" web:text-scale" />
4144 <xs : attribute ref =" web:text-style" />
45+ </xs : attributeGroup >
46+ <xs : attributeGroup name =" contentTextElement" >
47+ <xs : attribute ref =" web:start-image-size" />
48+ <xs : attribute ref =" web:end-image-size" />
4249 <xs : attribute ref =" web:minimum-lines" />
4350 </xs : attributeGroup >
4451 <!-- endregion: content:text attributes -->
You can’t perform that action at this time.
0 commit comments