QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
id | xs:ID | optional | ||||
maxOccurs | xs:allNNI | 1 | optional | |||
minOccurs | xs:nonNegativeInteger | 1 | optional | |||
namespace | xs:namespaceList | optional | ||||
notNamespace | xs:null | optional | ||||
notQName | xs:qnameList | optional | ||||
processContents | xs:null | strict | optional | |||
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.w3.org/2001/XMLSchema' |
Element Groups | xs:allModel, xs:nestedParticle, xs:particle |
<xs:element name="any" id="any"> <xs:annotation> <xs:documentation source="../structures/structures.html#element-any"/> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="xs:wildcard"> <xs:attribute name="notQName" type="xs:qnameList" use="optional"/> <xs:attributeGroup ref="xs:occurs"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |