| schema location: | XMLSchemas\xml.xsd |
| attributeFormDefault: | |
| elementFormDefault: | |
| targetNamespace: | http://www.w3.org/XML/1998/namespace |
| Attributes | Гр. аттрибутов |
| base | specialAttrs |
| lang | |
| space |
| пр-во имен | http://www.w3.org/XML/1998/namespace | ||
| тип | xs:anyURI | ||
| применение |
|
||
| Описание |
|
||
| XML-схема | <xs:attribute name="base" type="xs:anyURI"> <xs:annotation> <xs:documentation>See http://www.w3.org/TR/xmlbase/ for information about this attribute.</xs:documentation> </xs:annotation> </xs:attribute> |
| пр-во имен | http://www.w3.org/XML/1998/namespace | ||
| тип | xs:language | ||
| применение |
|
||
| Описание |
|
||
| XML-схема | <xs:attribute name="lang" type="xs:language"> <xs:annotation> <xs:documentation>In due course, we should install the relevant ISO 2- and 3-letter codes as the enumerated possible values . . .</xs:documentation> </xs:annotation> </xs:attribute> |
| пр-во имен | http://www.w3.org/XML/1998/namespace | |||||||||
| тип | ограничение xs:NCName | |||||||||
| свойства |
|
|||||||||
| применение |
|
|||||||||
| ограничения |
|
|||||||||
| XML-схема | <xs:attribute name="space" default="preserve"> <xs:simpleType> <xs:restriction base="xs:NCName"> <xs:enumeration value="default"/> <xs:enumeration value="preserve"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
| пр-во имен | http://www.w3.org/XML/1998/namespace | ||||||||||||||||||||||||||||
| атрибуты |
|
||||||||||||||||||||||||||||
| XML-схема | <xs:attributeGroup name="specialAttrs"> <xs:attribute ref="xml:base"/> <xs:attribute ref="xml:lang"/> <xs:attribute ref="xml:space"/> </xs:attributeGroup> |