| ZVON > References > XML Schema 2000/10 Reference |
| Intro / Search / ZVON |
| index | >> Schema << | DTD |
| Schema |
|---|
<complexType name="localElement"> <complexContent> <restriction base="element"> <sequence> <element ref="annotation" minOccurs="0"/> <choice minOccurs="0"> <element name="simpleType" type="localSimpleType"/> <element name="complexType" type="localComplexType"/> </choice> <element ref="identityConstraint" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="substitutionGroup" use="prohibited"/> <attribute name="final" use="prohibited"/> </restriction> </complexContent> </complexType> |