Common attributes to check for system capabilities |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
requiredExtensions | svg:ExtensionListType | optional | ||||
requiredFeatures | svg:FeatureListType | optional | ||||
systemLanguage | svg:LanguageCodesType | optional |
<attributeGroup name="testAttrs"> <annotation> <documentation>Common attributes to check for system capabilities</documentation> </annotation> <attribute name="requiredFeatures" type="svg:FeatureListType" use="optional"/> <attribute name="requiredExtensions" type="svg:ExtensionListType" use="optional"/> <attribute name="systemLanguage" type="svg:LanguageCodesType" use="optional"/> </attributeGroup> |