Schema ApplicationDefinitionInfo-1.0.0.xsd


attribute form default:  unqualified
element form default:  qualified
 
Elements  Complex types 
ApplicationDefinitionContainerInfoSet  AllowedValueType 
ApplicationDefinitionTemplateInfoSet  ApplicationDefinitionContainerInfoType 
ApplicationDefinitionWidgetInfoSet  ApplicationDefinitionPanelType 
ApplicationDefinitionTemplateInfoType 
ApplicationDefinitionWidgetInfoType 
ApplicationDefinitionWidgetParameterType 


element ApplicationDefinitionContainerInfoSet
diagram
children ContainerInfo
source
<xs:element name="ApplicationDefinitionContainerInfoSet">
  <xs:annotation>
    <xs:documentation>Application definition container info set</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="ContainerInfo" type="ApplicationDefinitionContainerInfoType" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element ApplicationDefinitionContainerInfoSet/ContainerInfo
diagram
type ApplicationDefinitionContainerInfoType
children Type LocalizedType Description PreviewImageUrl
source
<xs:element name="ContainerInfo" type="ApplicationDefinitionContainerInfoType" minOccurs="0" maxOccurs="unbounded"/>

element ApplicationDefinitionTemplateInfoSet
diagram
children TemplateInfo
source
<xs:element name="ApplicationDefinitionTemplateInfoSet">
  <xs:annotation>
    <xs:documentation>Application definition template info set</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="TemplateInfo" type="ApplicationDefinitionTemplateInfoType" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element ApplicationDefinitionTemplateInfoSet/TemplateInfo
diagram
type ApplicationDefinitionTemplateInfoType
children Name LocationUrl Description PreviewImageUrl Panel
source
<xs:element name="TemplateInfo" type="ApplicationDefinitionTemplateInfoType" minOccurs="0" maxOccurs="unbounded"/>

element ApplicationDefinitionWidgetInfoSet
diagram
children WidgetInfo
source
<xs:element name="ApplicationDefinitionWidgetInfoSet">
  <xs:annotation>
    <xs:documentation>Application definition widget info set</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="WidgetInfo" type="ApplicationDefinitionWidgetInfoType" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element ApplicationDefinitionWidgetInfoSet/WidgetInfo
diagram
type ApplicationDefinitionWidgetInfoType
children Type LocalizedType Description Location Label Tooltip StatusText ImageUrl ImageClass StandardUi ContainableBy Parameter
source
<xs:element name="WidgetInfo" type="ApplicationDefinitionWidgetInfoType" minOccurs="0" maxOccurs="unbounded"/>

complexType AllowedValueType
diagram
children Name Label
used by
element ApplicationDefinitionWidgetParameterType/AllowedValue
source
<xs:complexType name="AllowedValueType">
  <xs:sequence>
    <xs:element name="Name" type="xs:string"/>
    <xs:element name="Label" type="xs:string" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>

element AllowedValueType/Name
diagram
type xs:string
source
<xs:element name="Name" type="xs:string"/>

element AllowedValueType/Label
diagram
type xs:string
source
<xs:element name="Label" type="xs:string" minOccurs="0"/>

complexType ApplicationDefinitionContainerInfoType
diagram
children Type LocalizedType Description PreviewImageUrl
used by
element ApplicationDefinitionContainerInfoSet/ContainerInfo
source
<xs:complexType name="ApplicationDefinitionContainerInfoType">
  <xs:sequence>
    <xs:element name="Type" type="xs:string"/>
    <xs:element name="LocalizedType" type="xs:string" minOccurs="0"/>
    <xs:element name="Description" type="xs:string" minOccurs="0"/>
    <xs:element name="PreviewImageUrl" type="xs:string" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>

element ApplicationDefinitionContainerInfoType/Type
diagram
type xs:string
source
<xs:element name="Type" type="xs:string"/>

element ApplicationDefinitionContainerInfoType/LocalizedType
diagram
type xs:string
source
<xs:element name="LocalizedType" type="xs:string" minOccurs="0"/>

element ApplicationDefinitionContainerInfoType/Description
diagram
type xs:string
source
<xs:element name="Description" type="xs:string" minOccurs="0"/>

