REST Endpoints

SOAP Services

XML Data Elements

XML Data Types

Data

  • Default Namespace

The data in this namespace is divided into elements and types. Types define the structure of the data. Elements define specific instances of the types, and are therefore more relevant to REST endpoints, which generally consume and/or produce elements.

The following elements are members of this namespace:

The following types are members of this namespace:

Element bindIDRule

This class represents a rule that can be used to set bind IDs.

Example XML

<?xml version="1.0" encoding="UTF-8"?><bindIDRule> <leftHandSide /></bindIDRule>

Element bindingBundleFinderRule

This class represents a rule that can be used to find bundles using bundle name, external ID, alt code, or bind ID.

Example XML

<?xml version="1.0" encoding="UTF-8"?><bindingBundleFinderRule> <rightHandSide>...</rightHandSide> <leftHandSide /></bindingBundleFinderRule>

Element bindResponse

Example XML

<?xml version="1.0" encoding="UTF-8"?><bindResponse> <bundlePk>...</bundlePk> <operationDetails>...</operationDetails> <hasException>...</hasException></bindResponse>

Element bundle

Xml config object presents bundle

Example XML

<?xml version="1.0" encoding="UTF-8"?><bundle type="..." folder="..." uniqueIdentifier="..."> <bundle type="..." folder="..." uniqueIdentifier="..."> <!--...--> <commonEntity type="..." collection="..." fieldName="..."> <customAttribute type="..." name="..." identifier="..." /> <customAttribute type="..." name="..." identifier="..."> <!--...--> </customAttribute> <!--...more "customAttribute" elements...--> </commonEntity> <commonEntity type="..." collection="..." fieldName="..."> <!--...--> </commonEntity> <!--...more "commonEntity" elements...--> <customAttribute type="..." name="..." identifier="..." /> <customAttribute type="..." name="..." identifier="..."> <!--...--> </customAttribute> <!--...more "customAttribute" elements...--> <schedule /> <schedule> <!--...--> </schedule> <!--...more "schedule" elements...--> </bundle> <bundle> <!--...--> </bundle> <!--...more "bundle" elements...--> <component type="..." folder="..." uniqueIdentifier="..."> <commonEntity type="..." collection="..." fieldName="..."> <customAttribute type="..." name="..." identifier="..." /> <customAttribute type="..." name="..." identifier="..."> <!--...--> </customAttribute> <!--...more "customAttribute" elements...--> </commonEntity> <commonEntity type="..." collection="..." fieldName="..."> <!--...--> </commonEntity> <!--...more "commonEntity" elements...--> <customAttribute type="..." name="..." identifier="..." /> <customAttribute type="..." name="..." identifier="..."> <!--...--> </customAttribute> <!--...more "customAttribute" elements...--> <schedule /> <schedule> <!--...--> </schedule> <!--...more "schedule" elements...--> </component> <component type="..." folder="..." uniqueIdentifier="..."> <!--...--> </component> <!--...more "component" elements...--> <commonEntity type="..." collection="..." fieldName="..."> <customAttribute type="..." name="..." identifier="..." /> <customAttribute type="..." name="..." identifier="..."> <!--...--> </customAttribute> <!--...more "customAttribute" elements...--> </commonEntity> <commonEntity type="..." collection="..." fieldName="..."> <!--...--> </commonEntity> <!--...more "commonEntity" elements...--> <customAttribute type="..." name="..." identifier="..." /> <customAttribute type="..." name="..." identifier="..."> <!--...--> </customAttribute> <!--...more "customAttribute" elements...--> <schedule /> <schedule> <!--...--> </schedule> <!--...more "schedule" elements...--></bundle>

Element bundleBindChainRule

This class represents the rule used to chain parent bundles to child bundles.

Example XML

<?xml version="1.0" encoding="UTF-8"?><bundleBindChainRule> <bindProfileUuid>...</bindProfileUuid> <bundleChainRules> <bundleTypeName>...</bundleTypeName> <ruleSet> <ruleCombinationType>...</ruleCombinationType> <rules> <rule> <comparisonType>...</comparisonType> <rightHandSide>...</rightHandSide> <leftHandSide /> </rule> <rule> <!--...--> </rule> <!--...more "rule" elements...--> </rules> </ruleSet> <bundleTypeItemPath> <bundleTypeItemUuids> <bundleTypeItemUuid>...</bundleTypeItemUuid> <bundleTypeItemUuid>...</bundleTypeItemUuid> <!--...more "bundleTypeItemUuid" elements...--> </bundleTypeItemUuids> </bundleTypeItemPath> </bundleChainRules> <bundleChainRules> <!--...--> </bundleChainRules> <!--...more "bundleChainRules" elements...--></bundleBindChainRule>

Element bundleTypeItemPath

A class that is used to store the path of the bundle type item.

Example XML

<?xml version="1.0" encoding="UTF-8"?><bundleTypeItemPath> <bundleTypeItemUuids> <bundleTypeItemUuid>...</bundleTypeItemUuid> <bundleTypeItemUuid>...</bundleTypeItemUuid> <!--...more "bundleTypeItemUuid" elements...--> </bundleTypeItemUuids></bundleTypeItemPath>

Element bundleValidations

Wrapper class used to store a list of BundleValidations. Its main purpose is to allow the Plugin Validation framework to validate andproduce a list of errors via XSL (which is in XML), which then gets serialized and is persisted to the database.

Example XML

<?xml version="1.0" encoding="UTF-8"?><bundleValidations> <bundleValidation> <bundleValidationPk>...</bundleValidationPk> <bundleFk>...</bundleFk> <createDate>...</createDate> <lastActiveDate>...</lastActiveDate> <eventType> <bundleValidationTypePk>...</bundleValidationTypePk> <name>...</name> </eventType> <validationMessage>...</validationMessage> <uuid>...</uuid> </bundleValidation> <bundleValidation> <!--...--> </bundleValidation> <!--...more "bundleValidation" elements...--></bundleValidations>

Element commonEntity

Represents common entities in the configuration

{@code}

Example XML

<?xml version="1.0" encoding="UTF-8"?><commonEntity type="..." collection="..." fieldName="..."> <customAttribute type="..." name="..." identifier="..." /> <customAttribute type="..." name="..." identifier="..."> <!--...--> </customAttribute> <!--...more "customAttribute" elements...--></commonEntity>

Element component

Represents the component object in the configuration file

Example XML

<?xml version="1.0" encoding="UTF-8"?><component type="..." folder="..." uniqueIdentifier="..."> <commonEntity type="..." collection="..." fieldName="..."> <customAttribute type="..." name="..." identifier="..." /> <customAttribute type="..." name="..." identifier="..."> <!--...--> </customAttribute> <!--...more "customAttribute" elements...--> </commonEntity> <commonEntity type="..." collection="..." fieldName="..."> <!--...--> </commonEntity> <!--...more "commonEntity" elements...--> <customAttribute type="..." name="..." identifier="..." /> <customAttribute type="..." name="..." identifier="..."> <!--...--> </customAttribute> <!--...more "customAttribute" elements...--> <schedule /> <schedule> <!--...--> </schedule> <!--...more "schedule" elements...--></component>

Element componentUpdateFinderRule

Example XML

<?xml version="1.0" encoding="UTF-8"?><componentUpdateFinderRule> <rightHandSide>...</rightHandSide> <allowAssociation>...</allowAssociation> <cleanupDisassociatedNode>...</cleanupDisassociatedNode> <updateNodeWithoutDisassociateChildren>...</updateNodeWithoutDisassociateChildren> <leftHandSide /></componentUpdateFinderRule>

Element componentUpdatePluginFinderRule

Example XML

<?xml version="1.0" encoding="UTF-8"?><componentUpdatePluginFinderRule> <rightHandSide>...</rightHandSide> <leftHandSide /></componentUpdatePluginFinderRule>

Element customAttribute

Represents the component object in the configuration file

{@code}

Example XML

<?xml version="1.0" encoding="UTF-8"?><customAttribute type="..." name="..." identifier="..." />

Element deletedProduct

Represents a DeletedProduct object.

Example XML

<?xml version="1.0" encoding="UTF-8"?><deletedProduct> <productPk>...</productPk> <productUuid>...</productUuid> <productName>...</productName> <policyUuid>...</policyUuid> <bundleUuid>...</bundleUuid> <createDate>...</createDate></deletedProduct>

Element feedPolicy

Example XML

<?xml version="1.0" encoding="UTF-8"?><feedPolicy> <charge> <chargePk>...</chargePk> <ns2:type xmlns:ns2="http://opencase.extend.com/cm">...</ns2:type> <ns2:amount xmlns:ns2="http://opencase.extend.com/cm">...</ns2:amount> <ns2:repeatCount xmlns:ns2="http://opencase.extend.com/cm">...</ns2:repeatCount> <ns2:currencySymbol xmlns:ns2="http://opencase.extend.com/cm">...</ns2:currencySymbol> <ns2:currencyFormat xmlns:ns2="http://opencase.extend.com/cm">...</ns2:currencyFormat> <ns2:chargeDisplay xmlns:ns2="http://opencase.extend.com/cm">...</ns2:chargeDisplay> <ns2:isoLocale xmlns:ns2="http://opencase.extend.com/cm">...</ns2:isoLocale> </charge> <adSlotSet> <ns2:adSlotSetPk xmlns:ns2="http://opencase.extend.com/cm">...</ns2:adSlotSetPk> <ns2:preRollCount xmlns:ns2="http://opencase.extend.com/cm">...</ns2:preRollCount> <ns2:midRollCount xmlns:ns2="http://opencase.extend.com/cm">...</ns2:midRollCount> <ns2:postRollCount xmlns:ns2="http://opencase.extend.com/cm">...</ns2:postRollCount> <ns2:uuid xmlns:ns2="http://opencase.extend.com/cm">...</ns2:uuid> </adSlotSet></feedPolicy>

Element field

Represents field element in the field mapping configuration

Example XML

<?xml version="1.0" encoding="UTF-8"?><field name="..." provider_field_name="..." type="..." enumerated="..." separator="..." value="..." cast="..." label="..." dateFormat="..." />

Element field

Xml config object presents field

Example XML

<?xml version="1.0" encoding="UTF-8"?><field id="..." column="..." enumerated="..." separator="..." value="..." cast="..." label="..." avoidUpdate="..." ignoreCase="..." />

Element mapping

Represents the field mapping configuration as Java object

Example XML

<?xml version="1.0" encoding="UTF-8"?><mapping />

Element nameValuePairs

Example XML

<?xml version="1.0" encoding="UTF-8"?><nameValuePairs> <ns3:nameValuePair xmlns:ns3="http://opencase.extend.com/common"> <value>...</value> <name>...</name> </ns3:nameValuePair> <ns3:nameValuePair xmlns:ns3="http://opencase.extend.com/common"> <!--...--> </ns3:nameValuePair> <!--...more "nameValuePair" elements...--></nameValuePairs>

Element offerWindowValue

The model class of OfferWindowValue

Example XML

<?xml version="1.0" encoding="UTF-8"?><offerWindowValue> <offerWindowName>...</offerWindowName> <offerWindowDate>...</offerWindowDate> <numOfDays>...</numOfDays> <hourOfDay>...</hourOfDay> <minute>...</minute></offerWindowValue>

Element opencase

Example XML

