|
Namespace |
No namespace |
Annotations
|
Defines the parameters of a specific theme. |
|
Diagram
|
|
Type |
ThemeType |
Properties
|
content:
|
complex |
minOccurs:
|
0 |
maxOccurs:
|
unbounded |
|
Model |
VehicleDependency{0,1} , PropertyValue* , Country* , FeatureDescription{0,1} |
Children |
Country, FeatureDescription, PropertyValue, VehicleDependency |
Instance
|
<Theme enabled="false" id="" priorityLevel="100">
<VehicleDependency enabled="true">{0,1}</VehicleDependency>
<PropertyValue id="" value="">{0,unbounded}</PropertyValue>
<Country enabled="true" id="">{0,unbounded}</Country>
<FeatureDescription includeLanguageCode="true" includeNullValues="false" includeTimeDomain="false">{0,1}</FeatureDescription>
</Theme> |
|
Attributes
|
QName |
Type |
Fixed |
Default |
Use |
Annotation |
enabled |
xs:boolean |
|
false |
optional |
Enables or disables the theme. Every subsequent country, rule, property and action type that is relative to this theme will be considered enabled or disabled for this theme. |
|
id |
xs:string |
|
|
required |
|
priorityLevel |
xs:integer |
|
100 |
optional |
The priority level [0-255]. 100 is the default priority level, a 101 value defines a higher priority than 100. |
|
|
|
|