diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.w3.org/2001/XMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of xs:annotated | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | xs:annotation xs:simpleType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="attribute"> <xs:complexContent> <xs:extension base="xs:annotated"> <xs:sequence> <xs:element name="simpleType" type="xs:localSimpleType" minOccurs="0"/> </xs:sequence> <xs:attributeGroup ref="xs:defRef"/> <xs:attribute name="type" type="xs:QName"/> <xs:attribute name="use" use="optional" default="optional"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="prohibited"/> <xs:enumeration value="optional"/> <xs:enumeration value="required"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="default" type="xs:string"/> <xs:attribute name="fixed" type="xs:string"/> <xs:attribute name="form" type="xs:formChoice"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | xs:QName | ||
properties |
|
||
source | <xs:attribute name="type" type="xs:QName"/> |
type | restriction of xs:NMTOKEN | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:attribute name="use" use="optional" default="optional"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="prohibited"/> <xs:enumeration value="optional"/> <xs:enumeration value="required"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="default" type="xs:string"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="fixed" type="xs:string"/> |
type | xs:formChoice | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="form" type="xs:formChoice"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.w3.org/2001/XMLSchema | ||||||||||||
type | xs:localSimpleType | ||||||||||||
properties |
|
||||||||||||
children | xs:annotation xs:restriction xs:list xs:union | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="simpleType" type="xs:localSimpleType" minOccurs="0"/> |