<?xml version="1.0" encoding="UTF-8"?><opencase> <ns2:component xmlns:ns2="http://opencase.extend.com/cm"> <ns2:componentPk>...</ns2:componentPk> <ns2:name>...</ns2:name> <ns2:altCode>...</ns2:altCode> <ns2:externalID>...</ns2:externalID> <ns2:externalVersion>...</ns2:externalVersion> <ns2:assetID>...</ns2:assetID> <ns2:createDate>...</ns2:createDate> <ns2:lastModified>...</ns2:lastModified> <ns2:uuid>...</ns2:uuid> <ns2:ciid>...</ns2:ciid> <ns2:versionNumber>...</ns2:versionNumber> <ns2:sourceAssetID>...</ns2:sourceAssetID> <ns2:generationType>...</ns2:generationType> <ns2:customAttributes> <ns2:customAttribute> <ns2:customAttributePk>...</ns2:customAttributePk> <ns2:discriminator>...</ns2:discriminator> <ns2:customAttributeTypeName>...</ns2:customAttributeTypeName> <ns2:uuid>...</ns2:uuid> <ns2:customAttributeTypeIdentifier>...</ns2:customAttributeTypeIdentifier> </ns2:customAttribute> <ns2:customAttribute> <!--...--> </ns2:customAttribute> <!--...more "customAttribute" elements...--> </ns2:customAttributes> <ns2:componentSourceXml> <ns2:sourceXml>...</ns2:sourceXml> </ns2:componentSourceXml> <ns2:autoSnapshotAllowed>...</ns2:autoSnapshotAllowed> <ns2:restrictionKey>...</ns2:restrictionKey> <ns2:schedules> <ns2:schedule> <ns2:startDate>...</ns2:startDate> <ns2:endDate>...</ns2:endDate> </ns2:schedule> <ns2:schedule> <!--...--> </ns2:schedule> <!--...more "schedule" elements...--> </ns2:schedules> <ns2:parentReferences> <ns2:parentReference> <ns2:uuid>...</ns2:uuid> <ns2:externalID>...</ns2:externalID> <ns2:orderNumber>...</ns2:orderNumber> <ns2:subOrderNumber>...</ns2:subOrderNumber> <ns2:startDate>...</ns2:startDate> <ns2:endDate>...</ns2:endDate> <ns2:ciid>...</ns2:ciid> </ns2:parentReference> <ns2:parentReference> <!--...--> </ns2:parentReference> <!--...more "parentReference" elements...--> </ns2:parentReferences> </ns2:component> <ns2:component xmlns:ns2="http://opencase.extend.com/cm"> <!--...--> </ns2:component> <!--...more "component" elements...--> <ns2:products xmlns:ns2="http://opencase.extend.com/cm"> <ns2:productPk>...</ns2:productPk> <ns2:name>...</ns2:name> <ns2:uuid>...</ns2:uuid> <ns2:offerWindowStartDate>...</ns2:offerWindowStartDate> <ns2:offerWindowEndDate>...</ns2:offerWindowEndDate> <ns2:policy> <ns2:policyPk>...</ns2:policyPk> <ns2:name>...</ns2:name> <ns2:description>...</ns2:description> <ns2:offerWindowStartXml>...</ns2:offerWindowStartXml> <ns2:offerWindowEndXml>...</ns2:offerWindowEndXml> <ns2:isActive>...</ns2:isActive> <ns2:isSubscription>...</ns2:isSubscription> <ns2:drmProfile> <ns2:drmProfilePk>...</ns2:drmProfilePk> <ns2:name>...</ns2:name> <ns2:description>...</ns2:description> <ns2:type>...</ns2:type> <ns2:isActive>...</ns2:isActive> <ns2:drmTermsSets> <ns2:drmTermsSetPk>...</ns2:drmTermsSetPk> <ns2:drmTermsSetXml>...</ns2:drmTermsSetXml> <ns2:drmType> <ns2:drmTypePk>...</ns2:drmTypePk> <ns2:name>...</ns2:name> <ns2:drmTermsSetClass>...</ns2:drmTermsSetClass> <ns2:implementationTechnology>...</ns2:implementationTechnology> <ns2:isActive>...</ns2:isActive> <ns2:discriminator>...</ns2:discriminator> <ns2:uuid>...</ns2:uuid> </ns2:drmType> <DrmTermsBean /> <ns2:uuid>...</ns2:uuid> </ns2:drmTermsSets> <ns2:drmTermsSets> <!--...--> </ns2:drmTermsSets> <!--...more "drmTermsSets" elements...--> <ns2:licenseLimit>...</ns2:licenseLimit> <ns2:includeNonPersistentLicenses>...</ns2:includeNonPersistentLicenses> <ns2:lastModified>...</ns2:lastModified> <ns2:uuid>...</ns2:uuid> </ns2:drmProfile> <ns2:adSlotSet> <ns2:adSlotSetPk>...</ns2:adSlotSetPk> <ns2:preRollCount>...</ns2:preRollCount> <ns2:midRollCount>...</ns2:midRollCount> <ns2:postRollCount>...</ns2:postRollCount> <ns2:uuid>...</ns2:uuid> </ns2:adSlotSet> <ns2:offerType>...</ns2:offerType> <ns2:entitlementProfile> <ns2:entitlementProfilePk>...</ns2:entitlementProfilePk> <ns2:name>...</ns2:name> <ns2:description>...</ns2:description> <ns2:evaluationType>...</ns2:evaluationType> <ns2:isActive>...</ns2:isActive> <ns2:lastModified>...</ns2:lastModified> <ns2:entitlementCheckMappings> <ns2:entitlementCheckMappingPk>...</ns2:entitlementCheckMappingPk> <ns2:entitlementCheck> <ns2:entitlementCheckPk>...</ns2:entitlementCheckPk> <ns2:name>...</ns2:name> <ns2:description>...</ns2:description> <ns2:uuid>...</ns2:uuid> <ns2:implementationClass>...</ns2:implementationClass> <ns2:isActive>...</ns2:isActive> <ns2:isDefault>...</ns2:isDefault> </ns2:entitlementCheck> <ns2:invocationArgumentsXml>...</ns2:invocationArgumentsXml> <invocationArguments> <ns3:nameValuePair xmlns:ns3="http://opencase.extend.com/common"> <value>...</value> <name>...</name> </ns3:nameValuePair> <ns3:nameValuePair xmlns:ns3="http://opencase.extend.com/common"> <!--...--> </ns3:nameValuePair> <!--...more "nameValuePair" elements...--> </invocationArguments> </ns2:entitlementCheckMappings> <ns2:entitlementCheckMappings> <!--...--> </ns2:entitlementCheckMappings> <!--...more "entitlementCheckMappings" elements...--> <ns2:uuid>...</ns2:uuid> </ns2:entitlementProfile> <ns2:affiliates> <ns2:affiliatePk>...</ns2:affiliatePk> <ns2:name>...</ns2:name> <ns2:description>...</ns2:description> <ns2:uuid>...</ns2:uuid> <ns2:contactName>...</ns2:contactName> <ns2:contactEmail>...</ns2:contactEmail> <ns2:contactPhone>...</ns2:contactPhone> <ns2:accountManagerClass>...</ns2:accountManagerClass> <ns2:accountManagerConfig>...</ns2:accountManagerConfig> <ns2:isActive>...</ns2:isActive> </ns2:affiliates> <ns2:affiliates> <!--...--> </ns2:affiliates> <!--...more "affiliates" elements...--> <ns2:charge> <ns2:chargePk>...</ns2:chargePk> <ns2:currency> <ns2:currencyPk>...</ns2:currencyPk> <ns2:name>...</ns2:name> <ns2:isoCurrencyCode>...</ns2:isoCurrencyCode> <ns2:isoLocale>...</ns2:isoLocale> <ns2:isActive>...</ns2:isActive> <ns2:lastModified>...</ns2:lastModified> <ns2:uuid>...</ns2:uuid> </ns2:currency> <ns2:type>...</ns2:type> <ns2:amount>...</ns2:amount> <ns2:repeatCount>...</ns2:repeatCount> </ns2:charge> <ns2:uuid>...</ns2:uuid> <offerWindowStart> <offerWindowName>...</offerWindowName> <offerWindowDate>...</offerWindowDate> <numOfDays>...</numOfDays> <hourOfDay>...</hourOfDay> <minute>...</minute> </offerWindowStart> <offerWindowEnd> <offerWindowName>...</offerWindowName> <offerWindowDate>...</offerWindowDate> <numOfDays>...</numOfDays> <hourOfDay>...</hourOfDay> <minute>...</minute> </offerWindowEnd> </ns2:policy> <ns2:bundlePk>...</ns2:bundlePk> <ns2:bundleContentProvider> <ns2:providerName>...</ns2:providerName> <ns2:commonEntityPk>...</ns2:commonEntityPk> <ns2:uuid>...</ns2:uuid> <ns2:applyToAllLocales>...</ns2:applyToAllLocales> <ns2:locales> <ns2:localePk>...</ns2:localePk> <ns2:language>...</ns2:language> <ns2:country>...</ns2:country> <ns2:uuid>...</ns2:uuid> </ns2:locales> <ns2:locales> <!--...--> </ns2:locales> <!--...more "locales" elements...--> <ns2:externalID>...</ns2:externalID> <ns2:customAttributes> <ns2:customAttribute> <ns2:customAttributePk>...</ns2:customAttributePk> <ns2:discriminator>...</ns2:discriminator> <ns2:customAttributeTypeName>...</ns2:customAttributeTypeName> <ns2:uuid>...</ns2:uuid> <ns2:customAttributeTypeIdentifier>...</ns2:customAttributeTypeIdentifier> </ns2:customAttribute> <ns2:customAttribute> <!--...--> </ns2:customAttribute> <!--...more "customAttribute" elements...--> </ns2:customAttributes> <ns2:resourceKey> <ns2:resourceKeyPk>...</ns2:resourceKeyPk> <ns2:key>...</ns2:key> <ns2:resourceLabels> <ns2:resourceLabel> <ns2:resourceLabelPk>...</ns2:resourceLabelPk> <ns2:label>...</ns2:label> <ns2:language>...</ns2:language> </ns2:resourceLabel> <ns2:resourceLabel> <!--...--> </ns2:resourceLabel> <!--...more "resourceLabel" elements...--> </ns2:resourceLabels> </ns2:resourceKey> <ns2:orderNumber>...</ns2:orderNumber> <ns2:extraInfos> <ns2:extraInfo> <ns2:extraInfoPK>...</ns2:extraInfoPK> <ns2:content>...</ns2:content> <ns2:uuid>...</ns2:uuid> </ns2:extraInfo> <ns2:extraInfo> <!--...--> </ns2:extraInfo> <!--...more "extraInfo" elements...--> </ns2:extraInfos> </ns2:bundleContentProvider> <ns2:affiliates> <ns2:affiliatePk>...</ns2:affiliatePk> <ns2:name>...</ns2:name> <ns2:description>...</ns2:description> <ns2:uuid>...</ns2:uuid> <ns2:contactName>...</ns2:contactName> <ns2:contactEmail>...</ns2:contactEmail> <ns2:contactPhone>...</ns2:contactPhone> <ns2:accountManagerClass>...</ns2:accountManagerClass> <ns2:accountManagerConfig>...</ns2:accountManagerConfig> <ns2:isActive>...</ns2:isActive> </ns2:affiliates> <ns2:affiliates> <!--...--> </ns2:affiliates> <!--...more "affiliates" elements...--> <ns2:isActive>...</ns2:isActive> <ns2:isSubscriptionPollOn>...</ns2:isSubscriptionPollOn> <ns2:offerType>...</ns2:offerType> <ns2:lastModified>...</ns2:lastModified> <productLifecycleMetadas> <productMetadataPk>...</productMetadataPk> <name>...</name> <value>...</value> </productLifecycleMetadas> <productLifecycleMetadas> <!--...--> </productLifecycleMetadas> <!--...more "productLifecycleMetadas" elements...--> <ns2:externalID>...</ns2:externalID> <ns2:type>...</ns2:type> <ns2:amount>...</ns2:amount> <ns2:repeatCount>...</ns2:repeatCount> <ns2:currency> <ns2:currencyPk>...</ns2:currencyPk> <ns2:name>...</ns2:name> <ns2:isoCurrencyCode>...</ns2:isoCurrencyCode> <ns2:isoLocale>...</ns2:isoLocale> <ns2:isActive>...</ns2:isActive> <ns2:lastModified>...</ns2:lastModified> <ns2:uuid>...</ns2:uuid> </ns2:currency> <ns2:subscriptionPriority>...</ns2:subscriptionPriority> <ns2:dateDeactivated>...</ns2:dateDeactivated> </ns2:products> <ns2:products xmlns:ns2="http://opencase.extend.com/cm"> <!--...--> </ns2:products> <!--...more "products" elements...--> <ns2:commonEntities xmlns:ns2="http://opencase.extend.com/cm"> <ns2:advisories> <ns2:advisory> <ns2:advisoryName>...</ns2:advisoryName> <ns2:commonEntityPk>...</ns2:commonEntityPk> <ns2:uuid>...</ns2:uuid> <ns2:applyToAllLocales>...</ns2:applyToAllLocales> <ns2:locales> <ns2:localePk>...</ns2:localePk> <ns2:language>...</ns2:language> <ns2:country>...</ns2:country> <ns2:uuid>...</ns2:uuid> </ns2:locales> <ns2:locales> <!--...--> </ns2:locales> <!--...more "locales" elements...--> <ns2:externalID>...</ns2:externalID> <ns2:customAttributes> <ns2:customAttribute> <ns2:customAttributePk>...</ns2:customAttributePk> <ns2:discriminator>...</ns2:discriminator> <ns2:customAttributeTypeName>...</ns2:customAttributeTypeName> <ns2:uuid>...</ns2:uuid> <ns2:customAttributeTypeIdentifier>...</ns2:customAttributeTypeIdentifier> </ns2:customAttribute> <ns2:customAttribute> <!--...--> </ns2:customAttribute> <!--...more "customAttribute" elements...--> </ns2:customAttributes> <ns2:resourceKey> <ns2:resourceKeyPk>...</ns2:resourceKeyPk> <ns2:key>...</ns2:key> <ns2:resourceLabels> <ns2:resourceLabel> <ns2:resourceLabelPk>...</ns2:resourceLabelPk> <ns2:label>...</ns2:label> <ns2:language>...</ns2:language> </ns2:resourceLabel> <ns2:resourceLabel> <!--...--> </ns2:resourceLabel> <!--...more "resourceLabel" elements...--> </ns2:resourceLabels> </ns2:resourceKey> <ns2:orderNumber>...</ns2:orderNumber> <ns2:extraInfos> <ns2:extraInfo> <ns2:extraInfoPK>...</ns2:extraInfoPK> <ns2:content>...</ns2:content> <ns2:uuid>...</ns2:uuid> </ns2:extraInfo> <ns2:extraInfo> <!--...--> </ns2:extraInfo> <!--...more "extraInfo" elements...--> </ns2:extraInfos> </ns2:advisory> <ns2:advisory> <!--...--> </ns2:advisory> <!--...more "advisory" elements...--> </ns2:advisories> <ns2:assetFormats> <ns2:assetFormat> <ns2:name>...</ns2:name> <ns2:commonEntityPk>...</ns2:commonEntityPk> <ns2:uuid>...</ns2:uuid> <ns2:applyToAllLocales>...</ns2:applyToAllLocales> <ns2:locales> <ns2:localePk>...</ns2:localePk> <ns2:language>...</ns2:language> <ns2:country>...</ns2:country> <ns2:uuid>...</ns2:uuid> </ns2:locales> <ns2:locales> <!--...--> </ns2:locales> <!--...more "locales" elements...--> <ns2:externalID>...</ns2:externalID> <ns2:customAttributes> <ns2:customAttribute> <ns2:customAttributePk>...</ns2:customAttributePk> <ns2:discriminator>...</ns2:discriminator> <ns2:customAttributeTypeName>...</ns2:customAttributeTypeName> <ns2:uuid>...</ns2:uuid> <ns2:customAttributeTypeIdentifier>...</ns2:customAttributeTypeIdentifier> </ns2:customAttribute> <ns2:customAttribute> <!--...--> </ns2:customAttribute> <!--...more "customAttribute" elements...--> </ns2:customAttributes> <ns2:resourceKey> <ns2:resourceKeyPk>...</ns2:resourceKeyPk> <ns2:key>...</ns2:key> <ns2:resourceLabels> <ns2:resourceLabel> <ns2:resourceLabelPk>...</ns2:resourceLabelPk> <ns2:label>...</ns2:label> <ns2:language>...</ns2:language> </ns2:resourceLabel> <ns2:resourceLabel> <!--...--> </ns2:resourceLabel> <!--...more "resourceLabel" elements...--> </ns2:resourceLabels> </ns2:resourceKey> <ns2:orderNumber>...</ns2:orderNumber> <ns2:extraInfos> <ns2:extraInfo> <ns2:extraInfoPK>...</ns2:extraInfoPK> <ns2:content>...</ns2:content> <ns2:uuid>...</ns2:uuid> </ns2:extraInfo> <ns2:extraInfo> <!--...--> </ns2:extraInfo> <!--...more "extraInfo" elements...--> </ns2:extraInfos> </ns2:assetFormat> <ns2:assetFormat> <!--...--> </ns2:assetFormat> <!--...more "assetFormat" elements...--> </ns2:assetFormats> <ns2:categories> <ns2:category> <ns2:categoryName>...</ns2:categoryName> <ns2:separator>...</ns2:separator> <ns2:commonEntityPk>...</ns2:commonEntityPk> <ns2:uuid>...</ns2:uuid> <ns2:applyToAllLocales>...</ns2:applyToAllLocales> <ns2:locales> <ns2:localePk>...</ns2:localePk> <ns2:language>...</ns2:language> <ns2:country>...</ns2:country> <ns2:uuid>...</ns2:uuid> </ns2:locales> <ns2:locales> <!--...--> </ns2:locales> <!--...more "locales" elements...--> <ns2:externalID>...</ns2:externalID> <ns2:customAttributes> <ns2:customAttribute> <ns2:customAttributePk>...</ns2:customAttributePk> <ns2:discriminator>...</ns2:discriminator> <ns2:customAttributeTypeName>...</ns2:customAttributeTypeName> <ns2:uuid>...</ns2:uuid> <ns2:customAttributeTypeIdentifier>...</ns2:customAttributeTypeIdentifier> </ns2:customAttribute> <ns2:customAttribute> <!--...--> </ns2:customAttribute> <!--...more "customAttribute" elements...--> </ns2:customAttributes> <ns2:resourceKey> <ns2:resourceKeyPk>...</ns2:resourceKeyPk> <ns2:key>...</ns2:key> <ns2:resourceLabels> <ns2:resourceLabel> <ns2:resourceLabelPk>...</ns2:resourceLabelPk> <ns2:label>...</ns2:label> <ns2:language>...</ns2:language> </ns2:resourceLabel> <ns2:resourceLabel> <!--...--> </ns2:resourceLabel> <!--...more "resourceLabel" elements...--> </ns2:resourceLabels> </ns2:resourceKey> <ns2:orderNumber>...</ns2:orderNumber> <ns2:extraInfos> <ns2:extraInfo> <ns2:extraInfoPK>...</ns2:extraInfoPK> <ns2:content>...</ns2:content> <ns2:uuid>...</ns2:uuid> </ns2:extraInfo> <ns2:extraInfo> <!--...--> </ns2:extraInfo> <!--...more "extraInfo" elements...--> </ns2:extraInfos> </ns2:category> <ns2:category> <!--...--> </ns2:category> <!--...more "category" elements...--> </ns2:categories> <ns2:genres> <ns2:genre> <ns2:genreName>...</ns2:genreName> <ns2:parentUuid>...</ns2:parentUuid> <ns2:parentName>...</ns2:parentName> <ns2:commonEntityPk>...</ns2:commonEntityPk> <ns2:uuid>...</ns2:uuid> <ns2:applyToAllLocales>...</ns2:applyToAllLocales> <ns2:locales> <ns2:localePk>...</ns2:localePk> <ns2:language>...</ns2:language> <ns2:country>...</ns2:country> <ns2:uuid>...</ns2:uuid> </ns2:locales> <ns2:locales> <!--...--> </ns2:locales> <!--...more "locales" elements...--> <ns2:externalID>...</ns2:externalID> <ns2:customAttributes> <ns2:customAttribute> <ns2:customAttributePk>...</ns2:customAttributePk> <ns2:discriminator>...</ns2:discriminator> <ns2:customAttributeTypeName>...</ns2:customAttributeTypeName> <ns2:uuid>...</ns2:uuid> <ns2:customAttributeTypeIdentifier>...</ns2:customAttributeTypeIdentifier> </ns2:customAttribute> <ns2:customAttribute> <!--...--> </ns2:customAttribute> <!--...more "customAttribute" elements...--> </ns2:customAttributes> <ns2:resourceKey> <ns2:resourceKeyPk>...</ns2:resourceKeyPk> <ns2:key>...</ns2:key> <ns2:resourceLabels> <ns2:resourceLabel> <ns2:resourceLabelPk>...</ns2:resourceLabelPk> <ns2:label>...</ns2:label> <ns2:language>...</ns2:language> </ns2:resourceLabel> <ns2:resourceLabel> <!--...--> </ns2:resourceLabel> <!--...more "resourceLabel" elements...--> </ns2:resourceLabels> </ns2:resourceKey> <ns2:orderNumber>...</ns2:orderNumber> <ns2:extraInfos> <ns2:extraInfo> <ns2:extraInfoPK>...</ns2:extraInfoPK> <ns2:content>...</ns2:content> <ns2:uuid>...</ns2:uuid> </ns2:extraInfo> <ns2:extraInfo> <!--...--> </ns2:extraInfo> <!--...more "extraInfo" elements...--> </ns2:extraInfos> </ns2:genre> <ns2:genre> <!--...--> </ns2:genre> <!--...more "genre" elements...--> </ns2:genres> <ns2:priceCategories> <ns2:priceCategory> <ns2:categoryName>...</ns2:categoryName> <ns2:price>...</ns2:price> <ns2:currency> <ns2:currencyPk>...</ns2:currencyPk> <ns2:name>...</ns2:name> <ns2:isoCurrencyCode>...</ns2:isoCurrencyCode> <ns2:isoLocale>...</ns2:isoLocale> <ns2:isActive>...</ns2:isActive> <ns2:lastModified>...</ns2:lastModified> <ns2:uuid>...</ns2:uuid> </ns2:currency> <ns2:tierCode>...</ns2:tierCode> <ns2:regionCode>...</ns2:regionCode> <ns2:commonEntityPk>...</ns2:commonEntityPk> <ns2:uuid>...</ns2:uuid> <ns2:applyToAllLocales>...</ns2:applyToAllLocales> <ns2:locales> <ns2:localePk>...</ns2:localePk> <ns2:language>...</ns2:language> <ns2:country>...</ns2:country> <ns2:uuid>...</ns2:uuid> </ns2:locales> <ns2:locales> <!--...--> </ns2:locales> <!--...more "locales" elements...--> <ns2:externalID>...</ns2:externalID> <ns2:customAttributes> <ns2:customAttribute> <ns2:customAttributePk>...</ns2:customAttributePk> <ns2:discriminator>...</ns2:discriminator> <ns2:customAttributeTypeName>...</ns2:customAttributeTypeName> <ns2:uuid>...</ns2:uuid> <ns2:customAttributeTypeIdentifier>...</ns2:customAttributeTypeIdentifier> </ns2:customAttribute> <ns2:customAttribute> <!--...--> </ns2:customAttribute> <!--...more "customAttribute" elements...--> </ns2:customAttributes> <ns2:resourceKey> <ns2:resourceKeyPk>...</ns2:resourceKeyPk> <ns2:key>...</ns2:key> <ns2:resourceLabels> <ns2:resourceLabel> <ns2:resourceLabelPk>...</ns2:resourceLabelPk> <ns2:label>...</ns2:label> <ns2:language>...</ns2:language> </ns2:resourceLabel> <ns2:resourceLabel> <!--...--> </ns2:resourceLabel> <!--...more "resourceLabel" elements...--> </ns2:resourceLabels> </ns2:resourceKey> <ns2:orderNumber>...</ns2:orderNumber> <ns2:extraInfos> <ns2:extraInfo> <ns2:extraInfoPK>...</ns2:extraInfoPK> <ns2:content>...</ns2:content> <ns2:uuid>...</ns2:uuid> </ns2:extraInfo> <ns2:extraInfo> <!--...--> </ns2:extraInfo> <!--...more "extraInfo" elements...--> </ns2:extraInfos> </ns2:priceCategory> <ns2:priceCategory> <!--...--> </ns2:priceCategory> <!--...more "priceCategory" elements...--> </ns2:priceCategories> <ns2:providers> <ns2:provider> <ns2:providerName>...</ns2:providerName> <ns2:commonEntityPk>...</ns2:commonEntityPk> <ns2:uuid>...</ns2:uuid> <ns2:applyToAllLocales>...</ns2:applyToAllLocales> <ns2:locales> <ns2:localePk>...</ns2:localePk> <ns2:language>...</ns2:language> <ns2:country>...</ns2:country> <ns2:uuid>...</ns2:uuid> </ns2:locales> <ns2:locales> <!--...--> </ns2:locales> <!--...more "locales" elements...--> <ns2:externalID>...</ns2:externalID> <ns2:customAttributes> <ns2:customAttribute> <ns2:customAttributePk>...</ns2:customAttributePk> <ns2:discriminator>...</ns2:discriminator> <ns2:customAttributeTypeName>...</ns2:customAttributeTypeName> <ns2:uuid>...</ns2:uuid> <ns2:customAttributeTypeIdentifier>...</ns2:customAttributeTypeIdentifier> </ns2:customAttribute> <ns2:customAttribute> <!--...--> </ns2:customAttribute> <!--...more "customAttribute" elements...--> </ns2:customAttributes> <ns2:resourceKey> <ns2:resourceKeyPk>...</ns2:resourceKeyPk> <ns2:key>...</ns2:key> <ns2:resourceLabels> <ns2:resourceLabel> <ns2:resourceLabelPk>...</ns2:resourceLabelPk> <ns2:label>...</ns2:label> <ns2:language>...</ns2:language> </ns2:resourceLabel> <ns2:resourceLabel> <!--...--> </ns2:resourceLabel> <!--...more "resourceLabel" elements...--> </ns2:resourceLabels> </ns2:resourceKey> <ns2:orderNumber>...</ns2:orderNumber> <ns2:extraInfos> <ns2:extraInfo> <ns2:extraInfoPK>...</ns2:extraInfoPK> <ns2:content>...</ns2:content> <ns2:uuid>...</ns2:uuid> </ns2:extraInfo> <ns2:extraInfo> <!--...--> </ns2:extraInfo> <!--...more "extraInfo" elements...--> </ns2:extraInfos> </ns2:provider> <ns2:provider> <!--...--> </ns2:provider> <!--...more "provider" elements...--> </ns2:providers> <ns2:ratings> <ns2:rating> <ns2:ratingName>...</ns2:ratingName> <ns2:ratingBody>...</ns2:ratingBody> <ns2:reason>...</ns2:reason> <ns2:commonEntityPk>...</ns2:commonEntityPk> <ns2:uuid>...</ns2:uuid> <ns2:applyToAllLocales>...</ns2:applyToAllLocales> <ns2:locales> <ns2:localePk>...</ns2:localePk> <ns2:language>...</ns2:language> <ns2:country>...</ns2:country> <ns2:uuid>...</ns2:uuid> </ns2:locales> <ns2:locales> <!--...--> </ns2:locales> <!--...more "locales" elements...--> <ns2:externalID>...</ns2:externalID> <ns2:customAttributes> <ns2:customAttribute> <ns2:customAttributePk>...</ns2:customAttributePk> <ns2:discriminator>...</ns2:discriminator> <ns2:customAttributeTypeName>...</ns2:customAttributeTypeName> <ns2:uuid>...</ns2:uuid> <ns2:customAttributeTypeIdentifier>...</ns2:customAttributeTypeIdentifier> </ns2:customAttribute> <ns2:customAttribute> <!--...--> </ns2:customAttribute> <!--...more "customAttribute" elements...--> </ns2:customAttributes> <ns2:resourceKey> <ns2:resourceKeyPk>...</ns2:resourceKeyPk> <ns2:key>...</ns2:key> <ns2:resourceLabels> <ns2:resourceLabel> <ns2:resourceLabelPk>...</ns2:resourceLabelPk> <ns2:label>...</ns2:label> <ns2:language>...</ns2:language> </ns2:resourceLabel> <ns2:resourceLabel> <!--...--> </ns2:resourceLabel> <!--...more "resourceLabel" elements...--> </ns2:resourceLabels> </ns2:resourceKey> <ns2:orderNumber>...</ns2:orderNumber> <ns2:extraInfos> <ns2:extraInfo> <ns2:extraInfoPK>...</ns2:extraInfoPK> <ns2:content>...</ns2:content> <ns2:uuid>...</ns2:uuid> </ns2:extraInfo> <ns2:extraInfo> <!--...--> </ns2:extraInfo> <!--...more "extraInfo" elements...--> </ns2:extraInfos> </ns2:rating> <ns2:rating> <!--...--> </ns2:rating> <!--...more "rating" elements...--> </ns2:ratings> <ns2:styles> <ns2:style> <ns2:styleName>...</ns2:styleName> <ns2:commonEntityPk>...</ns2:commonEntityPk> <ns2:uuid>...</ns2:uuid> <ns2:applyToAllLocales>...</ns2:applyToAllLocales> <ns2:locales> <ns2:localePk>...</ns2:localePk> <ns2:language>...</ns2:language> <ns2:country>...</ns2:country> <ns2:uuid>...</ns2:uuid> </ns2:locales> <ns2:locales> <!--...--> </ns2:locales> <!--...more "locales" elements...--> <ns2:externalID>...</ns2:externalID> <ns2:customAttributes> <ns2:customAttribute> <ns2:customAttributePk>...</ns2:customAttributePk> <ns2:discriminator>...</ns2:discriminator> <ns2:customAttributeTypeName>...</ns2:customAttributeTypeName> <ns2:uuid>...</ns2:uuid> <ns2:customAttributeTypeIdentifier>...</ns2:customAttributeTypeIdentifier> </ns2:customAttribute> <ns2:customAttribute> <!--...--> </ns2:customAttribute> <!--...more "customAttribute" elements...--> </ns2:customAttributes> <ns2:resourceKey> <ns2:resourceKeyPk>...</ns2:resourceKeyPk> <ns2:key>...</ns2:key> <ns2:resourceLabels> <ns2:resourceLabel> <ns2:resourceLabelPk>...</ns2:resourceLabelPk> <ns2:label>...</ns2:label> <ns2:language>...</ns2:language> </ns2:resourceLabel> <ns2:resourceLabel> <!--...--> </ns2:resourceLabel> <!--...more "resourceLabel" elements...--> </ns2:resourceLabels> </ns2:resourceKey> <ns2:orderNumber>...</ns2:orderNumber> <ns2:extraInfos> <ns2:extraInfo> <ns2:extraInfoPK>...</ns2:extraInfoPK> <ns2:content>...</ns2:content> <ns2:uuid>...</ns2:uuid> </ns2:extraInfo> <ns2:extraInfo> <!--...--> </ns2:extraInfo> <!--...more "extraInfo" elements...--> </ns2:extraInfos> </ns2:style> <ns2:style> <!--...--> </ns2:style> <!--...more "style" elements...--> </ns2:styles> <ns2:subtitleLanguages> <ns2:subtitleLanguage> <ns2:language>...</ns2:language> <ns2:commonEntityPk>...</ns2:commonEntityPk> <ns2:uuid>...</ns2:uuid> <ns2:applyToAllLocales>...</ns2:applyToAllLocales> <ns2:locales> <ns2:localePk>...</ns2:localePk> <ns2:language>...</ns2:language> <ns2:country>...</ns2:country> <ns2:uuid>...</ns2:uuid> </ns2:locales> <ns2:locales> <!--...--> </ns2:locales> <!--...more "locales" elements...--> <ns2:externalID>...</ns2:externalID> <ns2:customAttributes> <ns2:customAttribute> <ns2:customAttributePk>...</ns2:customAttributePk> <ns2:discriminator>...</ns2:discriminator> <ns2:customAttributeTypeName>...</ns2:customAttributeTypeName> <ns2:uuid>...</ns2:uuid> <ns2:customAttributeTypeIdentifier>...</ns2:customAttributeTypeIdentifier> </ns2:customAttribute> <ns2:customAttribute> <!--...--> </ns2:customAttribute> <!--...more "customAttribute" elements...--> </ns2:customAttributes> <ns2:resourceKey> <ns2:resourceKeyPk>...</ns2:resourceKeyPk> <ns2:key>...</ns2:key> <ns2:resourceLabels> <ns2:resourceLabel> <ns2:resourceLabelPk>...</ns2:resourceLabelPk> <ns2:label>...</ns2:label> <ns2:language>...</ns2:language> </ns2:resourceLabel> <ns2:resourceLabel> <!--...--> </ns2:resourceLabel> <!--...more "resourceLabel" elements...--> </ns2:resourceLabels> </ns2:resourceKey> <ns2:orderNumber>...</ns2:orderNumber> <ns2:extraInfos> <ns2:extraInfo> <ns2:extraInfoPK>...</ns2:extraInfoPK> <ns2:content>...</ns2:content> <ns2:uuid>...</ns2:uuid> </ns2:extraInfo> <ns2:extraInfo> <!--...--> </ns2:extraInfo> <!--...more "extraInfo" elements...--> </ns2:extraInfos> </ns2:subtitleLanguage> <ns2:subtitleLanguage> <!--...--> </ns2:subtitleLanguage> <!--...more "subtitleLanguage" elements...--> </ns2:subtitleLanguages> <ns2:talents> <ns2:talent> <ns2:person> <ns2:personPk>...</ns2:personPk> <ns2:firstName>...</ns2:firstName> <ns2:lastName>...</ns2:lastName> <ns2:displayName>...</ns2:displayName> </ns2:person> <ns2:talentRole> <ns2:talentRolePk>...</ns2:talentRolePk> <ns2:roleName>...</ns2:roleName> </ns2:talentRole> <ns2:commonEntityPk>...</ns2:commonEntityPk> <ns2:uuid>...</ns2:uuid> <ns2:applyToAllLocales>...</ns2:applyToAllLocales> <ns2:locales> <ns2:localePk>...</ns2:localePk> <ns2:language>...</ns2:language> <ns2:country>...</ns2:country> <ns2:uuid>...</ns2:uuid> </ns2:locales> <ns2:locales> <!--...--> </ns2:locales> <!--...more "locales" elements...--> <ns2:externalID>...</ns2:externalID> <ns2:customAttributes> <ns2:customAttribute> <ns2:customAttributePk>...</ns2:customAttributePk> <ns2:discriminator>...</ns2:discriminator> <ns2:customAttributeTypeName>...</ns2:customAttributeTypeName> <ns2:uuid>...</ns2:uuid> <ns2:customAttributeTypeIdentifier>...</ns2:customAttributeTypeIdentifier> </ns2:customAttribute> <ns2:customAttribute> <!--...--> </ns2:customAttribute> <!--...more "customAttribute" elements...--> </ns2:customAttributes> <ns2:resourceKey> <ns2:resourceKeyPk>...</ns2:resourceKeyPk> <ns2:key>...</ns2:key> <ns2:resourceLabels> <ns2:resourceLabel> <ns2:resourceLabelPk>...</ns2:resourceLabelPk> <ns2:label>...</ns2:label> <ns2:language>...</ns2:language> </ns2:resourceLabel> <ns2:resourceLabel> <!--...--> </ns2:resourceLabel> <!--...more "resourceLabel" elements...--> </ns2:resourceLabels> </ns2:resourceKey> <ns2:orderNumber>...</ns2:orderNumber> <ns2:extraInfos> <ns2:extraInfo> <ns2:extraInfoPK>...</ns2:extraInfoPK> <ns2:content>...</ns2:content> <ns2:uuid>...</ns2:uuid> </ns2:extraInfo> <ns2:extraInfo> <!--...--> </ns2:extraInfo> <!--...more "extraInfo" elements...--> </ns2:extraInfos> </ns2:talent> <ns2:talent> <!--...--> </ns2:talent> <!--...more "talent" elements...--> </ns2:talents> <ns2:targetDevices> <ns2:targetDevice> <ns2:name>...</ns2:name> <ns2:manufacturer>...</ns2:manufacturer> <ns2:type>...</ns2:type> <ns2:os>...</ns2:os> <ns2:minOSVersion>...</ns2:minOSVersion> <ns2:maxOSVersion>...</ns2:maxOSVersion> <ns2:commonEntityPk>...</ns2:commonEntityPk> <ns2:uuid>...</ns2:uuid> <ns2:applyToAllLocales>...</ns2:applyToAllLocales> <ns2:locales> <ns2:localePk>...</ns2:localePk> <ns2:language>...</ns2:language> <ns2:country>...</ns2:country> <ns2:uuid>...</ns2:uuid> </ns2:locales> <ns2:locales> <!--...--> </ns2:locales> <!--...more "locales" elements...--> <ns2:externalID>...</ns2:externalID> <ns2:customAttributes> <ns2:customAttribute> <ns2:customAttributePk>...</ns2:customAttributePk> <ns2:discriminator>...</ns2:discriminator> <ns2:customAttributeTypeName>...</ns2:customAttributeTypeName> <ns2:uuid>...</ns2:uuid> <ns2:customAttributeTypeIdentifier>...</ns2:customAttributeTypeIdentifier> </ns2:customAttribute> <ns2:customAttribute> <!--...--> </ns2:customAttribute> <!--...more "customAttribute" elements...--> </ns2:customAttributes> <ns2:resourceKey> <ns2:resourceKeyPk>...</ns2:resourceKeyPk> <ns2:key>...</ns2:key> <ns2:resourceLabels> <ns2:resourceLabel> <ns2:resourceLabelPk>...</ns2:resourceLabelPk> <ns2:label>...</ns2:label> <ns2:language>...</ns2:language> </ns2:resourceLabel> <ns2:resourceLabel> <!--...--> </ns2:resourceLabel> <!--...more "resourceLabel" elements...--> </ns2:resourceLabels> </ns2:resourceKey> <ns2:orderNumber>...</ns2:orderNumber> <ns2:extraInfos> <ns2:extraInfo> <ns2:extraInfoPK>...</ns2:extraInfoPK> <ns2:content>...</ns2:content> <ns2:uuid>...</ns2:uuid> </ns2:extraInfo> <ns2:extraInfo> <!--...--> </ns2:extraInfo> <!--...more "extraInfo" elements...--> </ns2:extraInfos> </ns2:targetDevice> <ns2:targetDevice> <!--...--> </ns2:targetDevice> <!--...more "targetDevice" elements...--> </ns2:targetDevices> <ns2:audioLanguages> <ns2:audioLanguage> <ns2:language>...</ns2:language> <ns2:commonEntityPk>...</ns2:commonEntityPk> <ns2:uuid>...</ns2:uuid> <ns2:applyToAllLocales>...</ns2:applyToAllLocales> <ns2:locales> <ns2:localePk>...</ns2:localePk> <ns2:language>...</ns2:language> <ns2:country>...</ns2:country> <ns2:uuid>...</ns2:uuid> </ns2:locales> <ns2:locales> <!--...--> </ns2:locales> <!--...more "locales" elements...--> <ns2:externalID>...</ns2:externalID> <ns2:customAttributes> <ns2:customAttribute> <ns2:customAttributePk>...</ns2:customAttributePk> <ns2:discriminator>...</ns2:discriminator> <ns2:customAttributeTypeName>...</ns2:customAttributeTypeName> <ns2:uuid>...</ns2:uuid> <ns2:customAttributeTypeIdentifier>...</ns2:customAttributeTypeIdentifier> </ns2:customAttribute> <ns2:customAttribute> <!--...--> </ns2:customAttribute> <!--...more "customAttribute" elements...--> </ns2:customAttributes> <ns2:resourceKey> <ns2:resourceKeyPk>...</ns2:resourceKeyPk> <ns2:key>...</ns2:key> <ns2:resourceLabels> <ns2:resourceLabel> <ns2:resourceLabelPk>...</ns2:resourceLabelPk> <ns2:label>...</ns2:label> <ns2:language>...</ns2:language> </ns2:resourceLabel> <ns2:resourceLabel> <!--...--> </ns2:resourceLabel> <!--...more "resourceLabel" elements...--> </ns2:resourceLabels> </ns2:resourceKey> <ns2:orderNumber>...</ns2:orderNumber> <ns2:extraInfos> <ns2:extraInfo> <ns2:extraInfoPK>...</ns2:extraInfoPK> <ns2:content>...</ns2:content> <ns2:uuid>...</ns2:uuid> </ns2:extraInfo> <ns2:extraInfo> <!--...--> </ns2:extraInfo> <!--...more "extraInfo" elements...--> </ns2:extraInfos> </ns2:audioLanguage> <ns2:audioLanguage> <!--...--> </ns2:audioLanguage> <!--...more "audioLanguage" elements...--> </ns2:audioLanguages> <ns2:classificationTypes> <ns2:classificationType> <ns2:name>...</ns2:name> <ns2:type>...</ns2:type> <ns2:commonEntityPk>...</ns2:commonEntityPk> <ns2:uuid>...</ns2:uuid> <ns2:applyToAllLocales>...</ns2:applyToAllLocales> <ns2:locales> <ns2:localePk>...</ns2:localePk> <ns2:language>...</ns2:language> <ns2:country>...</ns2:country> <ns2:uuid>...</ns2:uuid> </ns2:locales> <ns2:locales> <!--...--> </ns2:locales> <!--...more "locales" elements...--> <ns2:externalID>...</ns2:externalID> <ns2:customAttributes> <ns2:customAttribute> <ns2:customAttributePk>...</ns2:customAttributePk> <ns2:discriminator>...</ns2:discriminator> <ns2:customAttributeTypeName>...</ns2:customAttributeTypeName> <ns2:uuid>...</ns2:uuid> <ns2:customAttributeTypeIdentifier>...</ns2:customAttributeTypeIdentifier> </ns2:customAttribute> <ns2:customAttribute> <!--...--> </ns2:customAttribute> <!--...more "customAttribute" elements...--> </ns2:customAttributes> <ns2:resourceKey> <ns2:resourceKeyPk>...</ns2:resourceKeyPk> <ns2:key>...</ns2:key> <ns2:resourceLabels> <ns2:resourceLabel> <ns2:resourceLabelPk>...</ns2:resourceLabelPk> <ns2:label>...</ns2:label> <ns2:language>...</ns2:language> </ns2:resourceLabel> <ns2:resourceLabel> <!--...--> </ns2:resourceLabel> <!--...more "resourceLabel" elements...--> </ns2:resourceLabels> </ns2:resourceKey> <ns2:orderNumber>...</ns2:orderNumber> <ns2:extraInfos> <ns2:extraInfo> <ns2:extraInfoPK>...</ns2:extraInfoPK> <ns2:content>...</ns2:content> <ns2:uuid>...</ns2:uuid> </ns2:extraInfo> <ns2:extraInfo> <!--...--> </ns2:extraInfo> <!--...more "extraInfo" elements...--> </ns2:extraInfos> </ns2:classificationType> <ns2:classificationType> <!--...--> </ns2:classificationType> <!--...more "classificationType" elements...--> </ns2:classificationTypes> <ns2:restrictTos> <ns2:restrictTo> <ns2:name>...</ns2:name> <ns2:value>...</ns2:value> <ns2:commonEntityPk>...</ns2:commonEntityPk> <ns2:uuid>...</ns2:uuid> <ns2:applyToAllLocales>...</ns2:applyToAllLocales> <ns2:locales> <ns2:localePk>...</ns2:localePk> <ns2:language>...</ns2:language> <ns2:country>...</ns2:country> <ns2:uuid>...</ns2:uuid> </ns2:locales> <ns2:locales> <!--...--> </ns2:locales> <!--...more "locales" elements...--> <ns2:externalID>...</ns2:externalID> <ns2:customAttributes> <ns2:customAttribute> <ns2:customAttributePk>...</ns2:customAttributePk> <ns2:discriminator>...</ns2:discriminator> <ns2:customAttributeTypeName>...</ns2:customAttributeTypeName> <ns2:uuid>...</ns2:uuid> <ns2:customAttributeTypeIdentifier>...</ns2:customAttributeTypeIdentifier> </ns2:customAttribute> <ns2:customAttribute> <!--...--> </ns2:customAttribute> <!--...more "customAttribute" elements...--> </ns2:customAttributes> <ns2:resourceKey> <ns2:resourceKeyPk>...</ns2:resourceKeyPk> <ns2:key>...</ns2:key> <ns2:resourceLabels> <ns2:resourceLabel> <ns2:resourceLabelPk>...</ns2:resourceLabelPk> <ns2:label>...</ns2:label> <ns2:language>...</ns2:language> </ns2:resourceLabel> <ns2:resourceLabel> <!--...--> </ns2:resourceLabel> <!--...more "resourceLabel" elements...--> </ns2:resourceLabels> </ns2:resourceKey> <ns2:orderNumber>...</ns2:orderNumber> <ns2:extraInfos> <ns2:extraInfo> <ns2:extraInfoPK>...</ns2:extraInfoPK> <ns2:content>...</ns2:content> <ns2:uuid>...</ns2:uuid> </ns2:extraInfo> <ns2:extraInfo> <!--...--> </ns2:extraInfo> <!--...more "extraInfo" elements...--> </ns2:extraInfos> </ns2:restrictTo> <ns2:restrictTo> <!--...--> </ns2:restrictTo> <!--...more "restrictTo" elements...--> </ns2:restrictTos> <ns2:clickThroughs> <ns2:clickThrough> <ns2:name>...</ns2:name> <ns2:type>...</ns2:type> <ns2:commonEntityPk>...</ns2:commonEntityPk> <ns2:uuid>...</ns2:uuid> <ns2:applyToAllLocales>...</ns2:applyToAllLocales> <ns2:locales> <ns2:localePk>...</ns2:localePk> <ns2:language>...</ns2:language> <ns2:country>...</ns2:country> <ns2:uuid>...</ns2:uuid> </ns2:locales> <ns2:locales> <!--...--> </ns2:locales> <!--...more "locales" elements...--> <ns2:externalID>...</ns2:externalID> <ns2:customAttributes> <ns2:customAttribute> <ns2:customAttributePk>...</ns2:customAttributePk> <ns2:discriminator>...</ns2:discriminator> <ns2:customAttributeTypeName>...</ns2:customAttributeTypeName> <ns2:uuid>...</ns2:uuid> <ns2:customAttributeTypeIdentifier>...</ns2:customAttributeTypeIdentifier> </ns2:customAttribute> <ns2:customAttribute> <!--...--> </ns2:customAttribute> <!--...more "customAttribute" elements...--> </ns2:customAttributes> <ns2:resourceKey> <ns2:resourceKeyPk>...</ns2:resourceKeyPk> <ns2:key>...</ns2:key> <ns2:resourceLabels> <ns2:resourceLabel> <ns2:resourceLabelPk>...</ns2:resourceLabelPk> <ns2:label>...</ns2:label> <ns2:language>...</ns2:language> </ns2:resourceLabel> <ns2:resourceLabel> <!--...--> </ns2:resourceLabel> <!--...more "resourceLabel" elements...--> </ns2:resourceLabels> </ns2:resourceKey> <ns2:orderNumber>...</ns2:orderNumber> <ns2:extraInfos> <ns2:extraInfo> <ns2:extraInfoPK>...</ns2:extraInfoPK> <ns2:content>...</ns2:content> <ns2:uuid>...</ns2:uuid> </ns2:extraInfo> <ns2:extraInfo> <!--...--> </ns2:extraInfo> <!--...more "extraInfo" elements...--> </ns2:extraInfos> </ns2:clickThrough> <ns2:clickThrough> <!--...--> </ns2:clickThrough> <!--...more "clickThrough" elements...--> </ns2:clickThroughs> <ns2:renderHints> <ns2:renderHint> <ns2:renderHintType>...</ns2:renderHintType> <ns2:name>...</ns2:name> <ns2:value>...</ns2:value> <ns2:commonEntityPk>...</ns2:commonEntityPk> <ns2:uuid>...</ns2:uuid> <ns2:applyToAllLocales>...</ns2:applyToAllLocales> <ns2:locales> <ns2:localePk>...</ns2:localePk> <ns2:language>...</ns2:language> <ns2:country>...</ns2:country> <ns2:uuid>...</ns2:uuid> </ns2:locales> <ns2:locales> <!--...--> </ns2:locales> <!--...more "locales" elements...--> <ns2:externalID>...</ns2:externalID> <ns2:customAttributes> <ns2:customAttribute> <ns2:customAttributePk>...</ns2:customAttributePk> <ns2:discriminator>...</ns2:discriminator> <ns2:customAttributeTypeName>...</ns2:customAttributeTypeName> <ns2:uuid>...</ns2:uuid> <ns2:customAttributeTypeIdentifier>...</ns2:customAttributeTypeIdentifier> </ns2:customAttribute> <ns2:customAttribute> <!--...--> </ns2:customAttribute> <!--...more "customAttribute" elements...--> </ns2:customAttributes> <ns2:resourceKey> <ns2:resourceKeyPk>...</ns2:resourceKeyPk> <ns2:key>...</ns2:key> <ns2:resourceLabels> <ns2:resourceLabel> <ns2:resourceLabelPk>...</ns2:resourceLabelPk> <ns2:label>...</ns2:label> <ns2:language>...</ns2:language> </ns2:resourceLabel> <ns2:resourceLabel> <!--...--> </ns2:resourceLabel> <!--...more "resourceLabel" elements...--> </ns2:resourceLabels> </ns2:resourceKey> <ns2:orderNumber>...</ns2:orderNumber> <ns2:extraInfos> <ns2:extraInfo> <ns2:extraInfoPK>...</ns2:extraInfoPK> <ns2:content>...</ns2:content> <ns2:uuid>...</ns2:uuid> </ns2:extraInfo> <ns2:extraInfo> <!--...--> </ns2:extraInfo> <!--...more "extraInfo" elements...--> </ns2:extraInfos> </ns2:renderHint> <ns2:renderHint> <!--...--> </ns2:renderHint> <!--...more "renderHint" elements...--> </ns2:renderHints> <ns2:imageTypes> <ns2:imageType> <ns2:imageKey>...</ns2:imageKey> <ns2:name>...</ns2:name> <ns2:isStbViewRequired>...</ns2:isStbViewRequired> <ns2:commonEntityPk>...</ns2:commonEntityPk> <ns2:uuid>...</ns2:uuid> <ns2:applyToAllLocales>...</ns2:applyToAllLocales> <ns2:locales> <ns2:localePk>...</ns2:localePk> <ns2:language>...</ns2:language> <ns2:country>...</ns2:country> <ns2:uuid>...</ns2:uuid> </ns2:locales> <ns2:locales> <!--...--> </ns2:locales> <!--...more "locales" elements...--> <ns2:externalID>...</ns2:externalID> <ns2:customAttributes> <ns2:customAttribute> <ns2:customAttributePk>...</ns2:customAttributePk> <ns2:discriminator>...</ns2:discriminator> <ns2:customAttributeTypeName>...</ns2:customAttributeTypeName> <ns2:uuid>...</ns2:uuid> <ns2:customAttributeTypeIdentifier>...</ns2:customAttributeTypeIdentifier> </ns2:customAttribute> <ns2:customAttribute> <!--...--> </ns2:customAttribute> <!--...more "customAttribute" elements...--> </ns2:customAttributes> <ns2:resourceKey> <ns2:resourceKeyPk>...</ns2:resourceKeyPk> <ns2:key>...</ns2:key> <ns2:resourceLabels> <ns2:resourceLabel> <ns2:resourceLabelPk>...</ns2:resourceLabelPk> <ns2:label>...</ns2:label> <ns2:language>...</ns2:language> </ns2:resourceLabel> <ns2:resourceLabel> <!--...--> </ns2:resourceLabel> <!--...more "resourceLabel" elements...--> </ns2:resourceLabels> </ns2:resourceKey> <ns2:orderNumber>...</ns2:orderNumber> <ns2:extraInfos> <ns2:extraInfo> <ns2:extraInfoPK>...</ns2:extraInfoPK> <ns2:content>...</ns2:content> <ns2:uuid>...</ns2:uuid> </ns2:extraInfo> <ns2:extraInfo> <!--...--> </ns2:extraInfo> <!--...more "extraInfo" elements...--> </ns2:extraInfos> </ns2:imageType> <ns2:imageType> <!--...--> </ns2:imageType> <!--...more "imageType" elements...--> </ns2:imageTypes> <ns2:offerTypes> <ns2:offerType> <ns2:name>...</ns2:name> <ns2:offerEndCalculatorClass>...</ns2:offerEndCalculatorClass> <ns2:commonEntityPk>...</ns2:commonEntityPk> <ns2:uuid>...</ns2:uuid> <ns2:applyToAllLocales>...</ns2:applyToAllLocales> <ns2:locales> <ns2:localePk>...</ns2:localePk> <ns2:language>...</ns2:language> <ns2:country>...</ns2:country> <ns2:uuid>...</ns2:uuid> </ns2:locales> <ns2:locales> <!--...--> </ns2:locales> <!--...more "locales" elements...--> <ns2:externalID>...</ns2:externalID> <ns2:customAttributes> <ns2:customAttribute> <ns2:customAttributePk>...</ns2:customAttributePk> <ns2:discriminator>...</ns2:discriminator> <ns2:customAttributeTypeName>...</ns2:customAttributeTypeName> <ns2:uuid>...</ns2:uuid> <ns2:customAttributeTypeIdentifier>...</ns2:customAttributeTypeIdentifier> </ns2:customAttribute> <ns2:customAttribute> <!--...--> </ns2:customAttribute> <!--...more "customAttribute" elements...--> </ns2:customAttributes> <ns2:resourceKey> <ns2:resourceKeyPk>...</ns2:resourceKeyPk> <ns2:key>...</ns2:key> <ns2:resourceLabels> <ns2:resourceLabel> <ns2:resourceLabelPk>...</ns2:resourceLabelPk> <ns2:label>...</ns2:label> <ns2:language>...</ns2:language> </ns2:resourceLabel> <ns2:resourceLabel> <!--...--> </ns2:resourceLabel> <!--...more "resourceLabel" elements...--> </ns2:resourceLabels> </ns2:resourceKey> <ns2:orderNumber>...</ns2:orderNumber> <ns2:extraInfos> <ns2:extraInfo> <ns2:extraInfoPK>...</ns2:extraInfoPK> <ns2:content>...</ns2:content> <ns2:uuid>...</ns2:uuid> </ns2:extraInfo> <ns2:extraInfo> <!--...--> </ns2:extraInfo> <!--...more "extraInfo" elements...--> </ns2:extraInfos> </ns2:offerType> <ns2:offerType> <!--...--> </ns2:offerType> <!--...more "offerType" elements...--> </ns2:offerTypes> <ns2:studios> <ns2:studio> <ns2:code>...</ns2:code> <ns2:commonEntityPk>...</ns2:commonEntityPk> <ns2:uuid>...</ns2:uuid> <ns2:applyToAllLocales>...</ns2:applyToAllLocales> <ns2:locales> <ns2:localePk>...</ns2:localePk> <ns2:language>...</ns2:language> <ns2:country>...</ns2:country> <ns2:uuid>...</ns2:uuid> </ns2:locales> <ns2:locales> <!--...--> </ns2:locales> <!--...more "locales" elements...--> <ns2:externalID>...</ns2:externalID> <ns2:customAttributes> <ns2:customAttribute> <ns2:customAttributePk>...</ns2:customAttributePk> <ns2:discriminator>...</ns2:discriminator> <ns2:customAttributeTypeName>...</ns2:customAttributeTypeName> <ns2:uuid>...</ns2:uuid> <ns2:customAttributeTypeIdentifier>...</ns2:customAttributeTypeIdentifier> </ns2:customAttribute> <ns2:customAttribute> <!--...--> </ns2:customAttribute> <!--...more "customAttribute" elements...--> </ns2:customAttributes> <ns2:resourceKey> <ns2:resourceKeyPk>...</ns2:resourceKeyPk> <ns2:key>...</ns2:key> <ns2:resourceLabels> <ns2:resourceLabel> <ns2:resourceLabelPk>...</ns2:resourceLabelPk> <ns2:label>...</ns2:label> <ns2:language>...</ns2:language> </ns2:resourceLabel> <ns2:resourceLabel> <!--...--> </ns2:resourceLabel> <!--...more "resourceLabel" elements...--> </ns2:resourceLabels> </ns2:resourceKey> <ns2:orderNumber>...</ns2:orderNumber> <ns2:extraInfos> <ns2:extraInfo> <ns2:extraInfoPK>...</ns2:extraInfoPK> <ns2:content>...</ns2:content> <ns2:uuid>...</ns2:uuid> </ns2:extraInfo> <ns2:extraInfo> <!--...--> </ns2:extraInfo> <!--...more "extraInfo" elements...--> </ns2:extraInfos> </ns2:studio> <ns2:studio> <!--...--> </ns2:studio> <!--...more "studio" elements...--> </ns2:studios> </ns2:commonEntities></opencase>

