Client Application Definition File (v4) Schema
module Element
Client Application Definition File (v4) Schema > application Element > modules Element : module Element
Namespace (none)
Diagram
file Element Sequence module Element
Overview
module 1..∞
environment required Restriction of xs:string
name optional xs:string
engine optional xs:string
event-priority optional xs:integer
enabled optional xs:boolean
fast-browsing-compatible optional xs:boolean
Sequence
file 1..∞ xs:string
Attributes
NameTypeUseDefaultFixedDescription
environmentRestriction of xs:stringrequired   
namexs:stringoptional   
enginexs:stringoptional   
event-priorityxs:integeroptional   
enabledxs:booleanoptional   
fast-browsing-compatiblexs:booleanoptional   
Source
<xs:element name="module" minOccurs="1" maxOccurs="unbounded" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="file" type="xs:string" minOccurs="1" maxOccurs="unbounded" />
    </xs:sequence>
    <xs:attribute name="environment" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="shellui" />
          <xs:enumeration value="vaultui" />
          <xs:enumeration value="vaultcore" />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="name" type="xs:string" />
    <xs:attribute name="engine" type="xs:string" />
    <xs:attribute name="event-priority" type="xs:integer" />
    <xs:attribute name="enabled" type="xs:boolean" />
    <xs:attribute name="fast-browsing-compatible" type="xs:boolean" />
  </xs:complexType>
</xs:element>
See Also
modules Elementapplication ElementClient Application Definition File (v4) Schema