Application

Element Information

Model

Children: Extension

Attributes

QName Type Fixed Default Use Inheritable Annotation
name xs:string required
version xs:string optional

Used By

Element Header

Source

<xs:element name="Application">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="name" type="xs:string" use="required"/>
    <xs:attribute name="version" type="xs:string"/>
  </xs:complexType>