Element playReadyDomain

Container class for DRM terms for generating PlayReady Domain licenses.

Example XML

<?xml version="1.0" encoding="UTF-8"?><playReadyDomain> <ns2:allowCopyToAACS xmlns:ns2="http://opencase.extend.com/cm">...</ns2:allowCopyToAACS> <ns2:allowCopyToCPRM xmlns:ns2="http://opencase.extend.com/cm">...</ns2:allowCopyToCPRM> <ns2:allowCopyToCSS xmlns:ns2="http://opencase.extend.com/cm">...</ns2:allowCopyToCSS> <ns2:allowCopyToHelix xmlns:ns2="http://opencase.extend.com/cm">...</ns2:allowCopyToHelix> <ns2:allowCopyToOrangeBookCD xmlns:ns2="http://opencase.extend.com/cm">...</ns2:allowCopyToOrangeBookCD> <ns2:allowCopyToSDCC xmlns:ns2="http://opencase.extend.com/cm">...</ns2:allowCopyToSDCC> <ns2:allowCopyToSDCCP xmlns:ns2="http://opencase.extend.com/cm">...</ns2:allowCopyToSDCCP> <ns2:allowCopyToSDCLC xmlns:ns2="http://opencase.extend.com/cm">...</ns2:allowCopyToSDCLC> <ns2:allowPlaybackOnDTCP xmlns:ns2="http://opencase.extend.com/cm">...</ns2:allowPlaybackOnDTCP> <ns2:allowPlaybackOnHelix xmlns:ns2="http://opencase.extend.com/cm">...</ns2:allowPlaybackOnHelix> <ns2:allowPlaybackOnUnknown xmlns:ns2="http://opencase.extend.com/cm">...</ns2:allowPlaybackOnUnknown> <ns2:constrainPlaybackOnUnknown xmlns:ns2="http://opencase.extend.com/cm">...</ns2:constrainPlaybackOnUnknown> <ns2:licenseType xmlns:ns2="http://opencase.extend.com/cm">...</ns2:licenseType> <ns2:timeZoneBehavior xmlns:ns2="http://opencase.extend.com/cm">...</ns2:timeZoneBehavior> <ns2:timeZoneId xmlns:ns2="http://opencase.extend.com/cm">...</ns2:timeZoneId> <ns2:firstPlayExpiration xmlns:ns2="http://opencase.extend.com/cm">...</ns2:firstPlayExpiration> <ns2:gracePeriod xmlns:ns2="http://opencase.extend.com/cm">...</ns2:gracePeriod> <ns2:issueWindowEnd xmlns:ns2="http://opencase.extend.com/cm">...</ns2:issueWindowEnd> <ns2:issueWindowEndAfterNDays xmlns:ns2="http://opencase.extend.com/cm">...</ns2:issueWindowEndAfterNDays> <ns2:issueWindowEndDate xmlns:ns2="http://opencase.extend.com/cm">...</ns2:issueWindowEndDate> <ns2:issueWindowStart xmlns:ns2="http://opencase.extend.com/cm">...</ns2:issueWindowStart> <ns2:issueWindowStartDate xmlns:ns2="http://opencase.extend.com/cm">...</ns2:issueWindowStartDate> <ns2:issueWindowStartFailover xmlns:ns2="http://opencase.extend.com/cm">...</ns2:issueWindowStartFailover> <ns2:issueWindowStartFailoverDate xmlns:ns2="http://opencase.extend.com/cm">...</ns2:issueWindowStartFailoverDate> <ns2:issueWindowEndFailover xmlns:ns2="http://opencase.extend.com/cm">...</ns2:issueWindowEndFailover> <ns2:issueWindowEndFailoverDate xmlns:ns2="http://opencase.extend.com/cm">...</ns2:issueWindowEndFailoverDate> <ns2:issueWindowEndFailoverNDays xmlns:ns2="http://opencase.extend.com/cm">...</ns2:issueWindowEndFailoverNDays> <ns2:agcAndColorStrips xmlns:ns2="http://opencase.extend.com/cm">...</ns2:agcAndColorStrips> <ns2:analogTV xmlns:ns2="http://opencase.extend.com/cm">...</ns2:analogTV> <ns2:analogTVUseBestEffort xmlns:ns2="http://opencase.extend.com/cm">...</ns2:analogTVUseBestEffort> <ns2:analogVideo xmlns:ns2="http://opencase.extend.com/cm">...</ns2:analogVideo> <ns2:componentVideo xmlns:ns2="http://opencase.extend.com/cm">...</ns2:componentVideo> <ns2:compressedDigitalAudio xmlns:ns2="http://opencase.extend.com/cm">...</ns2:compressedDigitalAudio> <ns2:compressedDigitalVideo xmlns:ns2="http://opencase.extend.com/cm">...</ns2:compressedDigitalVideo> <ns2:computerMonitor xmlns:ns2="http://opencase.extend.com/cm">...</ns2:computerMonitor> <ns2:scms xmlns:ns2="http://opencase.extend.com/cm">...</ns2:scms> <ns2:uncompressedDigitalAudio xmlns:ns2="http://opencase.extend.com/cm">...</ns2:uncompressedDigitalAudio> <ns2:uncompressedDigitalVideo xmlns:ns2="http://opencase.extend.com/cm">...</ns2:uncompressedDigitalVideo> <ns2:minimumSecurity xmlns:ns2="http://opencase.extend.com/cm">...</ns2:minimumSecurity></playReadyDomain>

