|
The Option name and Choice name can be localized using the translation.xml file
|
Property Name
|
Type
|
Purpose
|
OptionSet
|
Element
|
A placeholder with multiple Option elements
|
Option
|
Element
|
A placeholder with multiple Choice elements
|
Choice
|
Element
|
A placeholder for allowed choices for a given option
|
token
|
attribute
|
Used for lookup purpose in translation.xml for language translation.
|
label
|
attribute
|
The name of the option you are adding.
|
Name
|
element
|
The name of the Option or Choice you are adding.
|
Property Name
|
Type
|
Purpose
|
FilterDefinition
|
element
|
This element is specific to a particular bundle type and its usage.
|
type
|
attribute
|
Specifies the bundle type for which the given FilterDefinition is applicable.
Allowed values are: IS, PARTSLIST, GRAPHIC, PDFM, and IEXML.
|
xmd
|
attribute
|
Specifies whether the applicability should apply to a particular node or the entire document.
If true, applicability is applicable for the entire document.
If false, applicability is applicable for a particular node.
|
FilterProperty
|
element
|
Specifies the filter property to be applied.
|
label
|
attribute
|
Specifies the name of the applicability being applied.
For example: Color, Region, Source, and so forth.
|
xpath
|
attribute
|
The XPATH expression to the bundle data element to which the applicability is being applied.
Example one:
Metadata[@id='EPMDocument_1678511'] /Property[@token='Region'] /Value This means look for the data present on the element named Value under an element named Property with the token attribute as Region under an element named Metadata with the id attribute as EPMDocument_1678511.
Example two:
*[@applic_Region]/@applic_Region This means look for the data present on the attribute named applic_Region on any element.
Example three:
Metadata[@id='EPMDocument_8978311'] /Property[@token='name'] /Value/@xml:lang This means look for the data present on the attribute named xml:lang on an element named Value under an element named Property with token attribute as name under element named Metadata with id attribute as EPMDocument_8978311.
Example four:
Metadata/Property[@token='Region'] /Value This means look for the data present on the element named Value under an element named Property with the token attribute as Region under an element named Metadata.
|
delimiter
|
attribute
|
The delimiter used to separate the values in cases where multiple values exist on that element.
For example: comma, colon, space and so forth.
|
Property Name
|
Type
|
Purpose
|
||
SCAccessOption
|
element
|
A placeholder for defining one AccessOption
|
||
accessOptionLabel
|
element
|
The name of the option
|
||
accessOptionType
|
element
|
The type of the option
|