
| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| name | xs:string | required | ||||
| Wildcard: ANY attribute from ANY namespace | ||||||
<xs:complexType name="ApplicationType"> <xs:sequence> <xs:any namespace="##any" minOccurs="0" maxOccurs="unbounded" processContents="skip"/> </xs:sequence> <!-- The unique name of the application --> <xs:attribute name="name" type="xs:string" use="required"/> <!-- Allow additional attributes --> <xs:anyAttribute/> </xs:complexType> |