Element playReadyDownload

Example XML

<?xml version="1.0" encoding="UTF-8"?><playReadyDownload> <ns2:allowCopyToDevice xmlns:ns2="http://opencase.extend.com/cm">...</ns2:allowCopyToDevice> <ns2:allowCopyToPC xmlns:ns2="http://opencase.extend.com/cm">...</ns2:allowCopyToPC> <ns2:copyCount xmlns:ns2="http://opencase.extend.com/cm">...</ns2:copyCount> <ns2:allowCopyToAACS xmlns:ns2="http://opencase.extend.com/cm">...</ns2:allowCopyToAACS> <ns2:allowCopyToCPRM xmlns:ns2="http://opencase.extend.com/cm">...</ns2:allowCopyToCPRM> <ns2:allowCopyToCSS xmlns:ns2="http://opencase.extend.com/cm">...</ns2:allowCopyToCSS> <ns2:allowCopyToHelix xmlns:ns2="http://opencase.extend.com/cm">...</ns2:allowCopyToHelix> <ns2:allowCopyToOrangeBookCD xmlns:ns2="http://opencase.extend.com/cm">...</ns2:allowCopyToOrangeBookCD> <ns2:allowCopyToSDCC xmlns:ns2="http://opencase.extend.com/cm">...</ns2:allowCopyToSDCC> <ns2:allowCopyToSDCCP xmlns:ns2="http://opencase.extend.com/cm">...</ns2:allowCopyToSDCCP> <ns2:allowCopyToSDCLC xmlns:ns2="http://opencase.extend.com/cm">...</ns2:allowCopyToSDCLC> <ns2:allowPlaybackOnDTCP xmlns:ns2="http://opencase.extend.com/cm">...</ns2:allowPlaybackOnDTCP> <ns2:allowPlaybackOnHelix xmlns:ns2="http://opencase.extend.com/cm">...</ns2:allowPlaybackOnHelix> <ns2:allowPlaybackOnUnknown xmlns:ns2="http://opencase.extend.com/cm">...</ns2:allowPlaybackOnUnknown> <ns2:constrainPlaybackOnUnknown xmlns:ns2="http://opencase.extend.com/cm">...</ns2:constrainPlaybackOnUnknown> <ns2:licenseType xmlns:ns2="http://opencase.extend.com/cm">...</ns2:licenseType> <ns2:timeZoneBehavior xmlns:ns2="http://opencase.extend.com/cm">...</ns2:timeZoneBehavior> <ns2:timeZoneId xmlns:ns2="http://opencase.extend.com/cm">...</ns2:timeZoneId> <ns2:firstPlayExpiration xmlns:ns2="http://opencase.extend.com/cm">...</ns2:firstPlayExpiration> <ns2:gracePeriod xmlns:ns2="http://opencase.extend.com/cm">...</ns2:gracePeriod> <ns2:issueWindowEnd xmlns:ns2="http://opencase.extend.com/cm">...</ns2:issueWindowEnd> <ns2:issueWindowEndAfterNDays xmlns:ns2="http://opencase.extend.com/cm">...</ns2:issueWindowEndAfterNDays> <ns2:issueWindowEndDate xmlns:ns2="http://opencase.extend.com/cm">...</ns2:issueWindowEndDate> <ns2:issueWindowStart xmlns:ns2="http://opencase.extend.com/cm">...</ns2:issueWindowStart> <ns2:issueWindowStartDate xmlns:ns2="http://opencase.extend.com/cm">...</ns2:issueWindowStartDate> <ns2:issueWindowStartFailover xmlns:ns2="http://opencase.extend.com/cm">...</ns2:issueWindowStartFailover> <ns2:issueWindowStartFailoverDate xmlns:ns2="http://opencase.extend.com/cm">...</ns2:issueWindowStartFailoverDate> <ns2:issueWindowEndFailover xmlns:ns2="http://opencase.extend.com/cm">...</ns2:issueWindowEndFailover> <ns2:issueWindowEndFailoverDate xmlns:ns2="http://opencase.extend.com/cm">...</ns2:issueWindowEndFailoverDate> <ns2:issueWindowEndFailoverNDays xmlns:ns2="http://opencase.extend.com/cm">...</ns2:issueWindowEndFailoverNDays> <ns2:agcAndColorStrips xmlns:ns2="http://opencase.extend.com/cm">...</ns2:agcAndColorStrips> <ns2:analogTV xmlns:ns2="http://opencase.extend.com/cm">...</ns2:analogTV> <ns2:analogTVUseBestEffort xmlns:ns2="http://opencase.extend.com/cm">...</ns2:analogTVUseBestEffort> <ns2:analogVideo xmlns:ns2="http://opencase.extend.com/cm">...</ns2:analogVideo> <ns2:componentVideo xmlns:ns2="http://opencase.extend.com/cm">...</ns2:componentVideo> <ns2:compressedDigitalAudio xmlns:ns2="http://opencase.extend.com/cm">...</ns2:compressedDigitalAudio> <ns2:compressedDigitalVideo xmlns:ns2="http://opencase.extend.com/cm">...</ns2:compressedDigitalVideo> <ns2:computerMonitor xmlns:ns2="http://opencase.extend.com/cm">...</ns2:computerMonitor> <ns2:scms xmlns:ns2="http://opencase.extend.com/cm">...</ns2:scms> <ns2:uncompressedDigitalAudio xmlns:ns2="http://opencase.extend.com/cm">...</ns2:uncompressedDigitalAudio> <ns2:uncompressedDigitalVideo xmlns:ns2="http://opencase.extend.com/cm">...</ns2:uncompressedDigitalVideo> <ns2:minimumSecurity xmlns:ns2="http://opencase.extend.com/cm">...</ns2:minimumSecurity></playReadyDownload>

