diagram | ![]() |
||||||||||||||||||||||||||
namespace | http://www.w3.org/2001/XMLSchema | ||||||||||||||||||||||||||
type | extension of xs:annotated | ||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||
children | xs:annotation xs:restriction xs:list xs:union | ||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||
source | <xs:complexType name="simpleType" abstract="true"> <xs:complexContent> <xs:extension base="xs:annotated"> <xs:group ref="xs:simpleDerivation"/> <xs:attribute name="final" type="xs:simpleDerivationSet"/> <xs:attribute name="name" type="xs:NCName"> <xs:annotation> <xs:documentation> Can be restricted to required or forbidden </xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> |
type | xs:simpleDerivationSet | ||
properties |
|
||
source | <xs:attribute name="final" type="xs:simpleDerivationSet"/> |
type | xs:NCName | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="name" type="xs:NCName"> <xs:annotation> <xs:documentation> Can be restricted to required or forbidden </xs:documentation> </xs:annotation> </xs:attribute> |