SubscriptionClasses Element (ADF)
Contains the definition of one or more subscription classes.
Syntax
<Application>
...
<SubscriptionClasses>
Element Characteristics
Characteristic | Description |
---|---|
Data type |
None. |
Default value |
None. |
Occurrence |
Required once per Application element. |
Updates |
Cannot be added or deleted when updating the application. |
Element Relationships
Relationship | Elements |
---|---|
Parent element |
|
Child elements |
Beispiel
The following example shows a how include multiple subscription classes in an application. The definitions for each subscription class are not shown here. For an example of a subscription class, see SubscriptionClass Element (ADF).
<SubscriptionClasses>
<SubscriptionClass>
<!-- Define the first subscription class. -->
</SubscriptionClass>
<SubscriptionClass>
<!-- Define the second subscription class. -->
</SubscriptionClass>
</SubscriptionClasses>
Siehe auch
Verweis
Application Definition File Reference
Andere Ressourcen
Definieren der Kernabonnementklasse
Aktualisieren von Instanzen und Anwendungen