Element playReadyStreaming

Example XML

<?xml version="1.0" encoding="UTF-8"?><playReadyStreaming> <ns2:minimumSecurity xmlns:ns2="http://opencase.extend.com/cm">...</ns2:minimumSecurity></playReadyStreaming>

Element policyList

Example XML

<?xml version="1.0" encoding="UTF-8"?><policyList> <policyPk>...</policyPk> <policyPk>...</policyPk> <!--...more "policyPk" elements...--></policyList>

Element ratingFilterData

Example XML

<?xml version="1.0" encoding="UTF-8"?><ratingFilterData> <commonEntityPks> <commonEntityPk>...</commonEntityPk> <commonEntityPk>...</commonEntityPk> <!--...more "commonEntityPk" elements...--> </commonEntityPks> <restrictionType>...</restrictionType> <filterType>...</filterType></ratingFilterData>

Element row_locale

Xml config object, describes Row Locale tag in XLS Parser Configuration.

Example XML

<?xml version="1.0" encoding="UTF-8"?><row_locale column="..." />

Element ruleSet

Example XML

<?xml version="1.0" encoding="UTF-8"?><ruleSet> <ruleCombinationType>...</ruleCombinationType> <rules> <rule> <comparisonType>...</comparisonType> <rightHandSide>...</rightHandSide> <leftHandSide /> </rule> <rule> <!--...--> </rule> <!--...more "rule" elements...--> </rules></ruleSet>

