Attribute Specifies Usage providedBy The service provider that is used for data operations on this resource. Required for primary, lookup, and system resources. A service provider reference is required for resources that are retrieved from the provider application as independent entities. The service provider specifies whether data for the resource can be updated, created, or deleted by the consumer application. For the primary resource, the service provider also specifies which queries are available to consumer applications. describedBy The shape document that defines the resource. Required for primary, lookup, and system resources. The specifications for these resources in the application definition must conform to the shape document definition. name A unique name that is used for references to this resource in the application definition. Required for all resources. pageSize The number of resource instances that can be retrieved at a time from the provider application. If, during query execution, the number of matching resource instances exceeds the page size value, the value is used to breakdown the result set into subsets that are retrieved in successive calls. Required for primary, lookup, and system resources. additional Data Whether the resource is a lookup resource. Required with a value of true for all lookup resources. isSystem Whether the resource is a system resource. Required with a value of true for all system resources. The following example shows the attributes that define the primary resource, workOrder, in the application definition for the Work Execution app: describedBy="http://jazz.net/ns/ism/work/smarter_physical_infrastructure#WorkOrder" name="workOrder" pageSize="100" [...]> The following example shows the attributes that define a lookup data resource, additionalasset, in the application definition for the Work Execution app: describedBy="http://open-services.net/ns/asset#Asset" name="additionalasset" pageSize="1000" additionalData="true"> 4 Configuring Maximo Anywhere
The element is parent to the element. This element contains a list of attributes that specify the resource data that is used by the mobile app. The attributes that are listed correspond to properties that are defined by the resource shape document in the provider application.