diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.w3.org/2001/XMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||
type | extension of xs:annotated | ||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||
children | xs:annotation xs:simpleContent xs:complexContent xs:group xs:all xs:choice xs:sequence xs:attribute xs:attributeGroup xs:anyAttribute | ||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="complexType" abstract="true"> <xs:complexContent> <xs:extension base="xs:annotated"> <xs:group ref="xs:complexTypeModel"/> <xs:attribute name="name" type="xs:NCName"> <xs:annotation> <xs:documentation> Will be restricted to required or forbidden</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="mixed" type="xs:boolean" use="optional" default="false"> <xs:annotation> <xs:documentation> Not allowed if simpleContent child is chosen. May be overriden by setting on complexContent child.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="abstract" type="xs:boolean" use="optional" default="false"/> <xs:attribute name="final" type="xs:derivationSet"/> <xs:attribute name="block" type="xs:derivationSet"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | xs:NCName | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="name" type="xs:NCName"> <xs:annotation> <xs:documentation> Will be restricted to required or forbidden</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:boolean | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:attribute name="mixed" type="xs:boolean" use="optional" default="false"> <xs:annotation> <xs:documentation> Not allowed if simpleContent child is chosen. May be overriden by setting on complexContent child.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:attribute name="abstract" type="xs:boolean" use="optional" default="false"/> |
type | xs:derivationSet | ||
properties |
|
||
source | <xs:attribute name="final" type="xs:derivationSet"/> |
type | xs:derivationSet | ||
properties |
|
||
source | <xs:attribute name="block" type="xs:derivationSet"/> |