Element widevineDrmTerms

Example XML

<?xml version="1.0" encoding="UTF-8"?><widevineDrmTerms> <ns2:enableHeartbeat xmlns:ns2="http://opencase.extend.com/cm">...</ns2:enableHeartbeat> <ns2:heartbeatInterval xmlns:ns2="http://opencase.extend.com/cm">...</ns2:heartbeatInterval> <ns2:heartbeatUrl xmlns:ns2="http://opencase.extend.com/cm">...</ns2:heartbeatUrl> <ns2:maxBitRate xmlns:ns2="http://opencase.extend.com/cm">...</ns2:maxBitRate> <ns2:policyName xmlns:ns2="http://opencase.extend.com/cm">...</ns2:policyName></widevineDrmTerms>

Element wmrmDrmTerms

Class of Wmrm Drm term

Example XML

<?xml version="1.0" encoding="UTF-8"?><wmrmDrmTerms> <ns2:allowBackupRestore xmlns:ns2="http://opencase.extend.com/cm">...</ns2:allowBackupRestore> <ns2:allowCollaborativePlay xmlns:ns2="http://opencase.extend.com/cm">...</ns2:allowCollaborativePlay> <ns2:allowCopy xmlns:ns2="http://opencase.extend.com/cm">...</ns2:allowCopy> <ns2:allowOutputToCPRM xmlns:ns2="http://opencase.extend.com/cm">...</ns2:allowOutputToCPRM> <ns2:allowOutputToDTCP xmlns:ns2="http://opencase.extend.com/cm">...</ns2:allowOutputToDTCP> <ns2:allowPlaylistBurn xmlns:ns2="http://opencase.extend.com/cm">...</ns2:allowPlaylistBurn> <ns2:allowTransferToNonSDMI xmlns:ns2="http://opencase.extend.com/cm">...</ns2:allowTransferToNonSDMI> <ns2:allowTransferToSDMI xmlns:ns2="http://opencase.extend.com/cm">...</ns2:allowTransferToSDMI> <ns2:clockRollback xmlns:ns2="http://opencase.extend.com/cm">...</ns2:clockRollback> <ns2:clockRollbackAfter xmlns:ns2="http://opencase.extend.com/cm">...</ns2:clockRollbackAfter> <ns2:copyCount xmlns:ns2="http://opencase.extend.com/cm">...</ns2:copyCount> <ns2:expiration xmlns:ns2="http://opencase.extend.com/cm">...</ns2:expiration> <ns2:expirationAfterNHours xmlns:ns2="http://opencase.extend.com/cm">...</ns2:expirationAfterNHours> <ns2:extendedAnalogVideoProtection xmlns:ns2="http://opencase.extend.com/cm">...</ns2:extendedAnalogVideoProtection> <ns2:issueWindowEnd xmlns:ns2="http://opencase.extend.com/cm">...</ns2:issueWindowEnd> <ns2:issueWindowEndAfterNDays xmlns:ns2="http://opencase.extend.com/cm">...</ns2:issueWindowEndAfterNDays> <ns2:issueWindowEndDate xmlns:ns2="http://opencase.extend.com/cm">...</ns2:issueWindowEndDate> <ns2:issueWindowStart xmlns:ns2="http://opencase.extend.com/cm">...</ns2:issueWindowStart> <ns2:issueWindowStartDate xmlns:ns2="http://opencase.extend.com/cm">...</ns2:issueWindowStartDate> <ns2:issueWindowStartFailover xmlns:ns2="http://opencase.extend.com/cm">...</ns2:issueWindowStartFailover> <ns2:issueWindowStartFailoverDate xmlns:ns2="http://opencase.extend.com/cm">...</ns2:issueWindowStartFailoverDate> <ns2:issueWindowEndFailover xmlns:ns2="http://opencase.extend.com/cm">...</ns2:issueWindowEndFailover> <ns2:issueWindowEndFailoverDate xmlns:ns2="http://opencase.extend.com/cm">...</ns2:issueWindowEndFailoverDate> <ns2:issueWindowEndFailoverNDays xmlns:ns2="http://opencase.extend.com/cm">...</ns2:issueWindowEndFailoverNDays> <ns2:licensePriority xmlns:ns2="http://opencase.extend.com/cm">...</ns2:licensePriority> <ns2:maxPlaylistBurnCount xmlns:ns2="http://opencase.extend.com/cm">...</ns2:maxPlaylistBurnCount> <ns2:minimumAppSecurity xmlns:ns2="http://opencase.extend.com/cm">...</ns2:minimumAppSecurity> <ns2:playCount xmlns:ns2="http://opencase.extend.com/cm">...</ns2:playCount> <ns2:playlistBurnTrackCount xmlns:ns2="http://opencase.extend.com/cm">...</ns2:playlistBurnTrackCount> <ns2:playRestrictionAnalogVideo xmlns:ns2="http://opencase.extend.com/cm">...</ns2:playRestrictionAnalogVideo> <ns2:playRestrictionCompressedDigitalAudio xmlns:ns2="http://opencase.extend.com/cm">...</ns2:playRestrictionCompressedDigitalAudio> <ns2:playRestrictionCompressedDigitalVideo xmlns:ns2="http://opencase.extend.com/cm">...</ns2:playRestrictionCompressedDigitalVideo> <ns2:playRestrictionUnCompressedDigitalAudio xmlns:ns2="http://opencase.extend.com/cm">...</ns2:playRestrictionUnCompressedDigitalAudio> <ns2:playRestrictionUncompressedDigitalVideo xmlns:ns2="http://opencase.extend.com/cm">...</ns2:playRestrictionUncompressedDigitalVideo> <ns2:reissueCount xmlns:ns2="http://opencase.extend.com/cm">...</ns2:reissueCount> <ns2:requireMetering xmlns:ns2="http://opencase.extend.com/cm">...</ns2:requireMetering> <ns2:sapAllowDigitalOut xmlns:ns2="http://opencase.extend.com/cm">...</ns2:sapAllowDigitalOut> <ns2:sapCheckDriverCert xmlns:ns2="http://opencase.extend.com/cm">...</ns2:sapCheckDriverCert> <ns2:sapMinDriverSecurity xmlns:ns2="http://opencase.extend.com/cm">...</ns2:sapMinDriverSecurity> <ns2:sapSetSAPMode xmlns:ns2="http://opencase.extend.com/cm">...</ns2:sapSetSAPMode> <ns2:transferCount xmlns:ns2="http://opencase.extend.com/cm">...</ns2:transferCount> <ns2:timeZoneBehavior xmlns:ns2="http://opencase.extend.com/cm">...</ns2:timeZoneBehavior> <ns2:timeZoneId xmlns:ns2="http://opencase.extend.com/cm">...</ns2:timeZoneId></wmrmDrmTerms>