element ApplicationDefinitionContainerInfoType/PreviewImageUrl
diagram
type xs:string
source
<xs:element name="PreviewImageUrl" type="xs:string" minOccurs="0"/>

complexType ApplicationDefinitionPanelType
diagram
children Name Label Description
used by
element ApplicationDefinitionTemplateInfoType/Panel
source
<xs:complexType name="ApplicationDefinitionPanelType">
  <xs:sequence>
    <xs:element name="Name" type="xs:string"/>
    <xs:element name="Label" type="xs:string" minOccurs="0"/>
    <xs:element name="Description" type="xs:string" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>

element ApplicationDefinitionPanelType/Name
diagram
type xs:string
source
<xs:element name="Name" type="xs:string"/>

element ApplicationDefinitionPanelType/Label
diagram
type xs:string
source
<xs:element name="Label" type="xs:string" minOccurs="0"/>

element ApplicationDefinitionPanelType/Description
diagram
type xs:string
source
<xs:element name="Description" type="xs:string" minOccurs="0"/>

complexType ApplicationDefinitionTemplateInfoType
diagram
children Name LocationUrl Description PreviewImageUrl Panel
used by
element ApplicationDefinitionTemplateInfoSet/TemplateInfo
source
<xs:complexType name="ApplicationDefinitionTemplateInfoType">
  <xs:sequence>
    <xs:element name="Name" type="xs:string"/>
    <xs:element name="LocationUrl" type="xs:string"/>
    <xs:element name="Description" type="xs:string" minOccurs="0"/>
    <xs:element name="PreviewImageUrl" type="xs:string" minOccurs="0"/>
    <xs:element name="Panel" type="ApplicationDefinitionPanelType" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>

element ApplicationDefinitionTemplateInfoType/Name
diagram
type xs:string
source
<xs:element name="Name" type="xs:string"/>

element ApplicationDefinitionTemplateInfoType/LocationUrl
diagram
type xs:string
source
<xs:element name="LocationUrl" type="xs:string"/>

element ApplicationDefinitionTemplateInfoType/Description
diagram
type xs:string
source
<xs:element name="Description" type="xs:string" minOccurs="0"/>

element ApplicationDefinitionTemplateInfoType/PreviewImageUrl
diagram
type xs:string
source
<xs:element name="PreviewImageUrl" type="xs:string" minOccurs="0"/>

element ApplicationDefinitionTemplateInfoType/Panel
diagram
type ApplicationDefinitionPanelType
children Name Label Description
source
<xs:element name="Panel" type="ApplicationDefinitionPanelType" minOccurs="0" maxOccurs="unbounded"/>

complexType ApplicationDefinitionWidgetInfoType
diagram
children Type LocalizedType Description Location Label Tooltip StatusText ImageUrl ImageClass StandardUi ContainableBy Parameter
used by
element ApplicationDefinitionWidgetInfoSet/WidgetInfo
source
<xs:complexType name="ApplicationDefinitionWidgetInfoType">
  <xs:sequence>
    <xs:element name="Type" type="xs:string"/>
    <xs:element name="LocalizedType" type="xs:string" minOccurs="0"/>
    <xs:element name="Description" type="xs:string" minOccurs="0"/>
    <xs:element name="Location" type="xs:string" minOccurs="0"/>
    <xs:element name="Label" type="xs:string" minOccurs="0"/>
    <xs:element name="Tooltip" type="xs:string" minOccurs="0"/>
    <xs:element name="StatusText" type="xs:string" minOccurs="0"/>
    <xs:element name="ImageUrl" type="xs:string" minOccurs="0"/>
    <xs:element name="ImageClass" type="xs:string" minOccurs="0"/>
    <xs:element name="StandardUi" type="xs:boolean" minOccurs="0"/>
    <xs:element name="ContainableBy" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element name="Parameter" type="ApplicationDefinitionWidgetParameterType" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>

element ApplicationDefinitionWidgetInfoType/Type
diagram
type xs:string
source
<xs:element name="Type" type="xs:string"/>

element ApplicationDefinitionWidgetInfoType/LocalizedType
diagram
type xs:string
source
<xs:element name="LocalizedType" type="xs:string" minOccurs="0"/>

element ApplicationDefinitionWidgetInfoType/Description
diagram
type xs:string
source
<xs:element name="Description" type="xs:string" minOccurs="0"/>

