apml:ApplicationType

Complex Type Information

Model

ANY element from ANY namespace

Attributes

QName Type Fixed Default Use Inheritable Annotation
name xs:string required
Wildcard: ANY attribute from ANY namespace

Used By

Source

<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>