Element xls_parser

Xml config object that describe xml configuration via domain model

Example XML

<?xml version="1.0" encoding="UTF-8"?><xls_parser sheetName="..." dataRowStarted="..." mergeColumn="..."> <row_locale column="..." /> <bundle type="..." folder="..." uniqueIdentifier="..."> <bundle type="..." folder="..." uniqueIdentifier="..."> <!--...--> <commonEntity type="..." collection="..." fieldName="..."> <customAttribute type="..." name="..." identifier="..." /> <customAttribute type="..." name="..." identifier="..."> <!--...--> </customAttribute> <!--...more "customAttribute" elements...--> </commonEntity> <commonEntity type="..." collection="..." fieldName="..."> <!--...--> </commonEntity> <!--...more "commonEntity" elements...--> <customAttribute type="..." name="..." identifier="..." /> <customAttribute type="..." name="..." identifier="..."> <!--...--> </customAttribute> <!--...more "customAttribute" elements...--> <schedule /> <schedule> <!--...--> </schedule> <!--...more "schedule" elements...--> </bundle> <bundle> <!--...--> </bundle> <!--...more "bundle" elements...--> <component type="..." folder="..." uniqueIdentifier="..."> <commonEntity type="..." collection="..." fieldName="..."> <customAttribute type="..." name="..." identifier="..." /> <customAttribute type="..." name="..." identifier="..."> <!--...--> </customAttribute> <!--...more "customAttribute" elements...--> </commonEntity> <commonEntity type="..." collection="..." fieldName="..."> <!--...--> </commonEntity> <!--...more "commonEntity" elements...--> <customAttribute type="..." name="..." identifier="..." /> <customAttribute type="..." name="..." identifier="..."> <!--...--> </customAttribute> <!--...more "customAttribute" elements...--> <schedule /> <schedule> <!--...--> </schedule> <!--...more "schedule" elements...--> </component> <component type="..." folder="..." uniqueIdentifier="..."> <!--...--> </component> <!--...more "component" elements...--> <commonEntity type="..." collection="..." fieldName="..."> <customAttribute type="..." name="..." identifier="..." /> <customAttribute type="..." name="..." identifier="..."> <!--...--> </customAttribute> <!--...more "customAttribute" elements...--> </commonEntity> <commonEntity type="..." collection="..." fieldName="..."> <!--...--> </commonEntity> <!--...more "commonEntity" elements...--> <customAttribute type="..." name="..." identifier="..." /> <customAttribute type="..." name="..." identifier="..."> <!--...--> </customAttribute> <!--...more "customAttribute" elements...--> <schedule /> <schedule> <!--...--> </schedule> <!--...more "schedule" elements...--> </bundle></xls_parser>

Type abstractBindingRule

Abstract Bindding Rule. Used for configuring BindProfile rules.

Child Elements

name (type) min/max
occurs
description
leftHandSide (abstractLeftHandSide) 0/1 Gets rule left hand side.