element ApplicationDefinitionWidgetInfoType/Location
diagram
type xs:string
source
<xs:element name="Location" type="xs:string" minOccurs="0"/>

element ApplicationDefinitionWidgetInfoType/Label
diagram
type xs:string
source
<xs:element name="Label" type="xs:string" minOccurs="0"/>

element ApplicationDefinitionWidgetInfoType/Tooltip
diagram
type xs:string
source
<xs:element name="Tooltip" type="xs:string" minOccurs="0"/>

element ApplicationDefinitionWidgetInfoType/StatusText
diagram
type xs:string
source
<xs:element name="StatusText" type="xs:string" minOccurs="0"/>

element ApplicationDefinitionWidgetInfoType/ImageUrl
diagram
type xs:string
source
<xs:element name="ImageUrl" type="xs:string" minOccurs="0"/>

element ApplicationDefinitionWidgetInfoType/ImageClass
diagram
type xs:string
source
<xs:element name="ImageClass" type="xs:string" minOccurs="0"/>

element ApplicationDefinitionWidgetInfoType/StandardUi
diagram
type xs:boolean
source
<xs:element name="StandardUi" type="xs:boolean" minOccurs="0"/>

element ApplicationDefinitionWidgetInfoType/ContainableBy
diagram
type xs:string
source
<xs:element name="ContainableBy" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>

element ApplicationDefinitionWidgetInfoType/Parameter
diagram
type ApplicationDefinitionWidgetParameterType
children Name Description Type Label Min Max AllowedValue DefaultValue IsMandatory
source
<xs:element name="Parameter" type="ApplicationDefinitionWidgetParameterType" minOccurs="0" maxOccurs="unbounded"/>

complexType ApplicationDefinitionWidgetParameterType
diagram
children Name Description Type Label Min Max AllowedValue DefaultValue IsMandatory
used by
element ApplicationDefinitionWidgetInfoType/Parameter
source
<xs:complexType name="ApplicationDefinitionWidgetParameterType">
  <xs:sequence>
    <xs:element name="Name" type="xs:string"/>
    <xs:element name="Description" type="xs:string" minOccurs="0"/>
    <xs:element name="Type" type="xs:string" minOccurs="0"/>
    <xs:element name="Label" type="xs:string" minOccurs="0"/>
    <xs:element name="Min" type="xs:string" minOccurs="0"/>
    <xs:element name="Max" type="xs:string" minOccurs="0"/>
    <xs:element name="AllowedValue" type="AllowedValueType" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element name="DefaultValue" type="xs:string" minOccurs="0"/>
    <xs:element name="IsMandatory" type="xs:boolean" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>

element ApplicationDefinitionWidgetParameterType/Name
diagram
type xs:string
source
<xs:element name="Name" type="xs:string"/>

element ApplicationDefinitionWidgetParameterType/Description
diagram
type xs:string
source
<xs:element name="Description" type="xs:string" minOccurs="0"/>

element ApplicationDefinitionWidgetParameterType/Type
diagram
type xs:string
source
<xs:element name="Type" type="xs:string" minOccurs="0"/>

element ApplicationDefinitionWidgetParameterType/Label
diagram
type xs:string
source
<xs:element name="Label" type="xs:string" minOccurs="0"/>

element ApplicationDefinitionWidgetParameterType/Min
diagram
type xs:string
source
<xs:element name="Min" type="xs:string" minOccurs="0"/>

element ApplicationDefinitionWidgetParameterType/Max
diagram
type xs:string
source
<xs:element name="Max" type="xs:string" minOccurs="0"/>

element ApplicationDefinitionWidgetParameterType/AllowedValue
diagram
type AllowedValueType
children Name Label
source
<xs:element name="AllowedValue" type="AllowedValueType" minOccurs="0" maxOccurs="unbounded"/>

element ApplicationDefinitionWidgetParameterType/DefaultValue
diagram
type xs:string
source
<xs:element name="DefaultValue" type="xs:string" minOccurs="0"/>

element ApplicationDefinitionWidgetParameterType/IsMandatory
diagram
type xs:boolean
source
<xs:element name="IsMandatory" type="xs:boolean" minOccurs="0"/>