|
254 | 254 | <documentation>'preserveAspectRatio' attribute specification</documentation>
|
255 | 255 | </annotation>
|
256 | 256 | <restriction base="string">
|
257 |
| - <!-- ORM: Revised pattern to be more accurate and match default values --> |
| 257 | + <!-- HTMLBook Note: Revised pattern to be more accurate and match default values --> |
258 | 258 | <pattern value="\s*x(Min|Mid|Max)Y(Min|Mid|Max)(\s+(meet|slice)\s*)?"/>
|
259 | 259 | </restriction>
|
260 | 260 | </simpleType>
|
|
333 | 333 | <documentation>All elements have an ID</documentation>
|
334 | 334 | </annotation>
|
335 | 335 | <attribute name="id" type="ID" use="optional"/>
|
336 |
| - <!-- ORM: dropped invalid type attr on below element --> |
| 336 | + <!-- HTMLBook Note: dropped invalid type attr on below element --> |
337 | 337 | <attribute ref="xml:base" use="optional"/>
|
338 | 338 | </attributeGroup>
|
339 | 339 | <attributeGroup name="langSpaceAttrs">
|
|
835 | 835 | </attributeGroup>
|
836 | 836 | <attributeGroup name="animElementAttrs">
|
837 | 837 | <attributeGroup ref="svg:xlinkRefAttrs"/>
|
838 |
| - <!-- ORM: Dropped invalid type attr on below element --> |
| 838 | + <!-- HTMLBook Note: Dropped invalid type attr on below element --> |
839 | 839 | <attribute ref="xlink:href" use="optional"/>
|
840 | 840 | </attributeGroup>
|
841 | 841 | <attributeGroup name="animAttributeAttrs">
|
|
911 | 911 | </attributeGroup>
|
912 | 912 | <group name="descTitleMetadata">
|
913 | 913 | <annotation>
|
914 |
| - <!-- ORM Note: switched here from invalid xs:all based content model (which can't be used for particles as was being done) |
| 914 | + <!-- HTMLBook Note: switched here from invalid xs:all based content model (which can't be used for particles as was being done) |
915 | 915 | to xs:choice-based content model, which allows for one or more desc/title/metadata elements at the beginning of all content models in which
|
916 | 916 | descTitleMetadata is referenced -->
|
917 | 917 | <documentation>A bit simpler than the DTD, but see commented-out alternative</documentation>
|
|
0 commit comments