Type abstractBindProfileMainRule

A representation of the bundle assocation rules for bind profiles.

Child Elements

name (type) min/max
occurs
description
bindProfileMainRulePk (int) 0/1 Gets the primary key of the bind profile's main rule.
ruleXml (string) 0/1 Gets the XML document containing the rule configuration.
uuid () 0/1 Returns the UUID of the bind profile main rule.

Type abstractDrmTermsBean

Abstract class for DRM terms beans.

TODO: Add WidevineDrmTerms.class to XmlSeeAlso list once widevine is added back to VMS.

Type augmentationMetadataSourcePlugin

This is used by AugmentationWebService to communicate the details of the defined metadata source provider plug-in

Child Elements

name (type) min/max
occurs
description
pluginPk (int) 0/1 Gets the primary key of metadata source provider plug-in
pluginName (string) 0/1 Gets the name of metadata source provider plug-in

Type bindIDRule

This class represents a rule that can be used to set bind IDs.

Type bindingBundleFinderRule

This class represents a rule that can be used to find bundles using bundle name, external ID, alt code, or bind ID.

Child Elements

name (type) min/max
occurs
description
rightHandSide (bundleFindType) 0/1 Retrieves the identifier that is used to match the bundle. The identifier can be the bundle name, external ID, alt code, asset ID, or bind ID.

Type bindResponse

Child Elements

name (type) min/max
occurs
description
bundlePk (int) 0/1 Gets the primary key of the bundle that is being binded.
operationDetails (string) 0/1 The description of an exception that occurs during binding.
hasException (boolean) 0/1 Retrieves TRUE in case of an exception, otherwise returns FALSE.

Type bundleBindChainRule

This class represents the rule used to chain parent bundles to child bundles.

Child Elements

name (type) min/max
occurs
description
bindProfileUuid (string) 0/1 Returns the UUID of the chained bind profile.
bundleChainRules (childBundleChainRule) 0/unbounded Returns the rule that is applied to the bundle chain.

Type bundleFindType

Enum containing the valid bundleFindTypes for use in a BindingBundleFinderRule

Possible Values

value description
NAME Finds a bundle based on whether the name matches the name in the ingested XML file path.
EXTERNAL_ID Finds a bundle based on whether the external ID matches the external ID in the ingested XML file path.
ASSET_ID Finds a bundle based on whether the asset ID matches the asset ID in the ingested XML file path.
ALT_CODE Finds a bundle based on whether the Alt code matches the Alt code in the ingested XML file path.
BIND_ID Finds a bundle based on whether the bind ID matches the bind ID in the ingested XML file path.
XML_FILE_PATH This type has been deprecated.

Type bundleTypeItemPath

A class that is used to store the path of the bundle type item.

Child Elements

name (type) min/max
occurs
description
bundleTypeItemUuids/bundleTypeItemUuid (string) 0/unbounded (no documentation provided)

Type bundleUpdateRule

A representation of the bundle update rules for bind profiles.

Type bundleValidationType

Child Elements

name (type) min/max
occurs
description
bundleValidationTypePk (int) 0/1 Gets the primary key for the BundleValidationType record. This is a required field.
name (string) 0/1 Gets the event name of the BundleValidationType record (eg. 'BINDING', 'PRODUCT_FEED', 'CUSTOM' etc.)

Type childBundleChainRule

Class which describes chaining rules for child Bundle.

Child Elements

name (type) min/max
occurs
description
bundleTypeName (string) 0/1 (no documentation provided)
ruleSet (ruleSet) 0/1 (no documentation provided)
bundleTypeItemPath (bundleTypeItemPath) 0/1 (no documentation provided)

Type comparisonType

Possible Values

value description
EQUALS
CONTAINS
MATCHES
EQULAS_IGNORE_CASE
MATCHES_IGNORE_CASE
CONTAINS_IGNORE_CASE

Type componentIdType

Enum class for unique identifier type for component and bundle. In ComponentWebService.getBundleXMLById(String idType, String idValue) andComponentWebService.getComponentXMLByIdentifier(String idType, String idValue), the idType must be one of the enum from this class.

Possible Values

value description
UUID
EXTERNAL_ID
ASSET_ID

Type componentUpdateFinderRule

Child Elements

name (type) min/max
occurs
description
rightHandSide (ComponentUpdateRule) 0/1 Gets rule right hand side.
allowAssociation (boolean) 0/1 (no documentation provided)
cleanupDisassociatedNode (boolean) 1/1 (no documentation provided)
updateNodeWithoutDisassociateChildren (boolean) 1/1 (no documentation provided)

Type componentUpdatePluginFinderRule

Child Elements

name (type) min/max
occurs
description
rightHandSide (string) 0/1 Gets rule right hand side.

Type componentUpdateRule

A representation of the component update rules for bind profiles.

Type configCommonEntity

Represents common entities in the configuration

{@code}

Attributes

name type description
type string (no documentation provided)
collection boolean (no documentation provided)
fieldName string (no documentation provided)

Child Elements

name (type) min/max
occurs
description
customAttribute (configCustomAttribute) 0/unbounded (no documentation provided)

Type configComponent

Represents the component object in the configuration file

Attributes

name type description
type string (no documentation provided)
folder string (no documentation provided)
uniqueIdentifier string (no documentation provided)

Child Elements

name (type) min/max
occurs
description
commonEntity (configCommonEntity) 0/unbounded (no documentation provided)
customAttribute (configCustomAttribute) 0/unbounded (no documentation provided)
schedule (configSchedule) 0/unbounded (no documentation provided)

Type configCustomAttribute

Represents the component object in the configuration file

{@code}

Attributes

name type description
type string (no documentation provided)
name string (no documentation provided)
identifier string (no documentation provided)

Type configSchedule

Represents schedule object in configuration file.{@code}

Type deletedProduct

Represents a DeletedProduct object.

Child Elements

name (type) min/max
occurs
description
productPk (int) 1/1 Gets product's primary key
productUuid (string) 1/1 Gets the product's UUID.
productName (string) 1/1 Gets the name of deleted product.
policyUuid (string) 1/1 Gets the universal unique policy ID of the deleted product.
bundleUuid (string) 1/1 Gets the bundle unique ID of the deleted product.
createDate (dateTime) 1/1 Gets creation date as Date object.

Type deployedPlugin

Child Elements

name (type) min/max
occurs
description
className (string) 1/1 (no documentation provided)

Type entityChangeQueueData

This class is used to represent XML placed into data field of an entity change queue item. An entity change queue plug-in maymarshall/unmarshall data XML to retrieve/save extra data about entity change queue item. This is useful if an entity change queue plug-ininvokes a long running process. Saving a bookmark intermittently during process provides plug-in with ability to start processing again fromthe bookmark in the event of a failure.

Child Elements

name (type) min/max
occurs
description
lastComponentPk () 0/1 Retrieve primary key of last component processed by entity change queue plug-in.

Type feedCharge

This class is used to convert charge information into a feed.

Child Elements

name (type) min/max
occurs
description
chargePk (int) 0/1 Returns the primary key of the charge.
type () 0/1 Returns the type of charge.
amount () 0/1 Returns the amount of the charge.
repeatCount () 0/1 Returns the occurence type associated with the charge.
currencySymbol () 0/1 Returns the currency symbol used in the charge.
currencyFormat () 0/1 Returns the currency format of the charge.
chargeDisplay () 0/1 Returns the charge information as it will be displayed in the feed.
isoLocale () 0/1 Returns the ISO currency designator code for the charge.

Type feedPolicy

Child Elements

name (type) min/max
occurs
description
charge (feedCharge) 0/1 (no documentation provided)
adSlotSet (AdSlotSet) 0/1 (no documentation provided)

Type feedProduct

Child Elements

name (type) min/max
occurs
description
productPk () 0/1 (no documentation provided)
name () 0/1 (no documentation provided)
uuid () 0/1 (no documentation provided)
offerWindowStartDate () 0/1 (no documentation provided)
offerWindowEndDate () 0/1 (no documentation provided)
isSubscriptionPollOn () 0/1 (no documentation provided)
offerType () 0/1 (no documentation provided)
targetDevices/targetDevice () 0/unbounded (no documentation provided)
assetFormats/assetFormat () 0/unbounded (no documentation provided)
lastModified () 0/1 (no documentation provided)
createDate () 0/1 (no documentation provided)
productOverrideCharge () 0/1 (no documentation provided)

Type filterType

Possible Values

value description
BUNDLES
SUBSCRIPTION_CODE
COMMON_ENTITY
CUSTOM_ATTRIBUTE

Type genericConfigurablePlugin

Child Elements

name (type) min/max
occurs
description
configuration (string) 0/1 (no documentation provided)

Type genericPlugin

Child Elements

name (type) min/max
occurs
description
lastModified (dateTime) 0/1 (no documentation provided)
name (string) 0/1 (no documentation provided)
className (string) 0/1 (no documentation provided)
active (boolean) 0/1 (no documentation provided)
description (string) 0/1 (no documentation provided)
binaryCode (string) 0/1 (no documentation provided)
pluginPk (int) 0/1 (no documentation provided)

Type imageTransformationColorDepthEnum

Possible Values

value description
BITS4
BITS8
BITS16
BITS24
BITS32

Type mappingConfig

Represents the field mapping configuration as Java object

Type mappingConfigField

Represents field element in the field mapping configuration

Attributes

name type description
name string (no documentation provided)
provider_field_name string (no documentation provided)
type string (no documentation provided)
enumerated boolean (no documentation provided)
separator string (no documentation provided)
value string (no documentation provided)
cast string (no documentation provided)
label string (no documentation provided)
dateFormat string (no documentation provided)

Type policyList

Child Elements

name (type) min/max
occurs
description
policyPk (int) 0/unbounded (no documentation provided)

Type productSearchFilter

Child Elements

name (type) min/max
occurs
description
affiliatePk (int) 0/1 (no documentation provided)
policyPk (int) 0/1 (no documentation provided)
status (int) 0/1 (no documentation provided)
offerStart (dateTime) 0/1 (no documentation provided)
offerEnd (dateTime) 0/1 (no documentation provided)
bundleIsActive (boolean) 0/1 (no documentation provided)
policyIsActive (boolean) 0/1 (no documentation provided)
bundlePk (int) 0/1 (no documentation provided)

Type ProductSort

The bundle fields that are available to sort by.

Possible Values

value description
name The name field used to sort products.
policy The policy field used to sort products.
isActive The status field used to sort products.
offerWindowStartDate The offer window start date field used to sort products.
offerWindowEndDate The offer window end date field used to sort products.
policyName The policy name field used to sort products.

Type productSortField

This class is used to determine the format of product list based on the selected sort field.

Child Elements

name (type) min/max
occurs
description
sortField (ProductSort) 0/1 (no documentation provided)

Type restrictionType

Possible Values

value description
WHITE_LIST
BLACK_LIST

Type rule

Child Elements

name (type) min/max
occurs
description
comparisonType (comparisonType) 0/1 (no documentation provided)
rightHandSide (string) 0/1 (no documentation provided)
leftHandSide (abstractLeftHandSide) 0/1 (no documentation provided)

Type ruleCombinationType

Possible Values

value description
AND
OR

Type ruleSet

Child Elements

name (type) min/max
occurs
description
ruleCombinationType (ruleCombinationType) 0/1 (no documentation provided)
rules/rule (rule) 0/unbounded (no documentation provided)

Type soapFile

Dto object for transfer files across webservice call

Child Elements

name (type) min/max
occurs
description
fileName (string) 0/1 (no documentation provided)
fileData (base64Binary) 0/1 (no documentation provided)

Type StringMap

Child Elements

name (type) min/max
occurs
description
entry (ValueEntry) 0/unbounded (no documentation provided)

Type ValueEntry

Child Elements

name (type) min/max
occurs
description
key (string) 1/1 (no documentation provided)
value (string) 0/1 (no documentation provided)

Type xmlConfig

Xml config object that describe xml configuration via domain model

Attributes

name type description
sheetName string (no documentation provided)
dataRowStarted int (no documentation provided)
mergeColumn string (no documentation provided)

Child Elements

name (type) min/max
occurs
description
row_locale (xmlConfigRowLocale) 0/1 (no documentation provided)
bundle (xmlConfigBundle) 0/1 (no documentation provided)

Type xmlConfigBundle

Xml config object presents bundle

Child Elements

name (type) min/max
occurs
description
bundle (xmlConfigBundle) 0/unbounded (no documentation provided)
component (configComponent) 0/unbounded (no documentation provided)

Type xmlConfigField

Xml config object presents field

Attributes

name type description
id string (no documentation provided)
column string (no documentation provided)
enumerated boolean (no documentation provided)
separator string (no documentation provided)
value string (no documentation provided)
cast string (no documentation provided)
label string (no documentation provided)
avoidUpdate boolean (no documentation provided)
ignoreCase string (no documentation provided)

Type xmlConfigRowLocale

Xml config object, describes Row Locale tag in XLS Parser Configuration.

Attributes

name type description
column string Column in XLS to look for locale value