Task Management module concept
The task management concept provides a common data model for a task management system. It contains elements that represent the common data elements used to define a task record. In the task management concept, values for a specific task are assigned to the elements provided in the concept.
The task management concept elements map to actual fields in your task management system. Configuration items in the module configuration define the mappings. These configuration items are held in configuration groups specific to your task management system. With this mapping established, workflows can use the change concept element names.
You can adapt workflows to different task management systems. If changes are made to the field names in the task management system, simply change the values in the related configuration items in the module configuration. See Adding-mappings-to-the-module-configuration for details on adding field name mappings to the module configuration.
Because workflows use the concept's element names, changes are not needed at the workflow level. You can enter the values assigned to a changed context item directly in an XML document, which assigns multiple elements to a single context item. Alternatively, you can create multiple assign statements for the same context item and use BMC Atrium Orchestrator Development Studio to create the XML document.
The Task Management module contains one concept. The following figures display the concept:
The [expand] macro is a standalone macro and it cannot be used inline.
Task Management concept XSD
<xsd:schema xmlns:xsd="http://www.w3.org/2000/10/XMLSchema" targetNamespace="AutoPilot-OA-Task_Management" elementFormDefault="qualified">
<xsd:element name="Task" />
<xsd:complexType name="TaskType">
<xsd:annotation>
<xsd:documentation>Represents a task.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="task-id">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="instance-id">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="status">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="summary">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="notes">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="priority">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="form">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="60" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="form-name01">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="60" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="form-name02">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="60" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="lookup-keyword">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="60" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="request-type">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="60" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="id01">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="60" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="id02">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="60" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="association-type">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="60" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="scheduled-start-date">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="scheduled-end-date">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="actual-start-date">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="actual-end-date">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="effort-tracking-start-time">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="effort-tracking-end-time">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="255" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="budget-est-total-time">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="actual-est-total-time">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="auto-cost-calc-unit-type">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="location-company">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="region">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="site-group">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="255" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="site">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="attachment-name1">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="attachment-data1">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="attachment-orig-size1">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="attachment-name2">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="attachment-data2">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="attachment-orig-size2">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="attachment-name3">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="attachment-data3">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="attachment-orig-size3">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="electronic-field1">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="electronic-field2">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="electronic-field3">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="electronic-text">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="electronic-decimal">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="time-out-value">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="unit">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="expected-time-out">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="status-reason-selection">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="root-request-id">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="root-request-instance">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="root-request-name">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="task-type">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="task-name">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="root-request-level">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="assignee-company">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="assignee-organization">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="assignee-group">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="assignee">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="activate-time">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="assign-time">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="end-time">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="company">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="first-name">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="middle-name">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="last-name">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="phone-number">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="organization">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="department">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="support-organization">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="customer-company">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="customer-first-name">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="customer-middle-name">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="customer-last-name">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="customer-phone-number">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="customer-organization">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="customer-department">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="product-cat-tier1">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="product-cat-tier2">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="product-cat-tier3">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="product-name">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="product-model-version">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="manufacturer">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="operational-cat-tier2">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="operational-cat-tier3">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="character01">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="character02">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="character03">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="character04">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element
<xsd:element name="character05">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="character06">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="interger01">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="integer02">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="integer03">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="real01">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="real02">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="real03">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="decimal01">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="decimal02">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="date01">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="date-time01">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="date-time02">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="time01">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="yes-no-01">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="yes-no-02">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="on-01">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="on-02">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="auto-command-selection">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="relationships-id">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="related-item-id">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="related-item-source">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="related-item-type">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="description">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="attribute1">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="attribute2">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="attribute3">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="relationship-type">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="work-info-type">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="communication-source">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="secure-log">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="work-info-date">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="work-info-status">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="view-access">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="action">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>