Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 197197 | Differences between
and this patch

Collapse All | Expand All

(-)META-INF/MANIFEST.MF (-1 / +1 lines)
Lines 12-18 Link Here
12
 org.eclipse.emf.ecore,
12
 org.eclipse.emf.ecore,
13
 org.eclipse.xsd,
13
 org.eclipse.xsd,
14
 org.junit;bundle-version="[3.8.0,4.0.0)",
14
 org.junit;bundle-version="[3.8.0,4.0.0)",
15
 javax.wsdl;bundle-version="[1.4.0,1.5.0)",
15
 javax.wsdl;bundle-version="[1.5.0,1.6.0)",
16
 org.eclipse.wst.wsdl,
16
 org.eclipse.wst.wsdl,
17
 org.eclipse.wst.common.uriresolver
17
 org.eclipse.wst.common.uriresolver
18
Bundle-ClassPath: wsdl.tests.jar
18
Bundle-ClassPath: wsdl.tests.jar
(-)META-INF/MANIFEST.MF (-2 / +2 lines)
Lines 65-77 Link Here
65
 org.eclipse.wst.xml.core;bundle-version="[1.1.0,1.2.0)",
65
 org.eclipse.wst.xml.core;bundle-version="[1.1.0,1.2.0)",
66
 org.eclipse.wst.xml.ui;bundle-version="[1.0.100,1.2.0)",
66
 org.eclipse.wst.xml.ui;bundle-version="[1.0.100,1.2.0)",
67
 org.eclipse.xsd;bundle-version="[2.2.0,3.0.0)",
67
 org.eclipse.xsd;bundle-version="[2.2.0,3.0.0)",
68
 org.eclipse.wst.wsdl;bundle-version="[1.1.0,1.2.0)",
68
 org.eclipse.wst.wsdl;bundle-version="[1.2.0,1.3.0)",
69
 org.eclipse.wst.common.core;bundle-version="[1.1.0,2.0.0)",
69
 org.eclipse.wst.common.core;bundle-version="[1.1.0,2.0.0)",
70
 org.eclipse.wst.xsd.ui;bundle-version="[1.2.0,1.3.0)",
70
 org.eclipse.wst.xsd.ui;bundle-version="[1.2.0,1.3.0)",
71
 org.eclipse.emf.edit;bundle-version="[2.2.0,3.0.0)",
71
 org.eclipse.emf.edit;bundle-version="[2.2.0,3.0.0)",
72
 org.eclipse.emf.edit.ui;bundle-version="[2.2.0,3.0.0)",
72
 org.eclipse.emf.edit.ui;bundle-version="[2.2.0,3.0.0)",
73
 org.eclipse.wst.validation;bundle-version="[1.1.0,2.0.0)",
73
 org.eclipse.wst.validation;bundle-version="[1.1.0,2.0.0)",
74
 javax.wsdl;bundle-version="[1.4.0,1.5.0)",
74
 javax.wsdl;bundle-version="[1.5.0,1.6.0)",
75
 org.eclipse.wst.wsdl.validation;bundle-version="[1.1.0,2.0.0)",
75
 org.eclipse.wst.wsdl.validation;bundle-version="[1.1.0,2.0.0)",
76
 org.eclipse.ltk.core.refactoring;bundle-version="[3.2.0,4.0.0)",
76
 org.eclipse.ltk.core.refactoring;bundle-version="[3.2.0,4.0.0)",
77
 org.eclipse.ltk.ui.refactoring;bundle-version="[3.2.0,4.0.0)",
77
 org.eclipse.ltk.ui.refactoring;bundle-version="[3.2.0,4.0.0)",
(-)META-INF/MANIFEST.MF (-1 / +1 lines)
Lines 13-19 Link Here
13
 org.eclipse.wst.xsd.ui;bundle-version="[1.2.0,2.0.0)",
13
 org.eclipse.wst.xsd.ui;bundle-version="[1.2.0,2.0.0)",
14
 org.eclipse.xsd;bundle-version="[2.4.0,3.0.0)",
14
 org.eclipse.xsd;bundle-version="[2.4.0,3.0.0)",
15
 org.eclipse.wst.wsdl.ui;bundle-version="[1.2.0,2.0.0)",
15
 org.eclipse.wst.wsdl.ui;bundle-version="[1.2.0,2.0.0)",
16
 javax.wsdl;bundle-version="[1.4.0,1.5.0)"
16
 javax.wsdl;bundle-version="[1.5.0,1.6.0)"
17
Bundle-RequiredExecutionEnvironment: J2SE-1.4
17
Bundle-RequiredExecutionEnvironment: J2SE-1.4
18
Bundle-ActivationPolicy: lazy
18
Bundle-ActivationPolicy: lazy
19
Bundle-Vendor: %Bundle-Vendor.0
19
Bundle-Vendor: %Bundle-Vendor.0
(-)src-wsdl/org/eclipse/wst/wsdl/internal/impl/ExtensibleElementImpl.java (+51 lines)
Lines 13-18 Link Here
13
13
14
import java.util.Collection;
14
import java.util.Collection;
15
import java.util.List;
15
import java.util.List;
16
import java.util.Map;
17
18
import javax.xml.namespace.QName;
16
19
17
import org.eclipse.emf.common.notify.NotificationChain;
20
import org.eclipse.emf.common.notify.NotificationChain;
18
import org.eclipse.emf.common.util.EList;
21
import org.eclipse.emf.common.util.EList;
Lines 205-210 Link Here
205
    }
208
    }
206
  }
209
  }
207
210
211
  /**
212
   * <!-- begin-user-doc -->
213
   * <!-- end-user-doc -->
214
   * @generated NOT
215
   */
216
  public Object getExtensionAttribute(QName name)
217
  {
218
    // TODO: implement this method
219
    // Ensure that you remove @generated or mark it @generated NOT
220
    throw new UnsupportedOperationException();
221
  }
222
223
  /**
224
   * <!-- begin-user-doc -->
225
   * <!-- end-user-doc -->
226
   * @generated NOT
227
   */
228
  public void setExtensionAttribute(QName name, Object value)
229
  {
230
    // TODO: implement this method
231
    // Ensure that you remove @generated or mark it @generated NOT
232
    throw new UnsupportedOperationException();
233
  }
234
235
  /**
236
   * <!-- begin-user-doc -->
237
   * <!-- end-user-doc -->
238
   * @generated NOT
239
   */
240
  public Map getExtensionAttributes()
241
  {
242
    // TODO: implement this method
243
    // Ensure that you remove @generated or mark it @generated NOT
244
    throw new UnsupportedOperationException();
245
  }
246
247
  /**
248
   * <!-- begin-user-doc -->
249
   * <!-- end-user-doc -->
250
   * @generated NOT
251
   */
252
  public List getNativeAttributeNames()
253
  {
254
    // TODO: implement this method
255
    // Ensure that you remove @generated or mark it @generated NOT
256
    throw new UnsupportedOperationException();
257
  }
258
208
  private boolean useExtensionFactories()
259
  private boolean useExtensionFactories()
209
  {
260
  {
210
    // Use extension factories by default.
261
    // Use extension factories by default.
(-)src-wsdl/org/eclipse/wst/wsdl/internal/impl/XSDSchemaExtensibilityElementImpl.java (+196 lines)
Lines 11-16 Link Here
11
package org.eclipse.wst.wsdl.internal.impl;
11
package org.eclipse.wst.wsdl.internal.impl;
12
12
13
13
14
import java.util.List;
15
import java.util.Map;
16
17
import javax.wsdl.extensions.schema.SchemaImport;
18
import javax.wsdl.extensions.schema.SchemaReference;
14
import javax.xml.namespace.QName;
19
import javax.xml.namespace.QName;
15
20
16
import org.eclipse.emf.common.notify.Notification;
21
import org.eclipse.emf.common.notify.Notification;
Lines 37-42 Link Here
37
 * <p>
42
 * <p>
38
 * The following features are implemented:
43
 * The following features are implemented:
39
 * <ul>
44
 * <ul>
45
 *   <li>{@link org.eclipse.wst.wsdl.internal.impl.XSDSchemaExtensibilityElementImpl#getDocumentBaseURI <em>Document Base URI</em>}</li>
40
 *   <li>{@link org.eclipse.wst.wsdl.internal.impl.XSDSchemaExtensibilityElementImpl#getSchema <em>Schema</em>}</li>
46
 *   <li>{@link org.eclipse.wst.wsdl.internal.impl.XSDSchemaExtensibilityElementImpl#getSchema <em>Schema</em>}</li>
41
 * </ul>
47
 * </ul>
42
 * </p>
48
 * </p>
Lines 46-51 Link Here
46
public class XSDSchemaExtensibilityElementImpl extends ExtensibilityElementImpl implements XSDSchemaExtensibilityElement
52
public class XSDSchemaExtensibilityElementImpl extends ExtensibilityElementImpl implements XSDSchemaExtensibilityElement
47
{
53
{
48
  /**
54
  /**
55
   * This class is not intended to be serialized.
56
   * serialVersionUID is assigned with 1L to avoid
57
   * compiler warning messages.
58
   */
59
  private static final long serialVersionUID = 1L;
60
61
  /**
62
   * The default value of the '{@link #getDocumentBaseURI() <em>Document Base URI</em>}' attribute.
63
   * <!-- begin-user-doc -->
64
   * <!-- end-user-doc -->
65
   * @see #getDocumentBaseURI()
66
   * @generated
67
   * @ordered
68
   */
69
  protected static final String DOCUMENT_BASE_URI_EDEFAULT = null;
70
71
  /**
72
   * The cached value of the '{@link #getDocumentBaseURI() <em>Document Base URI</em>}' attribute.
73
   * <!-- begin-user-doc -->
74
   * <!-- end-user-doc -->
75
   * @see #getDocumentBaseURI()
76
   * @generated
77
   * @ordered
78
   */
79
  protected String documentBaseURI = DOCUMENT_BASE_URI_EDEFAULT;
80
81
  /**
49
   * The cached value of the '{@link #getSchema() <em>Schema</em>}' containment reference.
82
   * The cached value of the '{@link #getSchema() <em>Schema</em>}' containment reference.
50
   * <!-- begin-user-doc -->
83
   * <!-- begin-user-doc -->
51
   * <!-- end-user-doc -->
84
   * <!-- end-user-doc -->
Lines 80-85 Link Here
80
   * <!-- end-user-doc -->
113
   * <!-- end-user-doc -->
81
   * @generated
114
   * @generated
82
   */
115
   */
116
  public String getDocumentBaseURI()
117
  {
118
    return documentBaseURI;
119
  }
120
121
  /**
122
   * <!-- begin-user-doc -->
123
   * <!-- end-user-doc -->
124
   * @generated
125
   */
126
  public void setDocumentBaseURI(String newDocumentBaseURI)
127
  {
128
    String oldDocumentBaseURI = documentBaseURI;
129
    documentBaseURI = newDocumentBaseURI;
130
    if (eNotificationRequired())
131
      eNotify(new ENotificationImpl(
132
        this,
133
        Notification.SET,
134
        WSDLPackage.XSD_SCHEMA_EXTENSIBILITY_ELEMENT__DOCUMENT_BASE_URI,
135
        oldDocumentBaseURI,
136
        documentBaseURI));
137
  }
138
139
  /**
140
   * <!-- begin-user-doc -->
141
   * <!-- end-user-doc -->
142
   * @generated
143
   */
83
  public XSDSchema getSchema()
144
  public XSDSchema getSchema()
84
  {
145
  {
85
    return schema;
146
    return schema;
Lines 143-148 Link Here
143
  /**
204
  /**
144
   * <!-- begin-user-doc -->
205
   * <!-- begin-user-doc -->
145
   * <!-- end-user-doc -->
206
   * <!-- end-user-doc -->
207
   * @generated NOT
208
   */
209
  public void addImport(SchemaImport importSchema)
210
  {
211
    // TODO: implement this method
212
    // Ensure that you remove @generated or mark it @generated NOT
213
    throw new UnsupportedOperationException();
214
  }
215
216
  /**
217
   * <!-- begin-user-doc -->
218
   * <!-- end-user-doc -->
219
   * @generated NOT
220
   */
221
  public void addInclude(SchemaReference includeSchema)
222
  {
223
    // TODO: implement this method
224
    // Ensure that you remove @generated or mark it @generated NOT
225
    throw new UnsupportedOperationException();
226
  }
227
228
  /**
229
   * <!-- begin-user-doc -->
230
   * <!-- end-user-doc -->
231
   * @generated NOT
232
   */
233
  public void addRedefine(SchemaReference redefineSchema)
234
  {
235
    // TODO: implement this method
236
    // Ensure that you remove @generated or mark it @generated NOT
237
    throw new UnsupportedOperationException();
238
  }
239
240
  /**
241
   * <!-- begin-user-doc -->
242
   * <!-- end-user-doc -->
243
   * @generated NOT
244
   */
245
  public SchemaImport createImport()
246
  {
247
    // TODO: implement this method
248
    // Ensure that you remove @generated or mark it @generated NOT
249
    throw new UnsupportedOperationException();
250
  }
251
252
  /**
253
   * <!-- begin-user-doc -->
254
   * <!-- end-user-doc -->
255
   * @generated NOT
256
   */
257
  public SchemaReference createInclude()
258
  {
259
    // TODO: implement this method
260
    // Ensure that you remove @generated or mark it @generated NOT
261
    throw new UnsupportedOperationException();
262
  }
263
264
  /**
265
   * <!-- begin-user-doc -->
266
   * <!-- end-user-doc -->
267
   * @generated NOT
268
   */
269
  public SchemaReference createRedefine()
270
  {
271
    // TODO: implement this method
272
    // Ensure that you remove @generated or mark it @generated NOT
273
    throw new UnsupportedOperationException();
274
  }
275
276
  /**
277
   * <!-- begin-user-doc -->
278
   * <!-- end-user-doc -->
279
   * @generated NOT
280
   */
281
  public List getIncludes()
282
  {
283
    // TODO: implement this method
284
    // Ensure that you remove @generated or mark it @generated NOT
285
    throw new UnsupportedOperationException();
286
  }
287
288
  /**
289
   * <!-- begin-user-doc -->
290
   * <!-- end-user-doc -->
291
   * @generated NOT
292
   */
293
  public List getRedefines()
294
  {
295
    // TODO: implement this method
296
    // Ensure that you remove @generated or mark it @generated NOT
297
    throw new UnsupportedOperationException();
298
  }
299
300
  /**
301
   * <!-- begin-user-doc -->
302
   * <!-- end-user-doc -->
303
   * @generated NOT
304
   */
305
  public Map getImports()
306
  {
307
    // TODO: implement this method
308
    // Ensure that you remove @generated or mark it @generated NOT
309
    throw new UnsupportedOperationException();
310
  }
311
312
  /**
313
   * <!-- begin-user-doc -->
314
   * <!-- end-user-doc -->
146
   * @generated
315
   * @generated
147
   */
316
   */
148
  public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
317
  public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
Lines 164-169 Link Here
164
  {
333
  {
165
    switch (featureID)
334
    switch (featureID)
166
    {
335
    {
336
      case WSDLPackage.XSD_SCHEMA_EXTENSIBILITY_ELEMENT__DOCUMENT_BASE_URI:
337
      return getDocumentBaseURI();
167
      case WSDLPackage.XSD_SCHEMA_EXTENSIBILITY_ELEMENT__SCHEMA:
338
      case WSDLPackage.XSD_SCHEMA_EXTENSIBILITY_ELEMENT__SCHEMA:
168
      return getSchema();
339
      return getSchema();
169
    }
340
    }
Lines 179-184 Link Here
179
  {
350
  {
180
    switch (featureID)
351
    switch (featureID)
181
    {
352
    {
353
      case WSDLPackage.XSD_SCHEMA_EXTENSIBILITY_ELEMENT__DOCUMENT_BASE_URI:
354
      setDocumentBaseURI((String)newValue);
355
      return;
182
      case WSDLPackage.XSD_SCHEMA_EXTENSIBILITY_ELEMENT__SCHEMA:
356
      case WSDLPackage.XSD_SCHEMA_EXTENSIBILITY_ELEMENT__SCHEMA:
183
      setSchema((XSDSchema)newValue);
357
      setSchema((XSDSchema)newValue);
184
      return;
358
      return;
Lines 195-200 Link Here
195
  {
369
  {
196
    switch (featureID)
370
    switch (featureID)
197
    {
371
    {
372
      case WSDLPackage.XSD_SCHEMA_EXTENSIBILITY_ELEMENT__DOCUMENT_BASE_URI:
373
      setDocumentBaseURI(DOCUMENT_BASE_URI_EDEFAULT);
374
      return;
198
      case WSDLPackage.XSD_SCHEMA_EXTENSIBILITY_ELEMENT__SCHEMA:
375
      case WSDLPackage.XSD_SCHEMA_EXTENSIBILITY_ELEMENT__SCHEMA:
199
      setSchema((XSDSchema)null);
376
      setSchema((XSDSchema)null);
200
      return;
377
      return;
Lines 211-222 Link Here
211
  {
388
  {
212
    switch (featureID)
389
    switch (featureID)
213
    {
390
    {
391
      case WSDLPackage.XSD_SCHEMA_EXTENSIBILITY_ELEMENT__DOCUMENT_BASE_URI:
392
      return DOCUMENT_BASE_URI_EDEFAULT == null ? documentBaseURI != null : !DOCUMENT_BASE_URI_EDEFAULT.equals(documentBaseURI);
214
      case WSDLPackage.XSD_SCHEMA_EXTENSIBILITY_ELEMENT__SCHEMA:
393
      case WSDLPackage.XSD_SCHEMA_EXTENSIBILITY_ELEMENT__SCHEMA:
215
      return schema != null;
394
      return schema != null;
216
    }
395
    }
217
    return super.eIsSet(featureID);
396
    return super.eIsSet(featureID);
218
  }
397
  }
219
398
399
  /**
400
   * <!-- begin-user-doc -->
401
   * <!-- end-user-doc -->
402
   * @generated
403
   */
404
  public String toString()
405
  {
406
    if (eIsProxy())
407
      return super.toString();
408
409
    StringBuffer result = new StringBuffer(super.toString());
410
    result.append(" (documentBaseURI: "); //$NON-NLS-1$
411
    result.append(documentBaseURI);
412
    result.append(')');
413
    return result.toString();
414
  }
415
220
  /* (non-Javadoc)
416
  /* (non-Javadoc)
221
   * @see org.eclipse.wst.wsdl.internal.impl.WSDLElementImpl#reconcile(org.w3c.dom.Element)
417
   * @see org.eclipse.wst.wsdl.internal.impl.WSDLElementImpl#reconcile(org.w3c.dom.Element)
222
   */
418
   */
(-)src-wsdl/org/eclipse/wst/wsdl/internal/impl/WSDLElementImpl.java (+1 lines)
Lines 18-23 Link Here
18
import java.util.List;
18
import java.util.List;
19
import java.util.ListIterator;
19
import java.util.ListIterator;
20
20
21
import javax.xml.XMLConstants;
21
import javax.xml.namespace.QName;
22
import javax.xml.namespace.QName;
22
23
23
import org.eclipse.emf.common.notify.Notification;
24
import org.eclipse.emf.common.notify.Notification;
(-)src-wsdl/org/eclipse/wst/wsdl/internal/impl/PartImpl.java (-2 / +2 lines)
Lines 12-18 Link Here
12
12
13
13
14
import java.util.HashMap;
14
import java.util.HashMap;
15
import java.util.Iterator; // import javax.wsdl.WSDLException;
15
import java.util.Iterator;
16
import java.util.Map;
16
import java.util.Map;
17
17
18
import javax.xml.namespace.QName;
18
import javax.xml.namespace.QName;
Lines 425-431 Link Here
425
   * <!-- end-user-doc -->
425
   * <!-- end-user-doc -->
426
   * @generated NOT
426
   * @generated NOT
427
   */
427
   */
428
  public QName getExtensionAttribute(QName name)
428
  public Object getExtensionAttribute(QName name)
429
  {
429
  {
430
    if (name.equals(new QName(NS_URI_PART_EXTENSIONS, ATTR_MESSAGE)))
430
    if (name.equals(new QName(NS_URI_PART_EXTENSIONS, ATTR_MESSAGE)))
431
      return getMessage() != null ? getMessage().getQName() : null;
431
      return getMessage() != null ? getMessage().getQName() : null;
(-)src-wsdl/org/eclipse/wst/wsdl/internal/impl/WSDLPackageImpl.java (-16 / +145 lines)
Lines 18-24 Link Here
18
18
19
import javax.wsdl.OperationType;
19
import javax.wsdl.OperationType;
20
import javax.wsdl.WSDLException;
20
import javax.wsdl.WSDLException;
21
import javax.wsdl.extensions.AttributeExtensible;
22
import javax.wsdl.extensions.ElementExtensible;
21
import javax.wsdl.extensions.ExtensionRegistry;
23
import javax.wsdl.extensions.ExtensionRegistry;
24
import javax.wsdl.extensions.schema.Schema;
22
import javax.xml.namespace.QName;
25
import javax.xml.namespace.QName;
23
26
24
import org.eclipse.emf.ecore.EAttribute;
27
import org.eclipse.emf.ecore.EAttribute;
Lines 401-406 Link Here
401
   * <!-- end-user-doc -->
404
   * <!-- end-user-doc -->
402
   * @generated
405
   * @generated
403
   */
406
   */
407
  private EClass iElementExtensibleEClass = null;
408
409
  /**
410
   * <!-- begin-user-doc -->
411
   * <!-- end-user-doc -->
412
   * @generated
413
   */
414
  private EClass iAttributeExtensibleEClass = null;
415
416
  /**
417
   * <!-- begin-user-doc -->
418
   * <!-- end-user-doc -->
419
   * @generated
420
   */
421
  private EClass iObjectEClass = null;
422
423
  /**
424
   * <!-- begin-user-doc -->
425
   * <!-- end-user-doc -->
426
   * @generated
427
   */
428
  private EClass iSchemaEClass = null;
429
430
  /**
431
   * <!-- begin-user-doc -->
432
   * <!-- end-user-doc -->
433
   * @generated
434
   */
404
  private EDataType qNameEDataType = null;
435
  private EDataType qNameEDataType = null;
405
436
406
  /**
437
  /**
Lines 1591-1599 Link Here
1591
   * <!-- end-user-doc -->
1622
   * <!-- end-user-doc -->
1592
   * @generated
1623
   * @generated
1593
   */
1624
   */
1625
  public EAttribute getXSDSchemaExtensibilityElement_DocumentBaseURI()
1626
  {
1627
    return (EAttribute)xsdSchemaExtensibilityElementEClass.getEStructuralFeatures().get(0);
1628
  }
1629
1630
  /**
1631
   * <!-- begin-user-doc -->
1632
   * <!-- end-user-doc -->
1633
   * @generated
1634
   */
1594
  public EReference getXSDSchemaExtensibilityElement_Schema()
1635
  public EReference getXSDSchemaExtensibilityElement_Schema()
1595
  {
1636
  {
1596
    return (EReference)xsdSchemaExtensibilityElementEClass.getEStructuralFeatures().get(0);
1637
    return (EReference)xsdSchemaExtensibilityElementEClass.getEStructuralFeatures().get(1);
1597
  }
1638
  }
1598
1639
1599
  /**
1640
  /**
Lines 1631-1636 Link Here
1631
   * <!-- end-user-doc -->
1672
   * <!-- end-user-doc -->
1632
   * @generated
1673
   * @generated
1633
   */
1674
   */
1675
  public EClass getIElementExtensible()
1676
  {
1677
    return iElementExtensibleEClass;
1678
  }
1679
1680
  /**
1681
   * <!-- begin-user-doc -->
1682
   * <!-- end-user-doc -->
1683
   * @generated
1684
   */
1685
  public EClass getIAttributeExtensible()
1686
  {
1687
    return iAttributeExtensibleEClass;
1688
  }
1689
1690
  /**
1691
   * <!-- begin-user-doc -->
1692
   * <!-- end-user-doc -->
1693
   * @generated
1694
   */
1695
  public EClass getIObject()
1696
  {
1697
    return iObjectEClass;
1698
  }
1699
1700
  /**
1701
   * <!-- begin-user-doc -->
1702
   * <!-- end-user-doc -->
1703
   * @generated
1704
   */
1705
  public EClass getISchema()
1706
  {
1707
    return iSchemaEClass;
1708
  }
1709
1710
  /**
1711
   * <!-- begin-user-doc -->
1712
   * <!-- end-user-doc -->
1713
   * @generated
1714
   */
1634
  public EDataType getQName()
1715
  public EDataType getQName()
1635
  {
1716
  {
1636
    return qNameEDataType;
1717
    return qNameEDataType;
Lines 1860-1871 Link Here
1860
    createEReference(unknownExtensibilityElementEClass, UNKNOWN_EXTENSIBILITY_ELEMENT__CHILDREN);
1941
    createEReference(unknownExtensibilityElementEClass, UNKNOWN_EXTENSIBILITY_ELEMENT__CHILDREN);
1861
1942
1862
    xsdSchemaExtensibilityElementEClass = createEClass(XSD_SCHEMA_EXTENSIBILITY_ELEMENT);
1943
    xsdSchemaExtensibilityElementEClass = createEClass(XSD_SCHEMA_EXTENSIBILITY_ELEMENT);
1944
    createEAttribute(xsdSchemaExtensibilityElementEClass, XSD_SCHEMA_EXTENSIBILITY_ELEMENT__DOCUMENT_BASE_URI);
1863
    createEReference(xsdSchemaExtensibilityElementEClass, XSD_SCHEMA_EXTENSIBILITY_ELEMENT__SCHEMA);
1945
    createEReference(xsdSchemaExtensibilityElementEClass, XSD_SCHEMA_EXTENSIBILITY_ELEMENT__SCHEMA);
1864
1946
1865
    messageReferenceEClass = createEClass(MESSAGE_REFERENCE);
1947
    messageReferenceEClass = createEClass(MESSAGE_REFERENCE);
1866
    createEAttribute(messageReferenceEClass, MESSAGE_REFERENCE__NAME);
1948
    createEAttribute(messageReferenceEClass, MESSAGE_REFERENCE__NAME);
1867
    createEReference(messageReferenceEClass, MESSAGE_REFERENCE__EMESSAGE);
1949
    createEReference(messageReferenceEClass, MESSAGE_REFERENCE__EMESSAGE);
1868
1950
1951
    iElementExtensibleEClass = createEClass(IELEMENT_EXTENSIBLE);
1952
1953
    iAttributeExtensibleEClass = createEClass(IATTRIBUTE_EXTENSIBLE);
1954
1955
    iObjectEClass = createEClass(IOBJECT);
1956
1957
    iSchemaEClass = createEClass(ISCHEMA);
1958
1869
    // Create data types
1959
    // Create data types
1870
    qNameEDataType = createEDataType(QNAME);
1960
    qNameEDataType = createEDataType(QNAME);
1871
    operationTypeEDataType = createEDataType(OPERATION_TYPE);
1961
    operationTypeEDataType = createEDataType(OPERATION_TYPE);
Lines 1926-1931 Link Here
1926
    importEClass.getESuperTypes().add(this.getExtensibleElement());
2016
    importEClass.getESuperTypes().add(this.getExtensibleElement());
1927
    importEClass.getESuperTypes().add(this.getIImport());
2017
    importEClass.getESuperTypes().add(this.getIImport());
1928
    extensibleElementEClass.getESuperTypes().add(this.getWSDLElement());
2018
    extensibleElementEClass.getESuperTypes().add(this.getWSDLElement());
2019
    extensibleElementEClass.getESuperTypes().add(this.getIElementExtensible());
2020
    extensibleElementEClass.getESuperTypes().add(this.getIAttributeExtensible());
1929
    inputEClass.getESuperTypes().add(this.getMessageReference());
2021
    inputEClass.getESuperTypes().add(this.getMessageReference());
1930
    inputEClass.getESuperTypes().add(this.getIInput());
2022
    inputEClass.getESuperTypes().add(this.getIInput());
1931
    outputEClass.getESuperTypes().add(this.getMessageReference());
2023
    outputEClass.getESuperTypes().add(this.getMessageReference());
Lines 1938-1948 Link Here
1938
    bindingOutputEClass.getESuperTypes().add(this.getIBindingOutput());
2030
    bindingOutputEClass.getESuperTypes().add(this.getIBindingOutput());
1939
    bindingFaultEClass.getESuperTypes().add(this.getExtensibleElement());
2031
    bindingFaultEClass.getESuperTypes().add(this.getExtensibleElement());
1940
    bindingFaultEClass.getESuperTypes().add(this.getIBindingFault());
2032
    bindingFaultEClass.getESuperTypes().add(this.getIBindingFault());
2033
    iPortTypeEClass.getESuperTypes().add(this.getIAttributeExtensible());
2034
    iOperationEClass.getESuperTypes().add(this.getIElementExtensible());
2035
    iInputEClass.getESuperTypes().add(this.getIAttributeExtensible());
2036
    iOutputEClass.getESuperTypes().add(this.getIAttributeExtensible());
2037
    iFaultEClass.getESuperTypes().add(this.getIAttributeExtensible());
2038
    iMessageEClass.getESuperTypes().add(this.getIElementExtensible());
2039
    iPartEClass.getESuperTypes().add(this.getIAttributeExtensible());
2040
    iServiceEClass.getESuperTypes().add(this.getIElementExtensible());
2041
    iPortEClass.getESuperTypes().add(this.getIElementExtensible());
2042
    iBindingEClass.getESuperTypes().add(this.getIElementExtensible());
2043
    iBindingOperationEClass.getESuperTypes().add(this.getIElementExtensible());
2044
    iBindingInputEClass.getESuperTypes().add(this.getIElementExtensible());
2045
    iBindingOutputEClass.getESuperTypes().add(this.getIElementExtensible());
2046
    iBindingFaultEClass.getESuperTypes().add(this.getIElementExtensible());
2047
    iDefinitionEClass.getESuperTypes().add(this.getIElementExtensible());
2048
    iImportEClass.getESuperTypes().add(this.getIAttributeExtensible());
1941
    typesEClass.getESuperTypes().add(this.getExtensibleElement());
2049
    typesEClass.getESuperTypes().add(this.getExtensibleElement());
1942
    typesEClass.getESuperTypes().add(this.getITypes());
2050
    typesEClass.getESuperTypes().add(this.getITypes());
1943
    unknownExtensibilityElementEClass.getESuperTypes().add(this.getExtensibilityElement());
2051
    unknownExtensibilityElementEClass.getESuperTypes().add(this.getExtensibilityElement());
1944
    xsdSchemaExtensibilityElementEClass.getESuperTypes().add(this.getExtensibilityElement());
2052
    xsdSchemaExtensibilityElementEClass.getESuperTypes().add(this.getExtensibilityElement());
2053
    xsdSchemaExtensibilityElementEClass.getESuperTypes().add(this.getISchema());
1945
    messageReferenceEClass.getESuperTypes().add(this.getExtensibleElement());
2054
    messageReferenceEClass.getESuperTypes().add(this.getExtensibleElement());
2055
    iSchemaEClass.getESuperTypes().add(this.getIExtensibilityElement());
1946
2056
1947
    // Initialize classes and features; add operations and parameters
2057
    // Initialize classes and features; add operations and parameters
1948
    initEClass(wsdlElementEClass, WSDLElement.class, "WSDLElement", IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$
2058
    initEClass(wsdlElementEClass, WSDLElement.class, "WSDLElement", IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$
Lines 2231-2241 Link Here
2231
      null,
2341
      null,
2232
      "eExtensibilityElements", null, 0, -1, ExtensibleElement.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$
2342
      "eExtensibilityElements", null, 0, -1, ExtensibleElement.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$
2233
2343
2234
    addEOperation(extensibleElementEClass, this.getIList(), "getExtensibilityElements", 0, 1); //$NON-NLS-1$
2235
2236
    op = addEOperation(extensibleElementEClass, null, "addExtensibilityElement"); //$NON-NLS-1$
2237
    addEParameter(op, this.getIExtensibilityElement(), "extElement", 0, 1); //$NON-NLS-1$
2238
2239
    initEClass(inputEClass, Input.class, "Input", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$
2344
    initEClass(inputEClass, Input.class, "Input", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$
2240
2345
2241
    initEClass(outputEClass, Output.class, "Output", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$
2346
    initEClass(outputEClass, Output.class, "Output", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$
Lines 2373-2388 Link Here
2373
2478
2374
    initEClass(iPartEClass, javax.wsdl.Part.class, "IPart", IS_ABSTRACT, IS_INTERFACE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$
2479
    initEClass(iPartEClass, javax.wsdl.Part.class, "IPart", IS_ABSTRACT, IS_INTERFACE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$
2375
2480
2376
    op = addEOperation(iPartEClass, null, "setExtensionAttribute"); //$NON-NLS-1$
2377
    addEParameter(op, this.getQName(), "name", 0, 1); //$NON-NLS-1$
2378
    addEParameter(op, this.getQName(), "value", 0, 1); //$NON-NLS-1$
2379
    addEException(op, this.getWSDLException());
2380
2381
    addEOperation(iPartEClass, this.getIIterator(), "getExtensionAttributeNames", 0, 1); //$NON-NLS-1$
2382
2383
    op = addEOperation(iPartEClass, this.getQName(), "getExtensionAttribute", 0, 1); //$NON-NLS-1$
2384
    addEParameter(op, this.getQName(), "name", 0, 1); //$NON-NLS-1$
2385
2386
    initEClass(iServiceEClass, javax.wsdl.Service.class, "IService", IS_ABSTRACT, IS_INTERFACE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$
2481
    initEClass(iServiceEClass, javax.wsdl.Service.class, "IService", IS_ABSTRACT, IS_INTERFACE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$
2387
2482
2388
    op = addEOperation(iServiceEClass, null, "addPort"); //$NON-NLS-1$
2483
    op = addEOperation(iServiceEClass, null, "addPort"); //$NON-NLS-1$
Lines 2610-2615 Link Here
2610
      xsdSchemaExtensibilityElementEClass,
2705
      xsdSchemaExtensibilityElementEClass,
2611
      XSDSchemaExtensibilityElement.class,
2706
      XSDSchemaExtensibilityElement.class,
2612
      "XSDSchemaExtensibilityElement", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$
2707
      "XSDSchemaExtensibilityElement", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$
2708
    initEAttribute(
2709
      getXSDSchemaExtensibilityElement_DocumentBaseURI(),
2710
      ecorePackage.getEString(),
2711
      "documentBaseURI", null, 0, 1, XSDSchemaExtensibilityElement.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$
2613
    initEReference(
2712
    initEReference(
2614
      getXSDSchemaExtensibilityElement_Schema(),
2713
      getXSDSchemaExtensibilityElement_Schema(),
2615
      theXSDPackage.getXSDSchema(),
2714
      theXSDPackage.getXSDSchema(),
Lines 2627-2632 Link Here
2627
      null,
2726
      null,
2628
      "eMessage", null, 1, 1, MessageReference.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$
2727
      "eMessage", null, 1, 1, MessageReference.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$
2629
2728
2729
    initEClass(
2730
      iElementExtensibleEClass,
2731
      ElementExtensible.class,
2732
      "IElementExtensible", IS_ABSTRACT, IS_INTERFACE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$
2733
2734
    addEOperation(iElementExtensibleEClass, this.getIList(), "getExtensibilityElements", 0, 1); //$NON-NLS-1$
2735
2736
    op = addEOperation(iElementExtensibleEClass, null, "addExtensibilityElement"); //$NON-NLS-1$
2737
    addEParameter(op, this.getIExtensibilityElement(), "extElement", 0, 1); //$NON-NLS-1$
2738
2739
    initEClass(
2740
      iAttributeExtensibleEClass,
2741
      AttributeExtensible.class,
2742
      "IAttributeExtensible", IS_ABSTRACT, IS_INTERFACE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$
2743
2744
    op = addEOperation(iAttributeExtensibleEClass, this.getIObject(), "getExtensionAttribute", 0, 1); //$NON-NLS-1$
2745
    addEParameter(op, this.getQName(), "name", 0, 1); //$NON-NLS-1$
2746
2747
    op = addEOperation(iAttributeExtensibleEClass, null, "setExtensionAttribute"); //$NON-NLS-1$
2748
    addEParameter(op, this.getQName(), "name", 0, 1); //$NON-NLS-1$
2749
    addEParameter(op, this.getIObject(), "value", 0, 1); //$NON-NLS-1$
2750
2751
    addEOperation(iAttributeExtensibleEClass, this.getIMap(), "getExtensionAttributes", 0, 1); //$NON-NLS-1$
2752
2753
    addEOperation(iAttributeExtensibleEClass, this.getIList(), "getNativeAttributeNames", 0, 1); //$NON-NLS-1$
2754
2755
    initEClass(iObjectEClass, Object.class, "IObject", IS_ABSTRACT, IS_INTERFACE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$
2756
2757
    initEClass(iSchemaEClass, Schema.class, "ISchema", IS_ABSTRACT, IS_INTERFACE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$
2758
2630
    // Initialize data types
2759
    // Initialize data types
2631
    initEDataType(qNameEDataType, QName.class, "QName", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$
2760
    initEDataType(qNameEDataType, QName.class, "QName", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$
2632
    initEDataType(operationTypeEDataType, OperationType.class, "OperationType", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$
2761
    initEDataType(operationTypeEDataType, OperationType.class, "OperationType", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$
(-)src-wsdl/org/eclipse/wst/wsdl/internal/impl/WSDLFactoryImpl.java (-1 / +24 lines)
Lines 21-27 Link Here
21
import org.eclipse.emf.ecore.EPackage;
21
import org.eclipse.emf.ecore.EPackage;
22
import org.eclipse.emf.ecore.impl.EFactoryImpl;
22
import org.eclipse.emf.ecore.impl.EFactoryImpl;
23
import org.eclipse.emf.ecore.plugin.EcorePlugin;
23
import org.eclipse.emf.ecore.plugin.EcorePlugin;
24
import org.eclipse.wst.wsdl.*;
24
import org.eclipse.wst.wsdl.Binding;
25
import org.eclipse.wst.wsdl.BindingFault;
26
import org.eclipse.wst.wsdl.BindingInput;
27
import org.eclipse.wst.wsdl.BindingOperation;
28
import org.eclipse.wst.wsdl.BindingOutput;
29
import org.eclipse.wst.wsdl.Definition;
30
import org.eclipse.wst.wsdl.ExtensibilityElement;
31
import org.eclipse.wst.wsdl.Fault;
32
import org.eclipse.wst.wsdl.Import;
33
import org.eclipse.wst.wsdl.Input;
34
import org.eclipse.wst.wsdl.Message;
35
import org.eclipse.wst.wsdl.Namespace;
36
import org.eclipse.wst.wsdl.Operation;
37
import org.eclipse.wst.wsdl.Output;
38
import org.eclipse.wst.wsdl.Part;
39
import org.eclipse.wst.wsdl.Port;
40
import org.eclipse.wst.wsdl.PortType;
41
import org.eclipse.wst.wsdl.Service;
42
import org.eclipse.wst.wsdl.Types;
43
import org.eclipse.wst.wsdl.UnknownExtensibilityElement;
44
import org.eclipse.wst.wsdl.WSDLFactory;
45
import org.eclipse.wst.wsdl.WSDLPackage;
46
import org.eclipse.wst.wsdl.WSDLPlugin;
47
import org.eclipse.wst.wsdl.XSDSchemaExtensibilityElement;
25
import org.eclipse.wst.wsdl.util.ExtensibilityElementFactory;
48
import org.eclipse.wst.wsdl.util.ExtensibilityElementFactory;
26
import org.w3c.dom.Document;
49
import org.w3c.dom.Document;
27
import org.w3c.dom.Element;
50
import org.w3c.dom.Element;
(-)model/org.eclipse.wst.WSDL.cat (-1178 / +2515 lines)
Lines 343-364 Link Here
343
		(object Inheritance_Relationship
343
		(object Inheritance_Relationship
344
		    quid       	"3AD5FE3C03D4"
344
		    quid       	"3AD5FE3C03D4"
345
		    supplier   	"Logical View::wsdl::WSDLElement"
345
		    supplier   	"Logical View::wsdl::WSDLElement"
346
		    quidu      	"3AD5C6A302DD"))
346
		    quidu      	"3AD5C6A302DD")
347
	    operations 	(list Operations
347
		(object Inheritance_Relationship
348
		(object Operation "getExtensibilityElements"
348
		    quid       	"490E05C20290"
349
		    quid       	"3B85C12C03CD"
349
		    supplier   	"Logical View::wsdl::IElementExtensible"
350
		    result     	"IList"
350
		    quidu      	"490E04B000DA")
351
		    concurrency 	"Sequential"
351
		(object Inheritance_Relationship
352
		    opExportControl 	"Public"
352
		    quid       	"49657F06007D"
353
		    uid        	0)
353
		    supplier   	"Logical View::wsdl::IAttributeExtensible"
354
		(object Operation "addExtensibilityElement"
354
		    quidu      	"490E063F02AF"))
355
		    quid       	"3B85C1470295"
356
		    parameters 	(list Parameters
357
			(object Parameter "extElement"
358
			    type       	"IExtensibilityElement"))
359
		    concurrency 	"Sequential"
360
		    opExportControl 	"Public"
361
		    uid        	0))
362
	    language   	"Java"
355
	    language   	"Java"
363
	    abstract   	TRUE)
356
	    abstract   	TRUE)
364
	(object Class "Input"
357
	(object Class "Input"
Lines 534-539 Link Here
534
	    quid       	"3B84A5BE0331"
527
	    quid       	"3B84A5BE0331"
535
	    documentation 	"This class represents the javax.wsdl.PortType non-MOF interface."
528
	    documentation 	"This class represents the javax.wsdl.PortType non-MOF interface."
536
	    stereotype 	"Interface"
529
	    stereotype 	"Interface"
530
	    superclasses 	(list inheritance_relationship_list
531
		(object Inheritance_Relationship
532
		    quid       	"490E219F0186"
533
		    supplier   	"Logical View::wsdl::IAttributeExtensible"
534
		    quidu      	"490E063F02AF"))
537
	    operations 	(list Operations
535
	    operations 	(list Operations
538
		(object Operation "addOperation"
536
		(object Operation "addOperation"
539
		    quid       	"3B896AC101CA"
537
		    quid       	"3B896AC101CA"
Lines 570-575 Link Here
570
	    quid       	"3B84A77600D1"
568
	    quid       	"3B84A77600D1"
571
	    documentation 	"This class represents the javax.wsdl.Operation non-MOF interface."
569
	    documentation 	"This class represents the javax.wsdl.Operation non-MOF interface."
572
	    stereotype 	"Interface"
570
	    stereotype 	"Interface"
571
	    superclasses 	(list inheritance_relationship_list
572
		(object Inheritance_Relationship
573
		    quid       	"490E23D5029F"
574
		    supplier   	"Logical View::wsdl::IElementExtensible"
575
		    quidu      	"490E04B000DA"))
573
	    operations 	(list Operations
576
	    operations 	(list Operations
574
		(object Operation "addFault"
577
		(object Operation "addFault"
575
		    quid       	"3B896C420065"
578
		    quid       	"3B896C420065"
Lines 644-649 Link Here
644
	    quid       	"3B84A7EE0015"
647
	    quid       	"3B84A7EE0015"
645
	    documentation 	"This class represents the javax.wsdl.Input non-MOF interface."
648
	    documentation 	"This class represents the javax.wsdl.Input non-MOF interface."
646
	    stereotype 	"Interface"
649
	    stereotype 	"Interface"
650
	    superclasses 	(list inheritance_relationship_list
651
		(object Inheritance_Relationship
652
		    quid       	"490E223502AF"
653
		    supplier   	"Logical View::wsdl::IAttributeExtensible"
654
		    quidu      	"490E063F02AF"))
647
	    operations 	(list Operations
655
	    operations 	(list Operations
648
		(object Operation "getMessage"
656
		(object Operation "getMessage"
649
		    quid       	"3C86633100EF"
657
		    quid       	"3C86633100EF"
Lines 667-672 Link Here
667
	    quid       	"3B84A829027D"
675
	    quid       	"3B84A829027D"
668
	    documentation 	"This class represents the javax.wsdl.Output non-MOF interface."
676
	    documentation 	"This class represents the javax.wsdl.Output non-MOF interface."
669
	    stereotype 	"Interface"
677
	    stereotype 	"Interface"
678
	    superclasses 	(list inheritance_relationship_list
679
		(object Inheritance_Relationship
680
		    quid       	"490E22390157"
681
		    supplier   	"Logical View::wsdl::IAttributeExtensible"
682
		    quidu      	"490E063F02AF"))
670
	    operations 	(list Operations
683
	    operations 	(list Operations
671
		(object Operation "getMessage"
684
		(object Operation "getMessage"
672
		    quid       	"3C86643A035D"
685
		    quid       	"3C86643A035D"
Lines 690-695 Link Here
690
	    quid       	"3B84A861031D"
703
	    quid       	"3B84A861031D"
691
	    documentation 	"This class represents the javax.wsdl.Fault non-MOF interface."
704
	    documentation 	"This class represents the javax.wsdl.Fault non-MOF interface."
692
	    stereotype 	"Interface"
705
	    stereotype 	"Interface"
706
	    superclasses 	(list inheritance_relationship_list
707
		(object Inheritance_Relationship
708
		    quid       	"490E2241008C"
709
		    supplier   	"Logical View::wsdl::IAttributeExtensible"
710
		    quidu      	"490E063F02AF"))
693
	    operations 	(list Operations
711
	    operations 	(list Operations
694
		(object Operation "getMessage"
712
		(object Operation "getMessage"
695
		    quid       	"3C86646A00BD"
713
		    quid       	"3C86646A00BD"
Lines 713-718 Link Here
713
	    quid       	"3B84A8AF004F"
731
	    quid       	"3B84A8AF004F"
714
	    documentation 	"This class represents the javax.wsdl.Message non-MOF interface"
732
	    documentation 	"This class represents the javax.wsdl.Message non-MOF interface"
715
	    stereotype 	"Interface"
733
	    stereotype 	"Interface"
734
	    superclasses 	(list inheritance_relationship_list
735
		(object Inheritance_Relationship
736
		    quid       	"490E23DA030D"
737
		    supplier   	"Logical View::wsdl::IElementExtensible"
738
		    quidu      	"490E04B000DA"))
716
	    operations 	(list Operations
739
	    operations 	(list Operations
717
		(object Operation "addPart"
740
		(object Operation "addPart"
718
		    quid       	"3B8972240273"
741
		    quid       	"3B8972240273"
Lines 754-786 Link Here
754
	    quid       	"3B84A93F01BE"
777
	    quid       	"3B84A93F01BE"
755
	    documentation 	"This class represents the javax.wsdl.Part non-MOF interface"
778
	    documentation 	"This class represents the javax.wsdl.Part non-MOF interface"
756
	    stereotype 	"Interface"
779
	    stereotype 	"Interface"
757
	    operations 	(list Operations
780
	    superclasses 	(list inheritance_relationship_list
758
		(object Operation "setExtensionAttribute"
781
		(object Inheritance_Relationship
759
		    quid       	"3C4688450052"
782
		    quid       	"490E23670242"
760
		    parameters 	(list Parameters
783
		    supplier   	"Logical View::wsdl::IAttributeExtensible"
761
			(object Parameter "name"
784
		    quidu      	"490E063F02AF"))
762
			    type       	"QName")
763
			(object Parameter "value"
764
			    type       	"QName"))
765
		    exceptions 	"WSDLException"
766
		    concurrency 	"Sequential"
767
		    opExportControl 	"Public"
768
		    uid        	0)
769
		(object Operation "getExtensionAttributeNames"
770
		    quid       	"3C468A0101C3"
771
		    result     	"IIterator"
772
		    concurrency 	"Sequential"
773
		    opExportControl 	"Public"
774
		    uid        	0)
775
		(object Operation "getExtensionAttribute"
776
		    quid       	"3C468A2D02D5"
777
		    parameters 	(list Parameters
778
			(object Parameter "name"
779
			    type       	"QName"))
780
		    result     	"QName"
781
		    concurrency 	"Sequential"
782
		    opExportControl 	"Public"
783
		    uid        	0))
784
	    class_attributes 	(list class_attribute_list
785
	    class_attributes 	(list class_attribute_list
785
		(object ClassAttribute "javax.wsdl.Part"
786
		(object ClassAttribute "javax.wsdl.Part"
786
		    quid       	"3B84A9500231"
787
		    quid       	"3B84A9500231"
Lines 789-794 Link Here
789
	    quid       	"3B84AB490287"
790
	    quid       	"3B84AB490287"
790
	    documentation 	"This class represents the javax.wsdl.Service non-MOF interface."
791
	    documentation 	"This class represents the javax.wsdl.Service non-MOF interface."
791
	    stereotype 	"Interface"
792
	    stereotype 	"Interface"
793
	    superclasses 	(list inheritance_relationship_list
794
		(object Inheritance_Relationship
795
		    quid       	"490E23E502BF"
796
		    supplier   	"Logical View::wsdl::IElementExtensible"
797
		    quidu      	"490E04B000DA"))
792
	    operations 	(list Operations
798
	    operations 	(list Operations
793
		(object Operation "addPort"
799
		(object Operation "addPort"
794
		    quid       	"3B895D5601D1"
800
		    quid       	"3B895D5601D1"
Lines 821-826 Link Here
821
	    quid       	"3B84AB800326"
827
	    quid       	"3B84AB800326"
822
	    documentation 	"This class represents the javax.wsdl.Port non-MOF interface."
828
	    documentation 	"This class represents the javax.wsdl.Port non-MOF interface."
823
	    stereotype 	"Interface"
829
	    stereotype 	"Interface"
830
	    superclasses 	(list inheritance_relationship_list
831
		(object Inheritance_Relationship
832
		    quid       	"490E23EA0119"
833
		    supplier   	"Logical View::wsdl::IElementExtensible"
834
		    quidu      	"490E04B000DA"))
824
	    operations 	(list Operations
835
	    operations 	(list Operations
825
		(object Operation "getBinding"
836
		(object Operation "getBinding"
826
		    quid       	"3C8651F302B5"
837
		    quid       	"3C8651F302B5"
Lines 844-849 Link Here
844
	    quid       	"3B84ABC60219"
855
	    quid       	"3B84ABC60219"
845
	    documentation 	"This class represents the javax.wsdl.Binding non-MOF interface."
856
	    documentation 	"This class represents the javax.wsdl.Binding non-MOF interface."
846
	    stereotype 	"Interface"
857
	    stereotype 	"Interface"
858
	    superclasses 	(list inheritance_relationship_list
859
		(object Inheritance_Relationship
860
		    quid       	"490E23EE00BB"
861
		    supplier   	"Logical View::wsdl::IElementExtensible"
862
		    quidu      	"490E04B000DA"))
847
	    operations 	(list Operations
863
	    operations 	(list Operations
848
		(object Operation "addBindingOperation"
864
		(object Operation "addBindingOperation"
849
		    quid       	"3B895F160153"
865
		    quid       	"3B895F160153"
Lines 894-899 Link Here
894
	    quid       	"3B84ADC00072"
910
	    quid       	"3B84ADC00072"
895
	    documentation 	"This class represents the javax.wsdl.BindingOperation non-MOF interface."
911
	    documentation 	"This class represents the javax.wsdl.BindingOperation non-MOF interface."
896
	    stereotype 	"Interface"
912
	    stereotype 	"Interface"
913
	    superclasses 	(list inheritance_relationship_list
914
		(object Inheritance_Relationship
915
		    quid       	"490E23F30177"
916
		    supplier   	"Logical View::wsdl::IElementExtensible"
917
		    quidu      	"490E04B000DA"))
897
	    operations 	(list Operations
918
	    operations 	(list Operations
898
		(object Operation "addBindingFault"
919
		(object Operation "addBindingFault"
899
		    quid       	"3B8960BC0041"
920
		    quid       	"3B8960BC0041"
Lines 968-973 Link Here
968
	    quid       	"3B84ADEB0100"
989
	    quid       	"3B84ADEB0100"
969
	    documentation 	"This class represents the javax.wsdl.BindingInput non-MOF interface."
990
	    documentation 	"This class represents the javax.wsdl.BindingInput non-MOF interface."
970
	    stereotype 	"Interface"
991
	    stereotype 	"Interface"
992
	    superclasses 	(list inheritance_relationship_list
993
		(object Inheritance_Relationship
994
		    quid       	"490E23F70232"
995
		    supplier   	"Logical View::wsdl::IElementExtensible"
996
		    quidu      	"490E04B000DA"))
971
	    class_attributes 	(list class_attribute_list
997
	    class_attributes 	(list class_attribute_list
972
		(object ClassAttribute "javax.wsdl.BindingInput"
998
		(object ClassAttribute "javax.wsdl.BindingInput"
973
		    quid       	"3B84ADFE000D"
999
		    quid       	"3B84ADFE000D"
Lines 976-981 Link Here
976
	    quid       	"3B84AE210111"
1002
	    quid       	"3B84AE210111"
977
	    documentation 	"This class represents the javax.wsdl.BindingOutput non-MOF interface."
1003
	    documentation 	"This class represents the javax.wsdl.BindingOutput non-MOF interface."
978
	    stereotype 	"Interface"
1004
	    stereotype 	"Interface"
1005
	    superclasses 	(list inheritance_relationship_list
1006
		(object Inheritance_Relationship
1007
		    quid       	"490E23FB00CB"
1008
		    supplier   	"Logical View::wsdl::IElementExtensible"
1009
		    quidu      	"490E04B000DA"))
979
	    class_attributes 	(list class_attribute_list
1010
	    class_attributes 	(list class_attribute_list
980
		(object ClassAttribute "javax.wsdl.BindingOutput"
1011
		(object ClassAttribute "javax.wsdl.BindingOutput"
981
		    quid       	"3B84AE2D0050"
1012
		    quid       	"3B84AE2D0050"
Lines 984-989 Link Here
984
	    quid       	"3B84AE4F00BD"
1015
	    quid       	"3B84AE4F00BD"
985
	    documentation 	"This class represents the javax.wsdl.BindingFault non-MOF interface."
1016
	    documentation 	"This class represents the javax.wsdl.BindingFault non-MOF interface."
986
	    stereotype 	"Interface"
1017
	    stereotype 	"Interface"
1018
	    superclasses 	(list inheritance_relationship_list
1019
		(object Inheritance_Relationship
1020
		    quid       	"490E24050167"
1021
		    supplier   	"Logical View::wsdl::IElementExtensible"
1022
		    quidu      	"490E04B000DA"))
987
	    class_attributes 	(list class_attribute_list
1023
	    class_attributes 	(list class_attribute_list
988
		(object ClassAttribute "javax.wsdl.BindingFault"
1024
		(object ClassAttribute "javax.wsdl.BindingFault"
989
		    quid       	"3B84AE5F002A"
1025
		    quid       	"3B84AE5F002A"
Lines 1008-1013 Link Here
1008
	    quid       	"3B84B1D90142"
1044
	    quid       	"3B84B1D90142"
1009
	    documentation 	"This class represents the javax.wsdl.Definition non-MOF interface."
1045
	    documentation 	"This class represents the javax.wsdl.Definition non-MOF interface."
1010
	    stereotype 	"Interface"
1046
	    stereotype 	"Interface"
1047
	    superclasses 	(list inheritance_relationship_list
1048
		(object Inheritance_Relationship
1049
		    quid       	"490E23D20280"
1050
		    supplier   	"Logical View::wsdl::IElementExtensible"
1051
		    quidu      	"490E04B000DA"))
1011
	    operations 	(list Operations
1052
	    operations 	(list Operations
1012
		(object Operation "addBinding"
1053
		(object Operation "addBinding"
1013
		    quid       	"3B8988F1039D"
1054
		    quid       	"3B8988F1039D"
Lines 1340-1345 Link Here
1340
	    quid       	"3B84B2020119"
1381
	    quid       	"3B84B2020119"
1341
	    documentation 	"This class represents the javax.wsdl.Import non-MOF interface."
1382
	    documentation 	"This class represents the javax.wsdl.Import non-MOF interface."
1342
	    stereotype 	"Interface"
1383
	    stereotype 	"Interface"
1384
	    superclasses 	(list inheritance_relationship_list
1385
		(object Inheritance_Relationship
1386
		    quid       	"490E224E02CE"
1387
		    supplier   	"Logical View::wsdl::IAttributeExtensible"
1388
		    quidu      	"490E063F02AF"))
1343
	    class_attributes 	(list class_attribute_list
1389
	    class_attributes 	(list class_attribute_list
1344
		(object ClassAttribute "javax.wsdl.Import"
1390
		(object ClassAttribute "javax.wsdl.Import"
1345
		    quid       	"3B84B20C02EA"
1391
		    quid       	"3B84B20C02EA"
Lines 1441-1447 Link Here
1441
		(object Inheritance_Relationship
1487
		(object Inheritance_Relationship
1442
		    quid       	"3CC3627F00B7"
1488
		    quid       	"3CC3627F00B7"
1443
		    supplier   	"Logical View::wsdl::ExtensibilityElement"
1489
		    supplier   	"Logical View::wsdl::ExtensibilityElement"
1444
		    quidu      	"3AD5DBB602A9")))
1490
		    quidu      	"3AD5DBB602A9")
1491
		(object Inheritance_Relationship
1492
		    quid       	"4965689D0128"
1493
		    supplier   	"Logical View::wsdl::ISchema"
1494
		    quidu      	"490E71C6006D"))
1495
	    class_attributes 	(list class_attribute_list
1496
		(object ClassAttribute "documentBaseURI"
1497
		    quid       	"490E806900EA"
1498
		    type       	"String")))
1445
	(object Class "DOMDocument"
1499
	(object Class "DOMDocument"
1446
	    quid       	"3CD1502C023B"
1500
	    quid       	"3CD1502C023B"
1447
	    documentation 	"This class represents the org.w3c.dom.Document non-MOF interface."
1501
	    documentation 	"This class represents the org.w3c.dom.Document non-MOF interface."
Lines 1464-1469 Link Here
1464
		    exportControl 	"Protected"))
1518
		    exportControl 	"Protected"))
1465
	    language   	"Java"
1519
	    language   	"Java"
1466
	    abstract   	TRUE)
1520
	    abstract   	TRUE)
1521
	(object Class "IElementExtensible"
1522
	    quid       	"490E04B000DA"
1523
	    stereotype 	"Interface"
1524
	    operations 	(list Operations
1525
		(object Operation "getExtensibilityElements"
1526
		    quid       	"3B85C12C03CD"
1527
		    result     	"IList"
1528
		    concurrency 	"Sequential"
1529
		    opExportControl 	"Public"
1530
		    uid        	0)
1531
		(object Operation "addExtensibilityElement"
1532
		    quid       	"3B85C1470295"
1533
		    parameters 	(list Parameters
1534
			(object Parameter "extElement"
1535
			    type       	"IExtensibilityElement"))
1536
		    concurrency 	"Sequential"
1537
		    opExportControl 	"Public"
1538
		    uid        	0))
1539
	    class_attributes 	(list class_attribute_list
1540
		(object ClassAttribute "javax.wsdl.extensions.ElementExtensible"
1541
		    quid       	"490E04E902EE"
1542
		    stereotype 	"javaclass"
1543
		    type       	"type"))
1544
	    language   	"Java")
1545
	(object Class "IAttributeExtensible"
1546
	    quid       	"490E063F02AF"
1547
	    stereotype 	"Interface"
1548
	    operations 	(list Operations
1549
		(object Operation "getExtensionAttribute"
1550
		    quid       	"3C468A2D02D5"
1551
		    parameters 	(list Parameters
1552
			(object Parameter "name"
1553
			    type       	"QName"))
1554
		    result     	"IObject"
1555
		    concurrency 	"Sequential"
1556
		    opExportControl 	"Public"
1557
		    uid        	0)
1558
		(object Operation "setExtensionAttribute"
1559
		    quid       	"3C4688450052"
1560
		    parameters 	(list Parameters
1561
			(object Parameter "name"
1562
			    type       	"QName")
1563
			(object Parameter "value"
1564
			    type       	"IObject"))
1565
		    concurrency 	"Sequential"
1566
		    opExportControl 	"Public"
1567
		    uid        	0)
1568
		(object Operation "getExtensionAttributes"
1569
		    quid       	"490E153B00CB"
1570
		    result     	"IMap"
1571
		    concurrency 	"Sequential"
1572
		    opExportControl 	"Public"
1573
		    uid        	0)
1574
		(object Operation "getNativeAttributeNames"
1575
		    quid       	"490E099F0109"
1576
		    result     	"IList"
1577
		    concurrency 	"Sequential"
1578
		    opExportControl 	"Public"
1579
		    uid        	0))
1580
	    class_attributes 	(list class_attribute_list
1581
		(object ClassAttribute "javax.wsdl.extensions.AttributeExtensible"
1582
		    quid       	"490E13C2000F"
1583
		    stereotype 	"javaclass"))
1584
	    language   	"Java")
1585
	(object Class "IObject"
1586
	    quid       	"490E13B30119"
1587
	    stereotype 	"Interface"
1588
	    class_attributes 	(list class_attribute_list
1589
		(object ClassAttribute "java.lang.Object"
1590
		    quid       	"490E13E300AB"
1591
		    stereotype 	"javaclass"
1592
		    type       	"type"
1593
		    initv      	"initval"))
1594
	    language   	"Java")
1595
	(object Class "ISchema"
1596
	    quid       	"490E71C6006D"
1597
	    stereotype 	"Interface"
1598
	    superclasses 	(list inheritance_relationship_list
1599
		(object Inheritance_Relationship
1600
		    quid       	"490E777F032C"
1601
		    supplier   	"Logical View::wsdl::IExtensibilityElement"
1602
		    quidu      	"3B84B12402AB"))
1603
	    class_attributes 	(list class_attribute_list
1604
		(object ClassAttribute "javax.wsdl.extensions.schema.Schema"
1605
		    quid       	"490E71FE030D"
1606
		    stereotype 	"javaclass"))
1607
	    language   	"Java")
1467
	(object Association "$UNNAMED$0"
1608
	(object Association "$UNNAMED$0"
1468
	    quid       	"3AD5C824018C"
1609
	    quid       	"3AD5C824018C"
1469
	    roles      	(list role_list
1610
	    roles      	(list role_list
Lines 2016-2025 Link Here
2016
		    ShowCompartmentStereotypes 	TRUE
2157
		    ShowCompartmentStereotypes 	TRUE
2017
		    SuppressAttribute 	TRUE
2158
		    SuppressAttribute 	TRUE
2018
		    IncludeOperation 	TRUE
2159
		    IncludeOperation 	TRUE
2019
		    location   	(1424, 800)
2160
		    location   	(1808, 1392)
2020
		    label      	(object ItemLabel
2161
		    label      	(object ItemLabel
2021
			Parent_View 	@1
2162
			Parent_View 	@1
2022
			location   	(1173, 660)
2163
			location   	(1557, 1252)
2023
			fill_color 	13434879
2164
			fill_color 	13434879
2024
			nlines     	1
2165
			nlines     	1
2025
			max_width  	502
2166
			max_width  	502
Lines 2027-2033 Link Here
2027
			label      	"IBinding")
2168
			label      	"IBinding")
2028
		    stereotype 	(object ItemLabel
2169
		    stereotype 	(object ItemLabel
2029
			Parent_View 	@1
2170
			Parent_View 	@1
2030
			location   	(1173, 610)
2171
			location   	(1557, 1202)
2031
			fill_color 	13434879
2172
			fill_color 	13434879
2032
			anchor     	10
2173
			anchor     	10
2033
			nlines     	1
2174
			nlines     	1
Lines 2047-2056 Link Here
2047
		    ShowCompartmentStereotypes 	TRUE
2188
		    ShowCompartmentStereotypes 	TRUE
2048
		    SuppressAttribute 	TRUE
2189
		    SuppressAttribute 	TRUE
2049
		    IncludeOperation 	TRUE
2190
		    IncludeOperation 	TRUE
2050
		    location   	(816, 528)
2191
		    location   	(1200, 1120)
2051
		    label      	(object ItemLabel
2192
		    label      	(object ItemLabel
2052
			Parent_View 	@2
2193
			Parent_View 	@2
2053
			location   	(686, 481)
2194
			location   	(1070, 1073)
2054
			fill_color 	13434879
2195
			fill_color 	13434879
2055
			nlines     	1
2196
			nlines     	1
2056
			max_width  	260
2197
			max_width  	260
Lines 2058-2064 Link Here
2058
			label      	"IPort")
2199
			label      	"IPort")
2059
		    stereotype 	(object ItemLabel
2200
		    stereotype 	(object ItemLabel
2060
			Parent_View 	@2
2201
			Parent_View 	@2
2061
			location   	(686, 431)
2202
			location   	(1070, 1023)
2062
			fill_color 	13434879
2203
			fill_color 	13434879
2063
			anchor     	10
2204
			anchor     	10
2064
			nlines     	1
2205
			nlines     	1
Lines 2079-2088 Link Here
2079
		    SuppressAttribute 	TRUE
2220
		    SuppressAttribute 	TRUE
2080
		    IncludeAttribute 	TRUE
2221
		    IncludeAttribute 	TRUE
2081
		    IncludeOperation 	TRUE
2222
		    IncludeOperation 	TRUE
2082
		    location   	(240, 160)
2223
		    location   	(624, 752)
2083
		    label      	(object ItemLabel
2224
		    label      	(object ItemLabel
2084
			Parent_View 	@3
2225
			Parent_View 	@3
2085
			location   	(126, 90)
2226
			location   	(510, 682)
2086
			fill_color 	13434879
2227
			fill_color 	13434879
2087
			nlines     	1
2228
			nlines     	1
2088
			max_width  	228
2229
			max_width  	228
Lines 2090-2096 Link Here
2090
			label      	"IService")
2231
			label      	"IService")
2091
		    stereotype 	(object ItemLabel
2232
		    stereotype 	(object ItemLabel
2092
			Parent_View 	@3
2233
			Parent_View 	@3
2093
			location   	(126, 40)
2234
			location   	(510, 632)
2094
			fill_color 	13434879
2235
			fill_color 	13434879
2095
			anchor     	10
2236
			anchor     	10
2096
			nlines     	1
2237
			nlines     	1
Lines 2110-2119 Link Here
2110
		    ShowCompartmentStereotypes 	TRUE
2251
		    ShowCompartmentStereotypes 	TRUE
2111
		    IncludeAttribute 	TRUE
2252
		    IncludeAttribute 	TRUE
2112
		    IncludeOperation 	TRUE
2253
		    IncludeOperation 	TRUE
2113
		    location   	(240, 528)
2254
		    location   	(624, 1120)
2114
		    label      	(object ItemLabel
2255
		    label      	(object ItemLabel
2115
			Parent_View 	@4
2256
			Parent_View 	@4
2116
			location   	(44, 433)
2257
			location   	(428, 1025)
2117
			fill_color 	13434879
2258
			fill_color 	13434879
2118
			nlines     	1
2259
			nlines     	1
2119
			max_width  	392
2260
			max_width  	392
Lines 2134-2149 Link Here
2134
		    client     	@4
2275
		    client     	@4
2135
		    supplier   	@3
2276
		    supplier   	@3
2136
		    line_style 	3
2277
		    line_style 	3
2137
		    origin_attachment 	(240, 421)
2278
		    origin_attachment 	(624, 1013)
2138
		    terminal_attachment 	(240, 292))
2279
		    terminal_attachment 	(624, 884))
2139
		(object ClassView "Class" "Logical View::wsdl::Binding" @6
2280
		(object ClassView "Class" "Logical View::wsdl::Binding" @6
2140
		    ShowCompartmentStereotypes 	TRUE
2281
		    ShowCompartmentStereotypes 	TRUE
2141
		    IncludeAttribute 	TRUE
2282
		    IncludeAttribute 	TRUE
2142
		    IncludeOperation 	TRUE
2283
		    IncludeOperation 	TRUE
2143
		    location   	(1440, 1264)
2284
		    location   	(1824, 1856)
2144
		    label      	(object ItemLabel
2285
		    label      	(object ItemLabel
2145
			Parent_View 	@6
2286
			Parent_View 	@6
2146
			location   	(1244, 1169)
2287
			location   	(1628, 1761)
2147
			fill_color 	13434879
2288
			fill_color 	13434879
2148
			nlines     	1
2289
			nlines     	1
2149
			max_width  	392
2290
			max_width  	392
Lines 2164-2179 Link Here
2164
		    client     	@6
2305
		    client     	@6
2165
		    supplier   	@1
2306
		    supplier   	@1
2166
		    line_style 	3
2307
		    line_style 	3
2167
		    origin_attachment 	(1430, 1157)
2308
		    origin_attachment 	(1814, 1749)
2168
		    terminal_attachment 	(1430, 1002))
2309
		    terminal_attachment 	(1814, 1594))
2169
		(object ClassView "Class" "Logical View::wsdl::Port" @8
2310
		(object ClassView "Class" "Logical View::wsdl::Port" @8
2170
		    ShowCompartmentStereotypes 	TRUE
2311
		    ShowCompartmentStereotypes 	TRUE
2171
		    IncludeAttribute 	TRUE
2312
		    IncludeAttribute 	TRUE
2172
		    IncludeOperation 	TRUE
2313
		    IncludeOperation 	TRUE
2173
		    location   	(816, 912)
2314
		    location   	(1200, 1504)
2174
		    label      	(object ItemLabel
2315
		    label      	(object ItemLabel
2175
			Parent_View 	@8
2316
			Parent_View 	@8
2176
			location   	(675, 840)
2317
			location   	(1059, 1432)
2177
			fill_color 	13434879
2318
			fill_color 	13434879
2178
			nlines     	1
2319
			nlines     	1
2179
			max_width  	282
2320
			max_width  	282
Lines 2194-2213 Link Here
2194
		    client     	@8
2335
		    client     	@8
2195
		    supplier   	@2
2336
		    supplier   	@2
2196
		    line_style 	3
2337
		    line_style 	3
2197
		    origin_attachment 	(809, 828)
2338
		    origin_attachment 	(1193, 1420)
2198
		    terminal_attachment 	(809, 637))
2339
		    terminal_attachment 	(1193, 1229))
2199
		(object AssociationViewNew "$UNNAMED$9" @10
2340
		(object AssociationViewNew "$UNNAMED$9" @10
2200
		    location   	(321, 916)
2341
		    location   	(705, 1508)
2201
		    stereotype 	TRUE
2342
		    stereotype 	TRUE
2202
		    line_color 	3342489
2343
		    line_color 	3342489
2203
		    quidu      	"3AD5D9400393"
2344
		    quidu      	"3AD5D9400393"
2204
		    roleview_list 	(list RoleViews
2345
		    roleview_list 	(list RoleViews
2205
			(object RoleView "ePorts" @11
2346
			(object RoleView "ePorts" @11
2206
			    Parent_View 	@10
2347
			    Parent_View 	@10
2207
			    location   	(-143, 644)
2348
			    location   	(241, 1236)
2208
			    label      	(object SegLabel @12
2349
			    label      	(object SegLabel @12
2209
				Parent_View 	@11
2350
				Parent_View 	@11
2210
				location   	(397, 945)
2351
				location   	(781, 1537)
2211
				anchor     	1
2352
				anchor     	1
2212
				anchor_loc 	1
2353
				anchor_loc 	1
2213
				nlines     	1
2354
				nlines     	1
Lines 2223-2233 Link Here
2223
			    client     	@10
2364
			    client     	@10
2224
			    supplier   	@8
2365
			    supplier   	@8
2225
			    line_style 	3
2366
			    line_style 	3
2226
			    origin_attachment 	(321, 916)
2367
			    origin_attachment 	(705, 1508)
2227
			    terminal_attachment 	(666, 916)
2368
			    terminal_attachment 	(1050, 1508)
2228
			    label      	(object SegLabel @13
2369
			    label      	(object SegLabel @13
2229
				Parent_View 	@11
2370
				Parent_View 	@11
2230
				location   	(530, 880)
2371
				location   	(914, 1472)
2231
				anchor     	2
2372
				anchor     	2
2232
				anchor_loc 	1
2373
				anchor_loc 	1
2233
				nlines     	1
2374
				nlines     	1
Lines 2239-2245 Link Here
2239
				orientation 	0)
2380
				orientation 	0)
2240
			    label      	(object SegLabel @14
2381
			    label      	(object SegLabel @14
2241
				Parent_View 	@11
2382
				Parent_View 	@11
2242
				location   	(433, 990)
2383
				location   	(817, 1582)
2243
				anchor     	3
2384
				anchor     	3
2244
				anchor_loc 	1
2385
				anchor_loc 	1
2245
				nlines     	1
2386
				nlines     	1
Lines 2251-2260 Link Here
2251
				orientation 	1))
2392
				orientation 	1))
2252
			(object RoleView "$UNNAMED$10" @15
2393
			(object RoleView "$UNNAMED$10" @15
2253
			    Parent_View 	@10
2394
			    Parent_View 	@10
2254
			    location   	(-143, 644)
2395
			    location   	(241, 1236)
2255
			    label      	(object SegLabel @16
2396
			    label      	(object SegLabel @16
2256
				Parent_View 	@15
2397
				Parent_View 	@15
2257
				location   	(216, 704)
2398
				location   	(600, 1296)
2258
				hidden     	TRUE
2399
				hidden     	TRUE
2259
				anchor     	1
2400
				anchor     	1
2260
				anchor_loc 	1
2401
				anchor_loc 	1
Lines 2271-2285 Link Here
2271
			    client     	@10
2412
			    client     	@10
2272
			    supplier   	@4
2413
			    supplier   	@4
2273
			    vertices   	(list Points
2414
			    vertices   	(list Points
2274
				(321, 916)
2415
				(705, 1508)
2275
				(257, 916)
2416
				(641, 1508)
2276
				(257, 635))
2417
				(641, 1227))
2277
			    line_style 	3
2418
			    line_style 	3
2278
			    origin_attachment 	(321, 916)
2419
			    origin_attachment 	(705, 1508)
2279
			    terminal_attachment 	(257, 635)
2420
			    terminal_attachment 	(641, 1227)
2280
			    label      	(object SegLabel @17
2421
			    label      	(object SegLabel @17
2281
				Parent_View 	@15
2422
				Parent_View 	@15
2282
				location   	(301, 760)
2423
				location   	(685, 1352)
2283
				anchor     	2
2424
				anchor     	2
2284
				anchor_loc 	1
2425
				anchor_loc 	1
2285
				nlines     	1
2426
				nlines     	1
Lines 2290-2306 Link Here
2290
				height     	44
2431
				height     	44
2291
				orientation 	1))))
2432
				orientation 	1))))
2292
		(object AssociationViewNew "$UNNAMED$11" @18
2433
		(object AssociationViewNew "$UNNAMED$11" @18
2293
		    location   	(886, 1270)
2434
		    location   	(1271, 1862)
2294
		    stereotype 	TRUE
2435
		    stereotype 	TRUE
2295
		    line_color 	3342489
2436
		    line_color 	3342489
2296
		    quidu      	"3AD5D9B8011F"
2437
		    quidu      	"3AD5D9B8011F"
2297
		    roleview_list 	(list RoleViews
2438
		    roleview_list 	(list RoleViews
2298
			(object RoleView "eBinding" @19
2439
			(object RoleView "eBinding" @19
2299
			    Parent_View 	@18
2440
			    Parent_View 	@18
2300
			    location   	(38, 422)
2441
			    location   	(423, 1014)
2301
			    label      	(object SegLabel @20
2442
			    label      	(object SegLabel @20
2302
				Parent_View 	@19
2443
				Parent_View 	@19
2303
				location   	(1112, 1235)
2444
				location   	(1496, 1827)
2304
				anchor     	1
2445
				anchor     	1
2305
				anchor_loc 	1
2446
				anchor_loc 	1
2306
				nlines     	1
2447
				nlines     	1
Lines 2316-2326 Link Here
2316
			    client     	@18
2457
			    client     	@18
2317
			    supplier   	@6
2458
			    supplier   	@6
2318
			    line_style 	3
2459
			    line_style 	3
2319
			    origin_attachment 	(886, 1270)
2460
			    origin_attachment 	(1271, 1862)
2320
			    terminal_attachment 	(1235, 1270)
2461
			    terminal_attachment 	(1619, 1862)
2321
			    label      	(object SegLabel @21
2462
			    label      	(object SegLabel @21
2322
				Parent_View 	@19
2463
				Parent_View 	@19
2323
				location   	(1170, 1313)
2464
				location   	(1554, 1905)
2324
				anchor     	2
2465
				anchor     	2
2325
				anchor_loc 	1
2466
				anchor_loc 	1
2326
				nlines     	1
2467
				nlines     	1
Lines 2332-2341 Link Here
2332
				orientation 	1))
2473
				orientation 	1))
2333
			(object RoleView "$UNNAMED$12" @22
2474
			(object RoleView "$UNNAMED$12" @22
2334
			    Parent_View 	@18
2475
			    Parent_View 	@18
2335
			    location   	(38, 422)
2476
			    location   	(423, 1014)
2336
			    label      	(object SegLabel @23
2477
			    label      	(object SegLabel @23
2337
				Parent_View 	@22
2478
				Parent_View 	@22
2338
				location   	(852, 1106)
2479
				location   	(1236, 1698)
2339
				hidden     	TRUE
2480
				hidden     	TRUE
2340
				anchor     	1
2481
				anchor     	1
2341
				anchor_loc 	1
2482
				anchor_loc 	1
Lines 2352-2363 Link Here
2352
			    client     	@18
2493
			    client     	@18
2353
			    supplier   	@8
2494
			    supplier   	@8
2354
			    vertices   	(list Points
2495
			    vertices   	(list Points
2355
				(886, 1270)
2496
				(1271, 1862)
2356
				(812, 1270)
2497
				(1196, 1862)
2357
				(812, 996))
2498
				(1196, 1588))
2358
			    line_style 	3
2499
			    line_style 	3
2359
			    origin_attachment 	(886, 1270)
2500
			    origin_attachment 	(1271, 1862)
2360
			    terminal_attachment 	(812, 996))))))
2501
			    terminal_attachment 	(1196, 1588))))
2502
		(object ClassView "Class" "Logical View::wsdl::IElementExtensible" @24
2503
		    ShowCompartmentStereotypes 	TRUE
2504
		    IncludeOperation 	TRUE
2505
		    location   	(1184, 160)
2506
		    label      	(object ItemLabel
2507
			Parent_View 	@24
2508
			location   	(942, 90)
2509
			fill_color 	13434879
2510
			nlines     	1
2511
			max_width  	484
2512
			justify    	0
2513
			label      	"IElementExtensible")
2514
		    stereotype 	(object ItemLabel
2515
			Parent_View 	@24
2516
			location   	(942, 40)
2517
			fill_color 	13434879
2518
			anchor     	10
2519
			nlines     	1
2520
			max_width  	484
2521
			justify    	0
2522
			label      	"<<Interface>>")
2523
		    icon       	"Interface"
2524
		    icon_style 	"Label"
2525
		    line_color 	3342489
2526
		    fill_color 	13434879
2527
		    quidu      	"490E04B000DA"
2528
		    width      	502
2529
		    height     	264
2530
		    annotation 	8
2531
		    autoResize 	TRUE)
2532
		(object ClassView "Class" "Logical View::wsdl::IAttributeExtensible" @25
2533
		    ShowCompartmentStereotypes 	TRUE
2534
		    IncludeAttribute 	TRUE
2535
		    IncludeOperation 	TRUE
2536
		    location   	(1760, 192)
2537
		    label      	(object ItemLabel
2538
			Parent_View 	@25
2539
			location   	(1489, 77)
2540
			fill_color 	13434879
2541
			nlines     	1
2542
			max_width  	542
2543
			justify    	0
2544
			label      	"IAttributeExtensible")
2545
		    stereotype 	(object ItemLabel
2546
			Parent_View 	@25
2547
			location   	(1489, 27)
2548
			fill_color 	13434879
2549
			anchor     	10
2550
			nlines     	1
2551
			max_width  	542
2552
			justify    	0
2553
			label      	"<<Interface>>")
2554
		    icon       	"Interface"
2555
		    icon_style 	"Label"
2556
		    line_color 	3342489
2557
		    fill_color 	13434879
2558
		    quidu      	"490E063F02AF"
2559
		    width      	560
2560
		    height     	354
2561
		    annotation 	8
2562
		    autoResize 	TRUE)))
2361
	(object ClassDiagram "2.5 Bindings"
2563
	(object ClassDiagram "2.5 Bindings"
2362
	    quid       	"39AD51270252"
2564
	    quid       	"39AD51270252"
2363
	    title      	"2.5 Bindings"
2565
	    title      	"2.5 Bindings"
Lines 2367-2380 Link Here
2367
	    origin_x   	0
2569
	    origin_x   	0
2368
	    origin_y   	0
2570
	    origin_y   	0
2369
	    items      	(list diagram_item_list
2571
	    items      	(list diagram_item_list
2370
		(object ClassView "Class" "Logical View::wsdl::IBinding" @24
2572
		(object ClassView "Class" "Logical View::wsdl::IBinding" @26
2371
		    ShowCompartmentStereotypes 	TRUE
2573
		    ShowCompartmentStereotypes 	TRUE
2372
		    SuppressAttribute 	TRUE
2574
		    SuppressAttribute 	TRUE
2373
		    IncludeAttribute 	TRUE
2575
		    IncludeAttribute 	TRUE
2374
		    IncludeOperation 	TRUE
2576
		    IncludeOperation 	TRUE
2375
		    location   	(304, 240)
2577
		    location   	(304, 240)
2376
		    label      	(object ItemLabel
2578
		    label      	(object ItemLabel
2377
			Parent_View 	@24
2579
			Parent_View 	@26
2378
			location   	(73, 114)
2580
			location   	(73, 114)
2379
			fill_color 	13434879
2581
			fill_color 	13434879
2380
			nlines     	1
2582
			nlines     	1
Lines 2382-2388 Link Here
2382
			justify    	0
2584
			justify    	0
2383
			label      	"IBinding")
2585
			label      	"IBinding")
2384
		    stereotype 	(object ItemLabel
2586
		    stereotype 	(object ItemLabel
2385
			Parent_View 	@24
2587
			Parent_View 	@26
2386
			location   	(73, 64)
2588
			location   	(73, 64)
2387
			fill_color 	13434879
2589
			fill_color 	13434879
2388
			anchor     	10
2590
			anchor     	10
Lines 2399-2412 Link Here
2399
		    height     	376
2601
		    height     	376
2400
		    annotation 	8
2602
		    annotation 	8
2401
		    autoResize 	TRUE)
2603
		    autoResize 	TRUE)
2402
		(object ClassView "Class" "Logical View::wsdl::IBindingOperation" @25
2604
		(object ClassView "Class" "Logical View::wsdl::IBindingOperation" @27
2403
		    ShowCompartmentStereotypes 	TRUE
2605
		    ShowCompartmentStereotypes 	TRUE
2404
		    SuppressAttribute 	TRUE
2606
		    SuppressAttribute 	TRUE
2405
		    IncludeAttribute 	TRUE
2607
		    IncludeAttribute 	TRUE
2406
		    IncludeOperation 	TRUE
2608
		    IncludeOperation 	TRUE
2407
		    location   	(976, 352)
2609
		    location   	(976, 352)
2408
		    label      	(object ItemLabel
2610
		    label      	(object ItemLabel
2409
			Parent_View 	@25
2611
			Parent_View 	@27
2410
			location   	(780, 130)
2612
			location   	(780, 130)
2411
			fill_color 	13434879
2613
			fill_color 	13434879
2412
			nlines     	1
2614
			nlines     	1
Lines 2414-2420 Link Here
2414
			justify    	0
2616
			justify    	0
2415
			label      	"IBindingOperation")
2617
			label      	"IBindingOperation")
2416
		    stereotype 	(object ItemLabel
2618
		    stereotype 	(object ItemLabel
2417
			Parent_View 	@25
2619
			Parent_View 	@27
2418
			location   	(780, 80)
2620
			location   	(780, 80)
2419
			fill_color 	13434879
2621
			fill_color 	13434879
2420
			anchor     	10
2622
			anchor     	10
Lines 2431-2443 Link Here
2431
		    height     	568
2633
		    height     	568
2432
		    annotation 	8
2634
		    annotation 	8
2433
		    autoResize 	TRUE)
2635
		    autoResize 	TRUE)
2434
		(object ClassView "Class" "Logical View::wsdl::IBindingInput" @26
2636
		(object ClassView "Class" "Logical View::wsdl::IBindingInput" @28
2435
		    ShowCompartmentStereotypes 	TRUE
2637
		    ShowCompartmentStereotypes 	TRUE
2436
		    SuppressAttribute 	TRUE
2638
		    SuppressAttribute 	TRUE
2437
		    IncludeOperation 	TRUE
2639
		    IncludeOperation 	TRUE
2438
		    location   	(192, 1360)
2640
		    location   	(192, 1360)
2439
		    label      	(object ItemLabel
2641
		    label      	(object ItemLabel
2440
			Parent_View 	@26
2642
			Parent_View 	@28
2441
			location   	(62, 1334)
2643
			location   	(62, 1334)
2442
			fill_color 	16777215
2644
			fill_color 	16777215
2443
			nlines     	1
2645
			nlines     	1
Lines 2445-2451 Link Here
2445
			justify    	0
2647
			justify    	0
2446
			label      	"IBindingInput")
2648
			label      	"IBindingInput")
2447
		    stereotype 	(object ItemLabel
2649
		    stereotype 	(object ItemLabel
2448
			Parent_View 	@26
2650
			Parent_View 	@28
2449
			location   	(62, 1284)
2651
			location   	(62, 1284)
2450
			fill_color 	13434879
2652
			fill_color 	13434879
2451
			anchor     	10
2653
			anchor     	10
Lines 2462-2474 Link Here
2462
		    height     	176
2664
		    height     	176
2463
		    annotation 	8
2665
		    annotation 	8
2464
		    autoResize 	TRUE)
2666
		    autoResize 	TRUE)
2465
		(object ClassView "Class" "Logical View::wsdl::IBindingOutput" @27
2667
		(object ClassView "Class" "Logical View::wsdl::IBindingOutput" @29
2466
		    ShowCompartmentStereotypes 	TRUE
2668
		    ShowCompartmentStereotypes 	TRUE
2467
		    SuppressAttribute 	TRUE
2669
		    SuppressAttribute 	TRUE
2468
		    IncludeOperation 	TRUE
2670
		    IncludeOperation 	TRUE
2469
		    location   	(208, 1664)
2671
		    location   	(208, 1664)
2470
		    label      	(object ItemLabel
2672
		    label      	(object ItemLabel
2471
			Parent_View 	@27
2673
			Parent_View 	@29
2472
			location   	(61, 1638)
2674
			location   	(61, 1638)
2473
			fill_color 	16777215
2675
			fill_color 	16777215
2474
			nlines     	1
2676
			nlines     	1
Lines 2476-2482 Link Here
2476
			justify    	0
2678
			justify    	0
2477
			label      	"IBindingOutput")
2679
			label      	"IBindingOutput")
2478
		    stereotype 	(object ItemLabel
2680
		    stereotype 	(object ItemLabel
2479
			Parent_View 	@27
2681
			Parent_View 	@29
2480
			location   	(61, 1588)
2682
			location   	(61, 1588)
2481
			fill_color 	13434879
2683
			fill_color 	13434879
2482
			anchor     	10
2684
			anchor     	10
Lines 2493-2506 Link Here
2493
		    height     	176
2695
		    height     	176
2494
		    annotation 	8
2696
		    annotation 	8
2495
		    autoResize 	TRUE)
2697
		    autoResize 	TRUE)
2496
		(object ClassView "Class" "Logical View::wsdl::IBindingFault" @28
2698
		(object ClassView "Class" "Logical View::wsdl::IBindingFault" @30
2497
		    ShowCompartmentStereotypes 	TRUE
2699
		    ShowCompartmentStereotypes 	TRUE
2498
		    SuppressAttribute 	TRUE
2700
		    SuppressAttribute 	TRUE
2499
		    IncludeAttribute 	TRUE
2701
		    IncludeAttribute 	TRUE
2500
		    IncludeOperation 	TRUE
2702
		    IncludeOperation 	TRUE
2501
		    location   	(208, 1984)
2703
		    location   	(208, 1984)
2502
		    label      	(object ItemLabel
2704
		    label      	(object ItemLabel
2503
			Parent_View 	@28
2705
			Parent_View 	@30
2504
			location   	(72, 1958)
2706
			location   	(72, 1958)
2505
			fill_color 	13434879
2707
			fill_color 	13434879
2506
			nlines     	1
2708
			nlines     	1
Lines 2508-2514 Link Here
2508
			justify    	0
2710
			justify    	0
2509
			label      	"IBindingFault")
2711
			label      	"IBindingFault")
2510
		    stereotype 	(object ItemLabel
2712
		    stereotype 	(object ItemLabel
2511
			Parent_View 	@28
2713
			Parent_View 	@30
2512
			location   	(72, 1908)
2714
			location   	(72, 1908)
2513
			fill_color 	13434879
2715
			fill_color 	13434879
2514
			anchor     	10
2716
			anchor     	10
Lines 2525-2537 Link Here
2525
		    height     	176
2727
		    height     	176
2526
		    annotation 	8
2728
		    annotation 	8
2527
		    autoResize 	TRUE)
2729
		    autoResize 	TRUE)
2528
		(object ClassView "Class" "Logical View::wsdl::PortType" @29
2730
		(object ClassView "Class" "Logical View::wsdl::PortType" @31
2529
		    ShowCompartmentStereotypes 	TRUE
2731
		    ShowCompartmentStereotypes 	TRUE
2530
		    IncludeAttribute 	TRUE
2732
		    IncludeAttribute 	TRUE
2531
		    IncludeOperation 	TRUE
2733
		    IncludeOperation 	TRUE
2532
		    location   	(1904, 624)
2734
		    location   	(1904, 624)
2533
		    label      	(object ItemLabel
2735
		    label      	(object ItemLabel
2534
			Parent_View 	@29
2736
			Parent_View 	@31
2535
			location   	(1697, 522)
2737
			location   	(1697, 522)
2536
			fill_color 	13434879
2738
			fill_color 	13434879
2537
			nlines     	1
2739
			nlines     	1
Lines 2546-2558 Link Here
2546
		    height     	228
2748
		    height     	228
2547
		    annotation 	8
2749
		    annotation 	8
2548
		    autoResize 	TRUE)
2750
		    autoResize 	TRUE)
2549
		(object ClassView "Class" "Logical View::wsdl::Input" @30
2751
		(object ClassView "Class" "Logical View::wsdl::Input" @32
2550
		    ShowCompartmentStereotypes 	TRUE
2752
		    ShowCompartmentStereotypes 	TRUE
2551
		    IncludeAttribute 	TRUE
2753
		    IncludeAttribute 	TRUE
2552
		    IncludeOperation 	TRUE
2754
		    IncludeOperation 	TRUE
2553
		    location   	(1904, 1360)
2755
		    location   	(1904, 1360)
2554
		    label      	(object ItemLabel
2756
		    label      	(object ItemLabel
2555
			Parent_View 	@30
2757
			Parent_View 	@32
2556
			location   	(1756, 1283)
2758
			location   	(1756, 1283)
2557
			fill_color 	13434879
2759
			fill_color 	13434879
2558
			nlines     	1
2760
			nlines     	1
Lines 2567-2579 Link Here
2567
		    height     	178
2769
		    height     	178
2568
		    annotation 	8
2770
		    annotation 	8
2569
		    autoResize 	TRUE)
2771
		    autoResize 	TRUE)
2570
		(object ClassView "Class" "Logical View::wsdl::Output" @31
2772
		(object ClassView "Class" "Logical View::wsdl::Output" @33
2571
		    ShowCompartmentStereotypes 	TRUE
2773
		    ShowCompartmentStereotypes 	TRUE
2572
		    IncludeAttribute 	TRUE
2774
		    IncludeAttribute 	TRUE
2573
		    IncludeOperation 	TRUE
2775
		    IncludeOperation 	TRUE
2574
		    location   	(1904, 1664)
2776
		    location   	(1904, 1664)
2575
		    label      	(object ItemLabel
2777
		    label      	(object ItemLabel
2576
			Parent_View 	@31
2778
			Parent_View 	@33
2577
			location   	(1756, 1587)
2779
			location   	(1756, 1587)
2578
			fill_color 	13434879
2780
			fill_color 	13434879
2579
			nlines     	1
2781
			nlines     	1
Lines 2588-2600 Link Here
2588
		    height     	178
2790
		    height     	178
2589
		    annotation 	8
2791
		    annotation 	8
2590
		    autoResize 	TRUE)
2792
		    autoResize 	TRUE)
2591
		(object ClassView "Class" "Logical View::wsdl::Binding" @32
2793
		(object ClassView "Class" "Logical View::wsdl::Binding" @34
2592
		    ShowCompartmentStereotypes 	TRUE
2794
		    ShowCompartmentStereotypes 	TRUE
2593
		    IncludeAttribute 	TRUE
2795
		    IncludeAttribute 	TRUE
2594
		    IncludeOperation 	TRUE
2796
		    IncludeOperation 	TRUE
2595
		    location   	(304, 688)
2797
		    location   	(304, 688)
2596
		    label      	(object ItemLabel
2798
		    label      	(object ItemLabel
2597
			Parent_View 	@32
2799
			Parent_View 	@34
2598
			location   	(97, 586)
2800
			location   	(97, 586)
2599
			fill_color 	13434879
2801
			fill_color 	13434879
2600
			nlines     	1
2802
			nlines     	1
Lines 2609-2634 Link Here
2609
		    height     	228
2811
		    height     	228
2610
		    annotation 	8
2812
		    annotation 	8
2611
		    autoResize 	TRUE)
2813
		    autoResize 	TRUE)
2612
		(object InheritView "" @33
2814
		(object InheritView "" @35
2613
		    stereotype 	TRUE
2815
		    stereotype 	TRUE
2614
		    line_color 	3342489
2816
		    line_color 	3342489
2615
		    quidu      	"3B8595410129"
2817
		    quidu      	"3B8595410129"
2616
		    client     	@32
2818
		    client     	@34
2617
		    supplier   	@24
2819
		    supplier   	@26
2618
		    line_style 	3
2820
		    line_style 	3
2619
		    origin_attachment 	(279, 574)
2821
		    origin_attachment 	(279, 574)
2620
		    terminal_attachment 	(279, 428))
2822
		    terminal_attachment 	(279, 428))
2621
		(object AssociationViewNew "$UNNAMED$3" @34
2823
		(object AssociationViewNew "$UNNAMED$3" @36
2622
		    location   	(1104, 742)
2824
		    location   	(1104, 742)
2623
		    stereotype 	TRUE
2825
		    stereotype 	TRUE
2624
		    line_color 	3342489
2826
		    line_color 	3342489
2625
		    quidu      	"3AD5D352010F"
2827
		    quidu      	"3AD5D352010F"
2626
		    roleview_list 	(list RoleViews
2828
		    roleview_list 	(list RoleViews
2627
			(object RoleView "ePortType" @35
2829
			(object RoleView "ePortType" @37
2628
			    Parent_View 	@34
2830
			    Parent_View 	@36
2629
			    location   	(640, 598)
2831
			    location   	(640, 598)
2630
			    label      	(object SegLabel @36
2832
			    label      	(object SegLabel @38
2631
				Parent_View 	@35
2833
				Parent_View 	@37
2632
				location   	(1565, 781)
2834
				location   	(1565, 781)
2633
				anchor     	1
2835
				anchor     	1
2634
				anchor_loc 	1
2836
				anchor_loc 	1
Lines 2642-2654 Link Here
2642
			    stereotype 	TRUE
2844
			    stereotype 	TRUE
2643
			    line_color 	3342489
2845
			    line_color 	3342489
2644
			    quidu      	"3AD5D3540176"
2846
			    quidu      	"3AD5D3540176"
2645
			    client     	@34
2847
			    client     	@36
2646
			    supplier   	@29
2848
			    supplier   	@31
2647
			    line_style 	3
2849
			    line_style 	3
2648
			    origin_attachment 	(1104, 742)
2850
			    origin_attachment 	(1104, 742)
2649
			    terminal_attachment 	(1688, 742)
2851
			    terminal_attachment 	(1688, 742)
2650
			    label      	(object SegLabel @37
2852
			    label      	(object SegLabel @39
2651
				Parent_View 	@35
2853
				Parent_View 	@37
2652
				location   	(1613, 716)
2854
				location   	(1613, 716)
2653
				anchor     	2
2855
				anchor     	2
2654
				anchor_loc 	1
2856
				anchor_loc 	1
Lines 2659-2669 Link Here
2659
				pctDist    	0.872193
2861
				pctDist    	0.872193
2660
				height     	27
2862
				height     	27
2661
				orientation 	0))
2863
				orientation 	0))
2662
			(object RoleView "$UNNAMED$4" @38
2864
			(object RoleView "$UNNAMED$4" @40
2663
			    Parent_View 	@34
2865
			    Parent_View 	@36
2664
			    location   	(640, 598)
2866
			    location   	(640, 598)
2665
			    label      	(object SegLabel @39
2867
			    label      	(object SegLabel @41
2666
				Parent_View 	@38
2868
				Parent_View 	@40
2667
				location   	(806, 697)
2869
				location   	(806, 697)
2668
				hidden     	TRUE
2870
				hidden     	TRUE
2669
				anchor     	1
2871
				anchor     	1
Lines 2678-2695 Link Here
2678
			    stereotype 	TRUE
2880
			    stereotype 	TRUE
2679
			    line_color 	3342489
2881
			    line_color 	3342489
2680
			    quidu      	"3AD5D3540180"
2882
			    quidu      	"3AD5D3540180"
2681
			    client     	@34
2883
			    client     	@36
2682
			    supplier   	@32
2884
			    supplier   	@34
2683
			    line_style 	3
2885
			    line_style 	3
2684
			    origin_attachment 	(1104, 742)
2886
			    origin_attachment 	(1104, 742)
2685
			    terminal_attachment 	(520, 742))))
2887
			    terminal_attachment 	(520, 742))))
2686
		(object ClassView "Class" "Logical View::wsdl::Operation" @40
2888
		(object ClassView "Class" "Logical View::wsdl::Operation" @42
2687
		    ShowCompartmentStereotypes 	TRUE
2889
		    ShowCompartmentStereotypes 	TRUE
2688
		    IncludeAttribute 	TRUE
2890
		    IncludeAttribute 	TRUE
2689
		    IncludeOperation 	TRUE
2891
		    IncludeOperation 	TRUE
2690
		    location   	(1888, 1024)
2892
		    location   	(1888, 1024)
2691
		    label      	(object ItemLabel
2893
		    label      	(object ItemLabel
2692
			Parent_View 	@40
2894
			Parent_View 	@42
2693
			location   	(1672, 898)
2895
			location   	(1672, 898)
2694
			fill_color 	13434879
2896
			fill_color 	13434879
2695
			nlines     	1
2897
			nlines     	1
Lines 2704-2716 Link Here
2704
		    height     	276
2906
		    height     	276
2705
		    annotation 	8
2907
		    annotation 	8
2706
		    autoResize 	TRUE)
2908
		    autoResize 	TRUE)
2707
		(object ClassView "Class" "Logical View::wsdl::BindingInput" @41
2909
		(object ClassView "Class" "Logical View::wsdl::BindingInput" @43
2708
		    ShowCompartmentStereotypes 	TRUE
2910
		    ShowCompartmentStereotypes 	TRUE
2709
		    IncludeAttribute 	TRUE
2911
		    IncludeAttribute 	TRUE
2710
		    IncludeOperation 	TRUE
2912
		    IncludeOperation 	TRUE
2711
		    location   	(624, 1408)
2913
		    location   	(624, 1408)
2712
		    label      	(object ItemLabel
2914
		    label      	(object ItemLabel
2713
			Parent_View 	@41
2915
			Parent_View 	@43
2714
			location   	(476, 1283)
2916
			location   	(476, 1283)
2715
			fill_color 	13434879
2917
			fill_color 	13434879
2716
			nlines     	1
2918
			nlines     	1
Lines 2725-2741 Link Here
2725
		    height     	274
2927
		    height     	274
2726
		    annotation 	8
2928
		    annotation 	8
2727
		    autoResize 	TRUE)
2929
		    autoResize 	TRUE)
2728
		(object AssociationViewNew "$UNNAMED$47" @42
2930
		(object AssociationViewNew "$UNNAMED$47" @44
2729
		    location   	(1264, 1359)
2931
		    location   	(1264, 1359)
2730
		    stereotype 	TRUE
2932
		    stereotype 	TRUE
2731
		    line_color 	3342489
2933
		    line_color 	3342489
2732
		    quidu      	"3B84AD2400BD"
2934
		    quidu      	"3B84AD2400BD"
2733
		    roleview_list 	(list RoleViews
2935
		    roleview_list 	(list RoleViews
2734
			(object RoleView "eInput" @43
2936
			(object RoleView "eInput" @45
2735
			    Parent_View 	@42
2937
			    Parent_View 	@44
2736
			    location   	(96, 287)
2938
			    location   	(96, 287)
2737
			    label      	(object SegLabel @44
2939
			    label      	(object SegLabel @46
2738
				Parent_View 	@43
2940
				Parent_View 	@45
2739
				location   	(1637, 1316)
2941
				location   	(1637, 1316)
2740
				anchor     	1
2942
				anchor     	1
2741
				anchor_loc 	1
2943
				anchor_loc 	1
Lines 2749-2761 Link Here
2749
			    stereotype 	TRUE
2951
			    stereotype 	TRUE
2750
			    line_color 	3342489
2952
			    line_color 	3342489
2751
			    quidu      	"3B84AD250083"
2953
			    quidu      	"3B84AD250083"
2752
			    client     	@42
2954
			    client     	@44
2753
			    supplier   	@30
2955
			    supplier   	@32
2754
			    line_style 	3
2956
			    line_style 	3
2755
			    origin_attachment 	(1264, 1359)
2957
			    origin_attachment 	(1264, 1359)
2756
			    terminal_attachment 	(1747, 1359)
2958
			    terminal_attachment 	(1747, 1359)
2757
			    label      	(object SegLabel @45
2959
			    label      	(object SegLabel @47
2758
				Parent_View 	@43
2960
				Parent_View 	@45
2759
				location   	(1694, 1398)
2961
				location   	(1694, 1398)
2760
				anchor     	2
2962
				anchor     	2
2761
				anchor_loc 	1
2963
				anchor_loc 	1
Lines 2766-2789 Link Here
2766
				pctDist    	0.889546
2968
				pctDist    	0.889546
2767
				height     	39
2969
				height     	39
2768
				orientation 	1))
2970
				orientation 	1))
2769
			(object RoleView "$UNNAMED$48" @46
2971
			(object RoleView "$UNNAMED$48" @48
2770
			    Parent_View 	@42
2972
			    Parent_View 	@44
2771
			    location   	(96, 287)
2973
			    location   	(96, 287)
2772
			    stereotype 	TRUE
2974
			    stereotype 	TRUE
2773
			    line_color 	3342489
2975
			    line_color 	3342489
2774
			    quidu      	"3B84AD250084"
2976
			    quidu      	"3B84AD250084"
2775
			    client     	@42
2977
			    client     	@44
2776
			    supplier   	@41
2978
			    supplier   	@43
2777
			    line_style 	3
2979
			    line_style 	3
2778
			    origin_attachment 	(1264, 1359)
2980
			    origin_attachment 	(1264, 1359)
2779
			    terminal_attachment 	(781, 1359))))
2981
			    terminal_attachment 	(781, 1359))))
2780
		(object ClassView "Class" "Logical View::wsdl::BindingOutput" @47
2982
		(object ClassView "Class" "Logical View::wsdl::BindingOutput" @49
2781
		    ShowCompartmentStereotypes 	TRUE
2983
		    ShowCompartmentStereotypes 	TRUE
2782
		    IncludeAttribute 	TRUE
2984
		    IncludeAttribute 	TRUE
2783
		    IncludeOperation 	TRUE
2985
		    IncludeOperation 	TRUE
2784
		    location   	(960, 1664)
2986
		    location   	(960, 1664)
2785
		    label      	(object ItemLabel
2987
		    label      	(object ItemLabel
2786
			Parent_View 	@47
2988
			Parent_View 	@49
2787
			location   	(812, 1539)
2989
			location   	(812, 1539)
2788
			fill_color 	13434879
2990
			fill_color 	13434879
2789
			nlines     	1
2991
			nlines     	1
Lines 2798-2814 Link Here
2798
		    height     	274
3000
		    height     	274
2799
		    annotation 	8
3001
		    annotation 	8
2800
		    autoResize 	TRUE)
3002
		    autoResize 	TRUE)
2801
		(object AssociationViewNew "$UNNAMED$49" @48
3003
		(object AssociationViewNew "$UNNAMED$49" @50
2802
		    location   	(1432, 1654)
3004
		    location   	(1432, 1654)
2803
		    stereotype 	TRUE
3005
		    stereotype 	TRUE
2804
		    line_color 	3342489
3006
		    line_color 	3342489
2805
		    quidu      	"3B84AD7900F2"
3007
		    quidu      	"3B84AD7900F2"
2806
		    roleview_list 	(list RoleViews
3008
		    roleview_list 	(list RoleViews
2807
			(object RoleView "eOutput" @49
3009
			(object RoleView "eOutput" @51
2808
			    Parent_View 	@48
3010
			    Parent_View 	@50
2809
			    location   	(-120, 374)
3011
			    location   	(-120, 374)
2810
			    label      	(object SegLabel @50
3012
			    label      	(object SegLabel @52
2811
				Parent_View 	@49
3013
				Parent_View 	@51
2812
				location   	(1645, 1612)
3014
				location   	(1645, 1612)
2813
				anchor     	1
3015
				anchor     	1
2814
				anchor_loc 	1
3016
				anchor_loc 	1
Lines 2822-2834 Link Here
2822
			    stereotype 	TRUE
3024
			    stereotype 	TRUE
2823
			    line_color 	3342489
3025
			    line_color 	3342489
2824
			    quidu      	"3B84AD7A014D"
3026
			    quidu      	"3B84AD7A014D"
2825
			    client     	@48
3027
			    client     	@50
2826
			    supplier   	@31
3028
			    supplier   	@33
2827
			    line_style 	3
3029
			    line_style 	3
2828
			    origin_attachment 	(1432, 1654)
3030
			    origin_attachment 	(1432, 1654)
2829
			    terminal_attachment 	(1747, 1654)
3031
			    terminal_attachment 	(1747, 1654)
2830
			    label      	(object SegLabel @51
3032
			    label      	(object SegLabel @53
2831
				Parent_View 	@49
3033
				Parent_View 	@51
2832
				location   	(1681, 1697)
3034
				location   	(1681, 1697)
2833
				anchor     	2
3035
				anchor     	2
2834
				anchor_loc 	1
3036
				anchor_loc 	1
Lines 2839-2862 Link Here
2839
				pctDist    	0.790274
3041
				pctDist    	0.790274
2840
				height     	43
3042
				height     	43
2841
				orientation 	1))
3043
				orientation 	1))
2842
			(object RoleView "$UNNAMED$50" @52
3044
			(object RoleView "$UNNAMED$50" @54
2843
			    Parent_View 	@48
3045
			    Parent_View 	@50
2844
			    location   	(-120, 374)
3046
			    location   	(-120, 374)
2845
			    stereotype 	TRUE
3047
			    stereotype 	TRUE
2846
			    line_color 	3342489
3048
			    line_color 	3342489
2847
			    quidu      	"3B84AD7A014E"
3049
			    quidu      	"3B84AD7A014E"
2848
			    client     	@48
3050
			    client     	@50
2849
			    supplier   	@47
3051
			    supplier   	@49
2850
			    line_style 	3
3052
			    line_style 	3
2851
			    origin_attachment 	(1432, 1654)
3053
			    origin_attachment 	(1432, 1654)
2852
			    terminal_attachment 	(1117, 1654))))
3054
			    terminal_attachment 	(1117, 1654))))
2853
		(object ClassView "Class" "Logical View::wsdl::BindingOperation" @53
3055
		(object ClassView "Class" "Logical View::wsdl::BindingOperation" @55
2854
		    ShowCompartmentStereotypes 	TRUE
3056
		    ShowCompartmentStereotypes 	TRUE
2855
		    IncludeAttribute 	TRUE
3057
		    IncludeAttribute 	TRUE
2856
		    IncludeOperation 	TRUE
3058
		    IncludeOperation 	TRUE
2857
		    location   	(992, 1008)
3059
		    location   	(992, 1008)
2858
		    label      	(object ItemLabel
3060
		    label      	(object ItemLabel
2859
			Parent_View 	@53
3061
			Parent_View 	@55
2860
			location   	(819, 931)
3062
			location   	(819, 931)
2861
			fill_color 	13434879
3063
			fill_color 	13434879
2862
			nlines     	1
3064
			nlines     	1
Lines 2871-2896 Link Here
2871
		    height     	178
3073
		    height     	178
2872
		    annotation 	8
3074
		    annotation 	8
2873
		    autoResize 	TRUE)
3075
		    autoResize 	TRUE)
2874
		(object InheritView "" @54
3076
		(object InheritView "" @56
2875
		    stereotype 	TRUE
3077
		    stereotype 	TRUE
2876
		    line_color 	3342489
3078
		    line_color 	3342489
2877
		    quidu      	"3B84ADE401DC"
3079
		    quidu      	"3B84ADE401DC"
2878
		    client     	@53
3080
		    client     	@55
2879
		    supplier   	@25
3081
		    supplier   	@27
2880
		    line_style 	3
3082
		    line_style 	3
2881
		    origin_attachment 	(966, 919)
3083
		    origin_attachment 	(966, 919)
2882
		    terminal_attachment 	(966, 636))
3084
		    terminal_attachment 	(966, 636))
2883
		(object AssociationViewNew "$UNNAMED$5" @55
3085
		(object AssociationViewNew "$UNNAMED$5" @57
2884
		    location   	(433, 1022)
3086
		    location   	(433, 1022)
2885
		    stereotype 	TRUE
3087
		    stereotype 	TRUE
2886
		    line_color 	3342489
3088
		    line_color 	3342489
2887
		    quidu      	"3AD5D3E10179"
3089
		    quidu      	"3AD5D3E10179"
2888
		    roleview_list 	(list RoleViews
3090
		    roleview_list 	(list RoleViews
2889
			(object RoleView "$UNNAMED$6" @56
3091
			(object RoleView "$UNNAMED$6" @58
2890
			    Parent_View 	@55
3092
			    Parent_View 	@57
2891
			    location   	(-1343, 494)
3093
			    location   	(-1343, 494)
2892
			    label      	(object SegLabel @57
3094
			    label      	(object SegLabel @59
2893
				Parent_View 	@56
3095
				Parent_View 	@58
2894
				location   	(235, 877)
3096
				location   	(235, 877)
2895
				hidden     	TRUE
3097
				hidden     	TRUE
2896
				anchor     	1
3098
				anchor     	1
Lines 2905-2912 Link Here
2905
			    stereotype 	TRUE
3107
			    stereotype 	TRUE
2906
			    line_color 	3342489
3108
			    line_color 	3342489
2907
			    quidu      	"3AD5D3E20225"
3109
			    quidu      	"3AD5D3E20225"
2908
			    client     	@55
3110
			    client     	@57
2909
			    supplier   	@32
3111
			    supplier   	@34
2910
			    vertices   	(list Points
3112
			    vertices   	(list Points
2911
				(433, 1022)
3113
				(433, 1022)
2912
				(276, 1022)
3114
				(276, 1022)
Lines 2914-2921 Link Here
2914
			    line_style 	3
3116
			    line_style 	3
2915
			    origin_attachment 	(433, 1022)
3117
			    origin_attachment 	(433, 1022)
2916
			    terminal_attachment 	(276, 802)
3118
			    terminal_attachment 	(276, 802)
2917
			    label      	(object SegLabel @58
3119
			    label      	(object SegLabel @60
2918
				Parent_View 	@56
3120
				Parent_View 	@58
2919
				location   	(330, 841)
3121
				location   	(330, 841)
2920
				anchor     	2
3122
				anchor     	2
2921
				anchor_loc 	1
3123
				anchor_loc 	1
Lines 2926-2936 Link Here
2926
				pctDist    	0.900000
3128
				pctDist    	0.900000
2927
				height     	54
3129
				height     	54
2928
				orientation 	1))
3130
				orientation 	1))
2929
			(object RoleView "eBindingOperations" @59
3131
			(object RoleView "eBindingOperations" @61
2930
			    Parent_View 	@55
3132
			    Parent_View 	@57
2931
			    location   	(-1343, 494)
3133
			    location   	(-1343, 494)
2932
			    label      	(object SegLabel @60
3134
			    label      	(object SegLabel @62
2933
				Parent_View 	@59
3135
				Parent_View 	@61
2934
				location   	(513, 977)
3136
				location   	(513, 977)
2935
				anchor     	1
3137
				anchor     	1
2936
				anchor_loc 	1
3138
				anchor_loc 	1
Lines 2944-2956 Link Here
2944
			    stereotype 	TRUE
3146
			    stereotype 	TRUE
2945
			    line_color 	3342489
3147
			    line_color 	3342489
2946
			    quidu      	"3AD5D3E20239"
3148
			    quidu      	"3AD5D3E20239"
2947
			    client     	@55
3149
			    client     	@57
2948
			    supplier   	@53
3150
			    supplier   	@55
2949
			    line_style 	3
3151
			    line_style 	3
2950
			    origin_attachment 	(433, 1022)
3152
			    origin_attachment 	(433, 1022)
2951
			    terminal_attachment 	(810, 1022)
3153
			    terminal_attachment 	(810, 1022)
2952
			    label      	(object SegLabel @61
3154
			    label      	(object SegLabel @63
2953
				Parent_View 	@59
3155
				Parent_View 	@61
2954
				location   	(766, 980)
3156
				location   	(766, 980)
2955
				anchor     	2
3157
				anchor     	2
2956
				anchor_loc 	1
3158
				anchor_loc 	1
Lines 2961-2968 Link Here
2961
				pctDist    	0.884956
3163
				pctDist    	0.884956
2962
				height     	43
3164
				height     	43
2963
				orientation 	0)
3165
				orientation 	0)
2964
			    label      	(object SegLabel @62
3166
			    label      	(object SegLabel @64
2965
				Parent_View 	@59
3167
				Parent_View 	@61
2966
				location   	(706, 1067)
3168
				location   	(706, 1067)
2967
				anchor     	3
3169
				anchor     	3
2968
				anchor_loc 	1
3170
				anchor_loc 	1
Lines 2973-2989 Link Here
2973
				pctDist    	0.727564
3175
				pctDist    	0.727564
2974
				height     	45
3176
				height     	45
2975
				orientation 	1))))
3177
				orientation 	1))))
2976
		(object AssociationViewNew "$UNNAMED$7" @63
3178
		(object AssociationViewNew "$UNNAMED$7" @65
2977
		    location   	(1418, 1040)
3179
		    location   	(1418, 1040)
2978
		    stereotype 	TRUE
3180
		    stereotype 	TRUE
2979
		    line_color 	3342489
3181
		    line_color 	3342489
2980
		    quidu      	"3AD5D425038A"
3182
		    quidu      	"3AD5D425038A"
2981
		    roleview_list 	(list RoleViews
3183
		    roleview_list 	(list RoleViews
2982
			(object RoleView "eOperation" @64
3184
			(object RoleView "eOperation" @66
2983
			    Parent_View 	@63
3185
			    Parent_View 	@65
2984
			    location   	(-358, 464)
3186
			    location   	(-358, 464)
2985
			    label      	(object SegLabel @65
3187
			    label      	(object SegLabel @67
2986
				Parent_View 	@64
3188
				Parent_View 	@66
2987
				location   	(1520, 1079)
3189
				location   	(1520, 1079)
2988
				anchor     	1
3190
				anchor     	1
2989
				anchor_loc 	1
3191
				anchor_loc 	1
Lines 2997-3009 Link Here
2997
			    stereotype 	TRUE
3199
			    stereotype 	TRUE
2998
			    line_color 	3342489
3200
			    line_color 	3342489
2999
			    quidu      	"3AD5D42602F5"
3201
			    quidu      	"3AD5D42602F5"
3000
			    client     	@63
3202
			    client     	@65
3001
			    supplier   	@40
3203
			    supplier   	@42
3002
			    line_style 	3
3204
			    line_style 	3
3003
			    origin_attachment 	(1418, 1040)
3205
			    origin_attachment 	(1418, 1040)
3004
			    terminal_attachment 	(1663, 1040)
3206
			    terminal_attachment 	(1663, 1040)
3005
			    label      	(object SegLabel @66
3207
			    label      	(object SegLabel @68
3006
				Parent_View 	@64
3208
				Parent_View 	@66
3007
				location   	(1589, 1005)
3209
				location   	(1589, 1005)
3008
				anchor     	2
3210
				anchor     	2
3009
				anchor_loc 	1
3211
				anchor_loc 	1
Lines 3014-3024 Link Here
3014
				pctDist    	0.696721
3216
				pctDist    	0.696721
3015
				height     	36
3217
				height     	36
3016
				orientation 	0))
3218
				orientation 	0))
3017
			(object RoleView "$UNNAMED$8" @67
3219
			(object RoleView "$UNNAMED$8" @69
3018
			    Parent_View 	@63
3220
			    Parent_View 	@65
3019
			    location   	(-358, 464)
3221
			    location   	(-358, 464)
3020
			    label      	(object SegLabel @68
3222
			    label      	(object SegLabel @70
3021
				Parent_View 	@67
3223
				Parent_View 	@69
3022
				location   	(1273, 1070)
3224
				location   	(1273, 1070)
3023
				hidden     	TRUE
3225
				hidden     	TRUE
3024
				anchor     	1
3226
				anchor     	1
Lines 3033-3054 Link Here
3033
			    stereotype 	TRUE
3235
			    stereotype 	TRUE
3034
			    line_color 	3342489
3236
			    line_color 	3342489
3035
			    quidu      	"3AD5D42602FF"
3237
			    quidu      	"3AD5D42602FF"
3036
			    client     	@63
3238
			    client     	@65
3037
			    supplier   	@53
3239
			    supplier   	@55
3038
			    line_style 	3
3240
			    line_style 	3
3039
			    origin_attachment 	(1418, 1040)
3241
			    origin_attachment 	(1418, 1040)
3040
			    terminal_attachment 	(1174, 1040))))
3242
			    terminal_attachment 	(1174, 1040))))
3041
		(object AssociationViewNew "$UNNAMED$27" @69
3243
		(object AssociationViewNew "$UNNAMED$27" @71
3042
		    location   	(787, 1190)
3244
		    location   	(787, 1190)
3043
		    stereotype 	TRUE
3245
		    stereotype 	TRUE
3044
		    line_color 	3342489
3246
		    line_color 	3342489
3045
		    quidu      	"3ADF2E6401F5"
3247
		    quidu      	"3ADF2E6401F5"
3046
		    roleview_list 	(list RoleViews
3248
		    roleview_list 	(list RoleViews
3047
			(object RoleView "eBindingInput" @70
3249
			(object RoleView "eBindingInput" @72
3048
			    Parent_View 	@69
3250
			    Parent_View 	@71
3049
			    location   	(-381, 454)
3251
			    location   	(-381, 454)
3050
			    label      	(object SegLabel @71
3252
			    label      	(object SegLabel @73
3051
				Parent_View 	@70
3253
				Parent_View 	@72
3052
				location   	(669, 1152)
3254
				location   	(669, 1152)
3053
				anchor     	1
3255
				anchor     	1
3054
				anchor_loc 	1
3256
				anchor_loc 	1
Lines 3062-3069 Link Here
3062
			    stereotype 	TRUE
3264
			    stereotype 	TRUE
3063
			    line_color 	3342489
3265
			    line_color 	3342489
3064
			    quidu      	"3ADF2E650251"
3266
			    quidu      	"3ADF2E650251"
3065
			    client     	@69
3267
			    client     	@71
3066
			    supplier   	@41
3268
			    supplier   	@43
3067
			    vertices   	(list Points
3269
			    vertices   	(list Points
3068
				(787, 1190)
3270
				(787, 1190)
3069
				(636, 1190)
3271
				(636, 1190)
Lines 3071-3078 Link Here
3071
			    line_style 	3
3273
			    line_style 	3
3072
			    origin_attachment 	(787, 1190)
3274
			    origin_attachment 	(787, 1190)
3073
			    terminal_attachment 	(636, 1271)
3275
			    terminal_attachment 	(636, 1271)
3074
			    label      	(object SegLabel @72
3276
			    label      	(object SegLabel @74
3075
				Parent_View 	@70
3277
				Parent_View 	@72
3076
				location   	(685, 1222)
3278
				location   	(685, 1222)
3077
				anchor     	2
3279
				anchor     	2
3078
				anchor_loc 	1
3280
				anchor_loc 	1
Lines 3083-3093 Link Here
3083
				pctDist    	0.440476
3285
				pctDist    	0.440476
3084
				height     	32
3286
				height     	32
3085
				orientation 	0))
3287
				orientation 	0))
3086
			(object RoleView "$UNNAMED$28" @73
3288
			(object RoleView "$UNNAMED$28" @75
3087
			    Parent_View 	@69
3289
			    Parent_View 	@71
3088
			    location   	(-381, 454)
3290
			    location   	(-381, 454)
3089
			    label      	(object SegLabel @74
3291
			    label      	(object SegLabel @76
3090
				Parent_View 	@73
3292
				Parent_View 	@75
3091
				location   	(885, 1144)
3293
				location   	(885, 1144)
3092
				hidden     	TRUE
3294
				hidden     	TRUE
3093
				anchor     	1
3295
				anchor     	1
Lines 3102-3109 Link Here
3102
			    stereotype 	TRUE
3304
			    stereotype 	TRUE
3103
			    line_color 	3342489
3305
			    line_color 	3342489
3104
			    quidu      	"3ADF2E650252"
3306
			    quidu      	"3ADF2E650252"
3105
			    client     	@69
3307
			    client     	@71
3106
			    supplier   	@53
3308
			    supplier   	@55
3107
			    vertices   	(list Points
3309
			    vertices   	(list Points
3108
				(787, 1190)
3310
				(787, 1190)
3109
				(926, 1190)
3311
				(926, 1190)
Lines 3111-3118 Link Here
3111
			    line_style 	3
3313
			    line_style 	3
3112
			    origin_attachment 	(787, 1190)
3314
			    origin_attachment 	(787, 1190)
3113
			    terminal_attachment 	(926, 1097)
3315
			    terminal_attachment 	(926, 1097)
3114
			    label      	(object SegLabel @75
3316
			    label      	(object SegLabel @77
3115
				Parent_View 	@73
3317
				Parent_View 	@75
3116
				location   	(871, 1136)
3318
				location   	(871, 1136)
3117
				anchor     	2
3319
				anchor     	2
3118
				anchor_loc 	1
3320
				anchor_loc 	1
Lines 3123-3139 Link Here
3123
				pctDist    	0.837758
3325
				pctDist    	0.837758
3124
				height     	56
3326
				height     	56
3125
				orientation 	0))))
3327
				orientation 	0))))
3126
		(object AssociationViewNew "$UNNAMED$29" @76
3328
		(object AssociationViewNew "$UNNAMED$29" @78
3127
		    location   	(1024, 1312)
3329
		    location   	(1024, 1312)
3128
		    stereotype 	TRUE
3330
		    stereotype 	TRUE
3129
		    line_color 	3342489
3331
		    line_color 	3342489
3130
		    quidu      	"3ADF2EB30163"
3332
		    quidu      	"3ADF2EB30163"
3131
		    roleview_list 	(list RoleViews
3333
		    roleview_list 	(list RoleViews
3132
			(object RoleView "eBindingOutput" @77
3334
			(object RoleView "eBindingOutput" @79
3133
			    Parent_View 	@76
3335
			    Parent_View 	@78
3134
			    location   	(-150, 578)
3336
			    location   	(-150, 578)
3135
			    label      	(object SegLabel @78
3337
			    label      	(object SegLabel @80
3136
				Parent_View 	@77
3338
				Parent_View 	@79
3137
				location   	(1012, 1429)
3339
				location   	(1012, 1429)
3138
				anchor     	1
3340
				anchor     	1
3139
				anchor_loc 	1
3341
				anchor_loc 	1
Lines 3147-3159 Link Here
3147
			    stereotype 	TRUE
3349
			    stereotype 	TRUE
3148
			    line_color 	3342489
3350
			    line_color 	3342489
3149
			    quidu      	"3ADF2EB4013C"
3351
			    quidu      	"3ADF2EB4013C"
3150
			    client     	@76
3352
			    client     	@78
3151
			    supplier   	@47
3353
			    supplier   	@49
3152
			    line_style 	3
3354
			    line_style 	3
3153
			    origin_attachment 	(1024, 1312)
3355
			    origin_attachment 	(1024, 1312)
3154
			    terminal_attachment 	(1024, 1527)
3356
			    terminal_attachment 	(1024, 1527)
3155
			    label      	(object SegLabel @79
3357
			    label      	(object SegLabel @81
3156
				Parent_View 	@77
3358
				Parent_View 	@79
3157
				location   	(967, 1479)
3359
				location   	(967, 1479)
3158
				anchor     	2
3360
				anchor     	2
3159
				anchor_loc 	1
3361
				anchor_loc 	1
Lines 3164-3174 Link Here
3164
				pctDist    	0.774590
3366
				pctDist    	0.774590
3165
				height     	58
3367
				height     	58
3166
				orientation 	1))
3368
				orientation 	1))
3167
			(object RoleView "$UNNAMED$30" @80
3369
			(object RoleView "$UNNAMED$30" @82
3168
			    Parent_View 	@76
3370
			    Parent_View 	@78
3169
			    location   	(-150, 578)
3371
			    location   	(-150, 578)
3170
			    label      	(object SegLabel @81
3372
			    label      	(object SegLabel @83
3171
				Parent_View 	@80
3373
				Parent_View 	@82
3172
				location   	(983, 1140)
3374
				location   	(983, 1140)
3173
				hidden     	TRUE
3375
				hidden     	TRUE
3174
				anchor     	1
3376
				anchor     	1
Lines 3183-3195 Link Here
3183
			    stereotype 	TRUE
3385
			    stereotype 	TRUE
3184
			    line_color 	3342489
3386
			    line_color 	3342489
3185
			    quidu      	"3ADF2EB4013D"
3387
			    quidu      	"3ADF2EB4013D"
3186
			    client     	@76
3388
			    client     	@78
3187
			    supplier   	@53
3389
			    supplier   	@55
3188
			    line_style 	3
3390
			    line_style 	3
3189
			    origin_attachment 	(1024, 1312)
3391
			    origin_attachment 	(1024, 1312)
3190
			    terminal_attachment 	(1024, 1097)
3392
			    terminal_attachment 	(1024, 1097)
3191
			    label      	(object SegLabel @82
3393
			    label      	(object SegLabel @84
3192
				Parent_View 	@80
3394
				Parent_View 	@82
3193
				location   	(1031, 1186)
3395
				location   	(1031, 1186)
3194
				anchor     	2
3396
				anchor     	2
3195
				anchor_loc 	1
3397
				anchor_loc 	1
Lines 3200-3212 Link Here
3200
				pctDist    	0.590164
3402
				pctDist    	0.590164
3201
				height     	7
3403
				height     	7
3202
				orientation 	1))))
3404
				orientation 	1))))
3203
		(object ClassView "Class" "Logical View::wsdl::Fault" @83
3405
		(object ClassView "Class" "Logical View::wsdl::Fault" @85
3204
		    ShowCompartmentStereotypes 	TRUE
3406
		    ShowCompartmentStereotypes 	TRUE
3205
		    IncludeAttribute 	TRUE
3407
		    IncludeAttribute 	TRUE
3206
		    IncludeOperation 	TRUE
3408
		    IncludeOperation 	TRUE
3207
		    location   	(1920, 1984)
3409
		    location   	(1920, 1984)
3208
		    label      	(object ItemLabel
3410
		    label      	(object ItemLabel
3209
			Parent_View 	@83
3411
			Parent_View 	@85
3210
			location   	(1772, 1907)
3412
			location   	(1772, 1907)
3211
			fill_color 	13434879
3413
			fill_color 	13434879
3212
			nlines     	1
3414
			nlines     	1
Lines 3221-3233 Link Here
3221
		    height     	178
3423
		    height     	178
3222
		    annotation 	8
3424
		    annotation 	8
3223
		    autoResize 	TRUE)
3425
		    autoResize 	TRUE)
3224
		(object ClassView "Class" "Logical View::wsdl::BindingFault" @84
3426
		(object ClassView "Class" "Logical View::wsdl::BindingFault" @86
3225
		    ShowCompartmentStereotypes 	TRUE
3427
		    ShowCompartmentStereotypes 	TRUE
3226
		    IncludeAttribute 	TRUE
3428
		    IncludeAttribute 	TRUE
3227
		    IncludeOperation 	TRUE
3429
		    IncludeOperation 	TRUE
3228
		    location   	(1360, 1984)
3430
		    location   	(1360, 1984)
3229
		    label      	(object ItemLabel
3431
		    label      	(object ItemLabel
3230
			Parent_View 	@84
3432
			Parent_View 	@86
3231
			location   	(1212, 1859)
3433
			location   	(1212, 1859)
3232
			fill_color 	13434879
3434
			fill_color 	13434879
3233
			nlines     	1
3435
			nlines     	1
Lines 3242-3267 Link Here
3242
		    height     	274
3444
		    height     	274
3243
		    annotation 	8
3445
		    annotation 	8
3244
		    autoResize 	TRUE)
3446
		    autoResize 	TRUE)
3245
		(object InheritView "" @85
3447
		(object InheritView "" @87
3246
		    stereotype 	TRUE
3448
		    stereotype 	TRUE
3247
		    line_color 	3342489
3449
		    line_color 	3342489
3248
		    quidu      	"3B84AE710333"
3450
		    quidu      	"3B84AE710333"
3249
		    client     	@84
3451
		    client     	@86
3250
		    supplier   	@28
3452
		    supplier   	@30
3251
		    line_style 	3
3453
		    line_style 	3
3252
		    origin_attachment 	(1203, 2007)
3454
		    origin_attachment 	(1203, 2007)
3253
		    terminal_attachment 	(353, 2007))
3455
		    terminal_attachment 	(353, 2007))
3254
		(object AssociationViewNew "$UNNAMED$37" @86
3456
		(object AssociationViewNew "$UNNAMED$37" @88
3255
		    location   	(1356, 1352)
3457
		    location   	(1356, 1352)
3256
		    stereotype 	TRUE
3458
		    stereotype 	TRUE
3257
		    line_color 	3342489
3459
		    line_color 	3342489
3258
		    quidu      	"3ADF340003E5"
3460
		    quidu      	"3ADF340003E5"
3259
		    roleview_list 	(list RoleViews
3461
		    roleview_list 	(list RoleViews
3260
			(object RoleView "eBindingFaults" @87
3462
			(object RoleView "eBindingFaults" @89
3261
			    Parent_View 	@86
3463
			    Parent_View 	@88
3262
			    location   	(188, 616)
3464
			    location   	(188, 616)
3263
			    label      	(object SegLabel @88
3465
			    label      	(object SegLabel @90
3264
				Parent_View 	@87
3466
				Parent_View 	@89
3265
				location   	(1382, 1750)
3467
				location   	(1382, 1750)
3266
				anchor     	1
3468
				anchor     	1
3267
				anchor_loc 	1
3469
				anchor_loc 	1
Lines 3275-3287 Link Here
3275
			    stereotype 	TRUE
3477
			    stereotype 	TRUE
3276
			    line_color 	3342489
3478
			    line_color 	3342489
3277
			    quidu      	"3ADF340103AA"
3479
			    quidu      	"3ADF340103AA"
3278
			    client     	@86
3480
			    client     	@88
3279
			    supplier   	@84
3481
			    supplier   	@86
3280
			    line_style 	3
3482
			    line_style 	3
3281
			    origin_attachment 	(1356, 1352)
3483
			    origin_attachment 	(1356, 1352)
3282
			    terminal_attachment 	(1356, 1847)
3484
			    terminal_attachment 	(1356, 1847)
3283
			    label      	(object SegLabel @89
3485
			    label      	(object SegLabel @91
3284
				Parent_View 	@87
3486
				Parent_View 	@89
3285
				location   	(1409, 1797)
3487
				location   	(1409, 1797)
3286
				anchor     	2
3488
				anchor     	2
3287
				anchor_loc 	1
3489
				anchor_loc 	1
Lines 3292-3299 Link Here
3292
				pctDist    	0.899194
3494
				pctDist    	0.899194
3293
				height     	53
3495
				height     	53
3294
				orientation 	0)
3496
				orientation 	0)
3295
			    label      	(object SegLabel @90
3497
			    label      	(object SegLabel @92
3296
				Parent_View 	@87
3498
				Parent_View 	@89
3297
				location   	(1256, 1806)
3499
				location   	(1256, 1806)
3298
				anchor     	3
3500
				anchor     	3
3299
				anchor_loc 	1
3501
				anchor_loc 	1
Lines 3304-3314 Link Here
3304
				pctDist    	0.919291
3506
				pctDist    	0.919291
3305
				height     	101
3507
				height     	101
3306
				orientation 	1))
3508
				orientation 	1))
3307
			(object RoleView "$UNNAMED$38" @91
3509
			(object RoleView "$UNNAMED$38" @93
3308
			    Parent_View 	@86
3510
			    Parent_View 	@88
3309
			    location   	(188, 616)
3511
			    location   	(188, 616)
3310
			    label      	(object SegLabel @92
3512
			    label      	(object SegLabel @94
3311
				Parent_View 	@91
3513
				Parent_View 	@93
3312
				location   	(1076, 1197)
3514
				location   	(1076, 1197)
3313
				hidden     	TRUE
3515
				hidden     	TRUE
3314
				anchor     	1
3516
				anchor     	1
Lines 3323-3330 Link Here
3323
			    stereotype 	TRUE
3525
			    stereotype 	TRUE
3324
			    line_color 	3342489
3526
			    line_color 	3342489
3325
			    quidu      	"3ADF340103AB"
3527
			    quidu      	"3ADF340103AB"
3326
			    client     	@86
3528
			    client     	@88
3327
			    supplier   	@53
3529
			    supplier   	@55
3328
			    vertices   	(list Points
3530
			    vertices   	(list Points
3329
				(1356, 1352)
3531
				(1356, 1352)
3330
				(1356, 1217)
3532
				(1356, 1217)
Lines 3333-3340 Link Here
3333
			    line_style 	3
3535
			    line_style 	3
3334
			    origin_attachment 	(1356, 1352)
3536
			    origin_attachment 	(1356, 1352)
3335
			    terminal_attachment 	(1117, 1097)
3537
			    terminal_attachment 	(1117, 1097)
3336
			    label      	(object SegLabel @93
3538
			    label      	(object SegLabel @95
3337
				Parent_View 	@91
3539
				Parent_View 	@93
3338
				location   	(1152, 1164)
3540
				location   	(1152, 1164)
3339
				anchor     	2
3541
				anchor     	2
3340
				anchor_loc 	1
3542
				anchor_loc 	1
Lines 3345-3361 Link Here
3345
				pctDist    	0.687008
3547
				pctDist    	0.687008
3346
				height     	54
3548
				height     	54
3347
				orientation 	1))))
3549
				orientation 	1))))
3348
		(object AssociationViewNew "$UNNAMED$39" @94
3550
		(object AssociationViewNew "$UNNAMED$39" @96
3349
		    location   	(1640, 1970)
3551
		    location   	(1640, 1970)
3350
		    stereotype 	TRUE
3552
		    stereotype 	TRUE
3351
		    line_color 	3342489
3553
		    line_color 	3342489
3352
		    quidu      	"3AE091F402F3"
3554
		    quidu      	"3AE091F402F3"
3353
		    roleview_list 	(list RoleViews
3555
		    roleview_list 	(list RoleViews
3354
			(object RoleView "eFault" @95
3556
			(object RoleView "eFault" @97
3355
			    Parent_View 	@94
3557
			    Parent_View 	@96
3356
			    location   	(-344, 818)
3558
			    location   	(-344, 818)
3357
			    label      	(object SegLabel @96
3559
			    label      	(object SegLabel @98
3358
				Parent_View 	@95
3560
				Parent_View 	@97
3359
				location   	(1674, 1915)
3561
				location   	(1674, 1915)
3360
				anchor     	1
3562
				anchor     	1
3361
				anchor_loc 	1
3563
				anchor_loc 	1
Lines 3369-3381 Link Here
3369
			    stereotype 	TRUE
3571
			    stereotype 	TRUE
3370
			    line_color 	3342489
3572
			    line_color 	3342489
3371
			    quidu      	"3AE091F801FE"
3573
			    quidu      	"3AE091F801FE"
3372
			    client     	@94
3574
			    client     	@96
3373
			    supplier   	@83
3575
			    supplier   	@85
3374
			    line_style 	3
3576
			    line_style 	3
3375
			    origin_attachment 	(1640, 1970)
3577
			    origin_attachment 	(1640, 1970)
3376
			    terminal_attachment 	(1763, 1970)
3578
			    terminal_attachment 	(1763, 1970)
3377
			    label      	(object SegLabel @97
3579
			    label      	(object SegLabel @99
3378
				Parent_View 	@95
3580
				Parent_View 	@97
3379
				location   	(1718, 2012)
3581
				location   	(1718, 2012)
3380
				anchor     	2
3582
				anchor     	2
3381
				anchor_loc 	1
3583
				anchor_loc 	1
Lines 3386-3417 Link Here
3386
				pctDist    	0.642276
3588
				pctDist    	0.642276
3387
				height     	42
3589
				height     	42
3388
				orientation 	1))
3590
				orientation 	1))
3389
			(object RoleView "$UNNAMED$40" @98
3591
			(object RoleView "$UNNAMED$40" @100
3390
			    Parent_View 	@94
3592
			    Parent_View 	@96
3391
			    location   	(-344, 818)
3593
			    location   	(-344, 818)
3392
			    stereotype 	TRUE
3594
			    stereotype 	TRUE
3393
			    line_color 	3342489
3595
			    line_color 	3342489
3394
			    quidu      	"3AE091F801FF"
3596
			    quidu      	"3AE091F801FF"
3395
			    client     	@94
3597
			    client     	@96
3396
			    supplier   	@84
3598
			    supplier   	@86
3397
			    line_style 	3
3599
			    line_style 	3
3398
			    origin_attachment 	(1640, 1970)
3600
			    origin_attachment 	(1640, 1970)
3399
			    terminal_attachment 	(1517, 1970))))
3601
			    terminal_attachment 	(1517, 1970))))
3400
		(object InheritView "" @99
3602
		(object InheritView "" @101
3401
		    stereotype 	TRUE
3603
		    stereotype 	TRUE
3402
		    line_color 	3342489
3604
		    line_color 	3342489
3403
		    quidu      	"3B84AE4302AB"
3605
		    quidu      	"3B84AE4302AB"
3404
		    client     	@47
3606
		    client     	@49
3405
		    supplier   	@27
3607
		    supplier   	@29
3406
		    line_style 	3
3608
		    line_style 	3
3407
		    origin_attachment 	(803, 1656)
3609
		    origin_attachment 	(803, 1656)
3408
		    terminal_attachment 	(364, 1656))
3610
		    terminal_attachment 	(364, 1656))
3409
		(object InheritView "" @100
3611
		(object InheritView "" @102
3410
		    stereotype 	TRUE
3612
		    stereotype 	TRUE
3411
		    line_color 	3342489
3613
		    line_color 	3342489
3412
		    quidu      	"3B84AE1B0113"
3614
		    quidu      	"3B84AE1B0113"
3413
		    client     	@41
3615
		    client     	@43
3414
		    supplier   	@26
3616
		    supplier   	@28
3415
		    line_style 	3
3617
		    line_style 	3
3416
		    origin_attachment 	(467, 1385)
3618
		    origin_attachment 	(467, 1385)
3417
		    terminal_attachment 	(331, 1385))))
3619
		    terminal_attachment 	(331, 1385))))
Lines 3425-3438 Link Here
3425
	    origin_x   	0
3627
	    origin_x   	0
3426
	    origin_y   	0
3628
	    origin_y   	0
3427
	    items      	(list diagram_item_list
3629
	    items      	(list diagram_item_list
3428
		(object ClassView "Class" "Logical View::wsdl::IPortType" @101
3630
		(object ClassView "Class" "Logical View::wsdl::IPortType" @103
3429
		    ShowCompartmentStereotypes 	TRUE
3631
		    ShowCompartmentStereotypes 	TRUE
3430
		    SuppressOperation 	TRUE
3632
		    SuppressOperation 	TRUE
3431
		    IncludeAttribute 	TRUE
3633
		    IncludeAttribute 	TRUE
3432
		    IncludeOperation 	TRUE
3634
		    IncludeOperation 	TRUE
3433
		    location   	(496, 208)
3635
		    location   	(496, 208)
3434
		    label      	(object ItemLabel
3636
		    label      	(object ItemLabel
3435
			Parent_View 	@101
3637
			Parent_View 	@103
3436
			location   	(146, 172)
3638
			location   	(146, 172)
3437
			fill_color 	13434879
3639
			fill_color 	13434879
3438
			nlines     	1
3640
			nlines     	1
Lines 3440-3446 Link Here
3440
			justify    	0
3642
			justify    	0
3441
			label      	"IPortType")
3643
			label      	"IPortType")
3442
		    stereotype 	(object ItemLabel
3644
		    stereotype 	(object ItemLabel
3443
			Parent_View 	@101
3645
			Parent_View 	@103
3444
			location   	(146, 122)
3646
			location   	(146, 122)
3445
			fill_color 	13434879
3647
			fill_color 	13434879
3446
			anchor     	10
3648
			anchor     	10
Lines 3456-3469 Link Here
3456
		    width      	718
3658
		    width      	718
3457
		    height     	196
3659
		    height     	196
3458
		    annotation 	8)
3660
		    annotation 	8)
3459
		(object ClassView "Class" "Logical View::wsdl::IOperation" @102
3661
		(object ClassView "Class" "Logical View::wsdl::IOperation" @104
3460
		    ShowCompartmentStereotypes 	TRUE
3662
		    ShowCompartmentStereotypes 	TRUE
3461
		    SuppressOperation 	TRUE
3663
		    SuppressOperation 	TRUE
3462
		    IncludeAttribute 	TRUE
3664
		    IncludeAttribute 	TRUE
3463
		    IncludeOperation 	TRUE
3665
		    IncludeOperation 	TRUE
3464
		    location   	(1552, 208)
3666
		    location   	(1552, 208)
3465
		    label      	(object ItemLabel
3667
		    label      	(object ItemLabel
3466
			Parent_View 	@102
3668
			Parent_View 	@104
3467
			location   	(1116, 176)
3669
			location   	(1116, 176)
3468
			fill_color 	13434879
3670
			fill_color 	13434879
3469
			nlines     	1
3671
			nlines     	1
Lines 3471-3477 Link Here
3471
			justify    	0
3673
			justify    	0
3472
			label      	"IOperation")
3674
			label      	"IOperation")
3473
		    stereotype 	(object ItemLabel
3675
		    stereotype 	(object ItemLabel
3474
			Parent_View 	@102
3676
			Parent_View 	@104
3475
			location   	(1116, 126)
3677
			location   	(1116, 126)
3476
			fill_color 	13434879
3678
			fill_color 	13434879
3477
			anchor     	10
3679
			anchor     	10
Lines 3488-3501 Link Here
3488
		    height     	188
3690
		    height     	188
3489
		    annotation 	8
3691
		    annotation 	8
3490
		    autoResize 	TRUE)
3692
		    autoResize 	TRUE)
3491
		(object ClassView "Class" "Logical View::wsdl::IInput" @103
3693
		(object ClassView "Class" "Logical View::wsdl::IInput" @105
3492
		    ShowCompartmentStereotypes 	TRUE
3694
		    ShowCompartmentStereotypes 	TRUE
3493
		    SuppressOperation 	TRUE
3695
		    SuppressOperation 	TRUE
3494
		    IncludeAttribute 	TRUE
3696
		    IncludeAttribute 	TRUE
3495
		    IncludeOperation 	TRUE
3697
		    IncludeOperation 	TRUE
3496
		    location   	(368, 1472)
3698
		    location   	(368, 1472)
3497
		    label      	(object ItemLabel
3699
		    label      	(object ItemLabel
3498
			Parent_View 	@103
3700
			Parent_View 	@105
3499
			location   	(55, 1437)
3701
			location   	(55, 1437)
3500
			fill_color 	16777215
3702
			fill_color 	16777215
3501
			nlines     	1
3703
			nlines     	1
Lines 3503-3509 Link Here
3503
			justify    	0
3705
			justify    	0
3504
			label      	"IInput")
3706
			label      	"IInput")
3505
		    stereotype 	(object ItemLabel
3707
		    stereotype 	(object ItemLabel
3506
			Parent_View 	@103
3708
			Parent_View 	@105
3507
			location   	(55, 1387)
3709
			location   	(55, 1387)
3508
			fill_color 	13434879
3710
			fill_color 	13434879
3509
			anchor     	10
3711
			anchor     	10
Lines 3520-3533 Link Here
3520
		    height     	194
3722
		    height     	194
3521
		    annotation 	8
3723
		    annotation 	8
3522
		    autoResize 	TRUE)
3724
		    autoResize 	TRUE)
3523
		(object ClassView "Class" "Logical View::wsdl::IOutput" @104
3725
		(object ClassView "Class" "Logical View::wsdl::IOutput" @106
3524
		    ShowCompartmentStereotypes 	TRUE
3726
		    ShowCompartmentStereotypes 	TRUE
3525
		    SuppressOperation 	TRUE
3727
		    SuppressOperation 	TRUE
3526
		    IncludeAttribute 	TRUE
3728
		    IncludeAttribute 	TRUE
3527
		    IncludeOperation 	TRUE
3729
		    IncludeOperation 	TRUE
3528
		    location   	(384, 1792)
3730
		    location   	(384, 1792)
3529
		    label      	(object ItemLabel
3731
		    label      	(object ItemLabel
3530
			Parent_View 	@104
3732
			Parent_View 	@106
3531
			location   	(56, 1757)
3733
			location   	(56, 1757)
3532
			fill_color 	16777215
3734
			fill_color 	16777215
3533
			nlines     	1
3735
			nlines     	1
Lines 3535-3541 Link Here
3535
			justify    	0
3737
			justify    	0
3536
			label      	"IOutput")
3738
			label      	"IOutput")
3537
		    stereotype 	(object ItemLabel
3739
		    stereotype 	(object ItemLabel
3538
			Parent_View 	@104
3740
			Parent_View 	@106
3539
			location   	(56, 1707)
3741
			location   	(56, 1707)
3540
			fill_color 	13434879
3742
			fill_color 	13434879
3541
			anchor     	10
3743
			anchor     	10
Lines 3552-3565 Link Here
3552
		    height     	194
3754
		    height     	194
3553
		    annotation 	8
3755
		    annotation 	8
3554
		    autoResize 	TRUE)
3756
		    autoResize 	TRUE)
3555
		(object ClassView "Class" "Logical View::wsdl::IFault" @105
3757
		(object ClassView "Class" "Logical View::wsdl::IFault" @107
3556
		    ShowCompartmentStereotypes 	TRUE
3758
		    ShowCompartmentStereotypes 	TRUE
3557
		    SuppressOperation 	TRUE
3759
		    SuppressOperation 	TRUE
3558
		    IncludeAttribute 	TRUE
3760
		    IncludeAttribute 	TRUE
3559
		    IncludeOperation 	TRUE
3761
		    IncludeOperation 	TRUE
3560
		    location   	(368, 2112)
3762
		    location   	(368, 2112)
3561
		    label      	(object ItemLabel
3763
		    label      	(object ItemLabel
3562
			Parent_View 	@105
3764
			Parent_View 	@107
3563
			location   	(55, 2076)
3765
			location   	(55, 2076)
3564
			fill_color 	13434879
3766
			fill_color 	13434879
3565
			nlines     	1
3767
			nlines     	1
Lines 3567-3573 Link Here
3567
			justify    	0
3769
			justify    	0
3568
			label      	"IFault")
3770
			label      	"IFault")
3569
		    stereotype 	(object ItemLabel
3771
		    stereotype 	(object ItemLabel
3570
			Parent_View 	@105
3772
			Parent_View 	@107
3571
			location   	(55, 2026)
3773
			location   	(55, 2026)
3572
			fill_color 	13434879
3774
			fill_color 	13434879
3573
			anchor     	10
3775
			anchor     	10
Lines 3584-3597 Link Here
3584
		    height     	196
3786
		    height     	196
3585
		    annotation 	8
3787
		    annotation 	8
3586
		    autoResize 	TRUE)
3788
		    autoResize 	TRUE)
3587
		(object ClassView "Class" "Logical View::wsdl::PortType" @106
3789
		(object ClassView "Class" "Logical View::wsdl::PortType" @108
3588
		    ShowCompartmentStereotypes 	TRUE
3790
		    ShowCompartmentStereotypes 	TRUE
3589
		    SuppressOperation 	TRUE
3791
		    SuppressOperation 	TRUE
3590
		    IncludeAttribute 	TRUE
3792
		    IncludeAttribute 	TRUE
3591
		    IncludeOperation 	TRUE
3793
		    IncludeOperation 	TRUE
3592
		    location   	(496, 800)
3794
		    location   	(496, 800)
3593
		    label      	(object ItemLabel
3795
		    label      	(object ItemLabel
3594
			Parent_View 	@106
3796
			Parent_View 	@108
3595
			location   	(158, 672)
3797
			location   	(158, 672)
3596
			fill_color 	13434879
3798
			fill_color 	13434879
3597
			nlines     	1
3799
			nlines     	1
Lines 3605-3618 Link Here
3605
		    width      	695
3807
		    width      	695
3606
		    height     	281
3808
		    height     	281
3607
		    annotation 	8)
3809
		    annotation 	8)
3608
		(object ClassView "Class" "Logical View::wsdl::Part" @107
3810
		(object ClassView "Class" "Logical View::wsdl::Part" @109
3609
		    ShowCompartmentStereotypes 	TRUE
3811
		    ShowCompartmentStereotypes 	TRUE
3610
		    SuppressOperation 	TRUE
3812
		    SuppressOperation 	TRUE
3611
		    IncludeAttribute 	TRUE
3813
		    IncludeAttribute 	TRUE
3612
		    IncludeOperation 	TRUE
3814
		    IncludeOperation 	TRUE
3613
		    location   	(2576, 800)
3815
		    location   	(2576, 800)
3614
		    label      	(object ItemLabel
3816
		    label      	(object ItemLabel
3615
			Parent_View 	@107
3817
			Parent_View 	@109
3616
			location   	(2325, 692)
3818
			location   	(2325, 692)
3617
			fill_color 	13434879
3819
			fill_color 	13434879
3618
			nlines     	1
3820
			nlines     	1
Lines 3627-3640 Link Here
3627
		    height     	240
3829
		    height     	240
3628
		    annotation 	8
3830
		    annotation 	8
3629
		    autoResize 	TRUE)
3831
		    autoResize 	TRUE)
3630
		(object ClassView "Class" "Logical View::wsdl::Fault" @108
3832
		(object ClassView "Class" "Logical View::wsdl::Fault" @110
3631
		    ShowCompartmentStereotypes 	TRUE
3833
		    ShowCompartmentStereotypes 	TRUE
3632
		    SuppressOperation 	TRUE
3834
		    SuppressOperation 	TRUE
3633
		    IncludeAttribute 	TRUE
3835
		    IncludeAttribute 	TRUE
3634
		    IncludeOperation 	TRUE
3836
		    IncludeOperation 	TRUE
3635
		    location   	(1728, 2112)
3837
		    location   	(1728, 2112)
3636
		    label      	(object ItemLabel
3838
		    label      	(object ItemLabel
3637
			Parent_View 	@108
3839
			Parent_View 	@110
3638
			location   	(1647, 2060)
3840
			location   	(1647, 2060)
3639
			fill_color 	13434879
3841
			fill_color 	13434879
3640
			nlines     	1
3842
			nlines     	1
Lines 3648-3661 Link Here
3648
		    height     	128
3850
		    height     	128
3649
		    annotation 	8
3851
		    annotation 	8
3650
		    autoResize 	TRUE)
3852
		    autoResize 	TRUE)
3651
		(object ClassView "Class" "Logical View::wsdl::Input" @109
3853
		(object ClassView "Class" "Logical View::wsdl::Input" @111
3652
		    ShowCompartmentStereotypes 	TRUE
3854
		    ShowCompartmentStereotypes 	TRUE
3653
		    SuppressOperation 	TRUE
3855
		    SuppressOperation 	TRUE
3654
		    IncludeAttribute 	TRUE
3856
		    IncludeAttribute 	TRUE
3655
		    IncludeOperation 	TRUE
3857
		    IncludeOperation 	TRUE
3656
		    location   	(1056, 1472)
3858
		    location   	(1056, 1472)
3657
		    label      	(object ItemLabel
3859
		    label      	(object ItemLabel
3658
			Parent_View 	@109
3860
			Parent_View 	@111
3659
			location   	(870, 1422)
3861
			location   	(870, 1422)
3660
			fill_color 	13434879
3862
			fill_color 	13434879
3661
			nlines     	1
3863
			nlines     	1
Lines 3669-3682 Link Here
3669
		    width      	390
3871
		    width      	390
3670
		    height     	125
3872
		    height     	125
3671
		    annotation 	8)
3873
		    annotation 	8)
3672
		(object ClassView "Class" "Logical View::wsdl::Output" @110
3874
		(object ClassView "Class" "Logical View::wsdl::Output" @112
3673
		    ShowCompartmentStereotypes 	TRUE
3875
		    ShowCompartmentStereotypes 	TRUE
3674
		    SuppressOperation 	TRUE
3876
		    SuppressOperation 	TRUE
3675
		    IncludeAttribute 	TRUE
3877
		    IncludeAttribute 	TRUE
3676
		    IncludeOperation 	TRUE
3878
		    IncludeOperation 	TRUE
3677
		    location   	(1360, 1792)
3879
		    location   	(1360, 1792)
3678
		    label      	(object ItemLabel
3880
		    label      	(object ItemLabel
3679
			Parent_View 	@110
3881
			Parent_View 	@112
3680
			location   	(1232, 1742)
3882
			location   	(1232, 1742)
3681
			fill_color 	13434879
3883
			fill_color 	13434879
3682
			nlines     	1
3884
			nlines     	1
Lines 3691-3704 Link Here
3691
		    height     	125
3893
		    height     	125
3692
		    annotation 	8
3894
		    annotation 	8
3693
		    autoResize 	TRUE)
3895
		    autoResize 	TRUE)
3694
		(object ClassView "Class" "Logical View::wsdl::Operation" @111
3896
		(object ClassView "Class" "Logical View::wsdl::Operation" @113
3695
		    ShowCompartmentStereotypes 	TRUE
3897
		    ShowCompartmentStereotypes 	TRUE
3696
		    SuppressOperation 	TRUE
3898
		    SuppressOperation 	TRUE
3697
		    IncludeAttribute 	TRUE
3899
		    IncludeAttribute 	TRUE
3698
		    IncludeOperation 	TRUE
3900
		    IncludeOperation 	TRUE
3699
		    location   	(1552, 784)
3901
		    location   	(1552, 784)
3700
		    label      	(object ItemLabel
3902
		    label      	(object ItemLabel
3701
			Parent_View 	@111
3903
			Parent_View 	@113
3702
			location   	(1214, 620)
3904
			location   	(1214, 620)
3703
			fill_color 	13434879
3905
			fill_color 	13434879
3704
			nlines     	1
3906
			nlines     	1
Lines 3712-3728 Link Here
3712
		    width      	695
3914
		    width      	695
3713
		    height     	352
3915
		    height     	352
3714
		    annotation 	8)
3916
		    annotation 	8)
3715
		(object AssociationViewNew "$UNNAMED$0" @112
3917
		(object AssociationViewNew "$UNNAMED$0" @114
3716
		    location   	(1024, 797)
3918
		    location   	(1024, 797)
3717
		    stereotype 	TRUE
3919
		    stereotype 	TRUE
3718
		    line_color 	3342489
3920
		    line_color 	3342489
3719
		    quidu      	"3AD5C824018C"
3921
		    quidu      	"3AD5C824018C"
3720
		    roleview_list 	(list RoleViews
3922
		    roleview_list 	(list RoleViews
3721
			(object RoleView "eOperations" @113
3923
			(object RoleView "eOperations" @115
3722
			    Parent_View 	@112
3924
			    Parent_View 	@114
3723
			    location   	(592, 269)
3925
			    location   	(592, 269)
3724
			    label      	(object SegLabel @114
3926
			    label      	(object SegLabel @116
3725
				Parent_View 	@113
3927
				Parent_View 	@115
3726
				location   	(1088, 748)
3928
				location   	(1088, 748)
3727
				anchor     	1
3929
				anchor     	1
3728
				anchor_loc 	1
3930
				anchor_loc 	1
Lines 3736-3748 Link Here
3736
			    stereotype 	TRUE
3938
			    stereotype 	TRUE
3737
			    line_color 	3342489
3939
			    line_color 	3342489
3738
			    quidu      	"3AD5C82701CD"
3940
			    quidu      	"3AD5C82701CD"
3739
			    client     	@112
3941
			    client     	@114
3740
			    supplier   	@111
3942
			    supplier   	@113
3741
			    line_style 	3
3943
			    line_style 	3
3742
			    origin_attachment 	(1024, 797)
3944
			    origin_attachment 	(1024, 797)
3743
			    terminal_attachment 	(1205, 797)
3945
			    terminal_attachment 	(1205, 797)
3744
			    label      	(object SegLabel @115
3946
			    label      	(object SegLabel @117
3745
				Parent_View 	@113
3947
				Parent_View 	@115
3746
				location   	(1176, 861)
3948
				location   	(1176, 861)
3747
				anchor     	2
3949
				anchor     	2
3748
				anchor_loc 	1
3950
				anchor_loc 	1
Lines 3753-3760 Link Here
3753
				pctDist    	0.840391
3955
				pctDist    	0.840391
3754
				height     	64
3956
				height     	64
3755
				orientation 	1)
3957
				orientation 	1)
3756
			    label      	(object SegLabel @116
3958
			    label      	(object SegLabel @118
3757
				Parent_View 	@113
3959
				Parent_View 	@115
3758
				location   	(1074, 923)
3960
				location   	(1074, 923)
3759
				anchor     	3
3961
				anchor     	3
3760
				anchor_loc 	1
3962
				anchor_loc 	1
Lines 3765-3783 Link Here
3765
				pctDist    	0.276243
3967
				pctDist    	0.276243
3766
				height     	126
3968
				height     	126
3767
				orientation 	1))
3969
				orientation 	1))
3768
			(object RoleView "portType" @117
3970
			(object RoleView "portType" @119
3769
			    Parent_View 	@112
3971
			    Parent_View 	@114
3770
			    location   	(592, 269)
3972
			    location   	(592, 269)
3771
			    stereotype 	TRUE
3973
			    stereotype 	TRUE
3772
			    line_color 	3342489
3974
			    line_color 	3342489
3773
			    quidu      	"3AD5C82701C3"
3975
			    quidu      	"3AD5C82701C3"
3774
			    client     	@112
3976
			    client     	@114
3775
			    supplier   	@106
3977
			    supplier   	@108
3776
			    line_style 	3
3978
			    line_style 	3
3777
			    origin_attachment 	(1024, 797)
3979
			    origin_attachment 	(1024, 797)
3778
			    terminal_attachment 	(843, 797)
3980
			    terminal_attachment 	(843, 797)
3779
			    label      	(object SegLabel @118
3981
			    label      	(object SegLabel @120
3780
				Parent_View 	@117
3982
				Parent_View 	@119
3781
				location   	(888, 757)
3983
				location   	(888, 757)
3782
				anchor     	2
3984
				anchor     	2
3783
				anchor_loc 	1
3985
				anchor_loc 	1
Lines 3788-3804 Link Here
3788
				pctDist    	0.753488
3990
				pctDist    	0.753488
3789
				height     	41
3991
				height     	41
3790
				orientation 	1))))
3992
				orientation 	1))))
3791
		(object AssociationViewNew "$UNNAMED$45" @119
3993
		(object AssociationViewNew "$UNNAMED$45" @121
3792
		    location   	(2107, 773)
3994
		    location   	(2107, 773)
3793
		    stereotype 	TRUE
3995
		    stereotype 	TRUE
3794
		    line_color 	3342489
3996
		    line_color 	3342489
3795
		    quidu      	"3AEA412F0035"
3997
		    quidu      	"3AEA412F0035"
3796
		    roleview_list 	(list RoleViews
3998
		    roleview_list 	(list RoleViews
3797
			(object RoleView "eParameterOrdering" @120
3999
			(object RoleView "eParameterOrdering" @122
3798
			    Parent_View 	@119
4000
			    Parent_View 	@121
3799
			    location   	(1819, 101)
4001
			    location   	(1819, 101)
3800
			    label      	(object SegLabel @121
4002
			    label      	(object SegLabel @123
3801
				Parent_View 	@120
4003
				Parent_View 	@122
3802
				location   	(2145, 647)
4004
				location   	(2145, 647)
3803
				anchor     	1
4005
				anchor     	1
3804
				anchor_loc 	1
4006
				anchor_loc 	1
Lines 3812-3824 Link Here
3812
			    stereotype 	TRUE
4014
			    stereotype 	TRUE
3813
			    line_color 	3342489
4015
			    line_color 	3342489
3814
			    quidu      	"3AEA41310255"
4016
			    quidu      	"3AEA41310255"
3815
			    client     	@119
4017
			    client     	@121
3816
			    supplier   	@107
4018
			    supplier   	@109
3817
			    line_style 	3
4019
			    line_style 	3
3818
			    origin_attachment 	(2107, 773)
4020
			    origin_attachment 	(2107, 773)
3819
			    terminal_attachment 	(2316, 773)
4021
			    terminal_attachment 	(2316, 773)
3820
			    label      	(object SegLabel @122
4022
			    label      	(object SegLabel @124
3821
				Parent_View 	@120
4023
				Parent_View 	@122
3822
				location   	(2272, 822)
4024
				location   	(2272, 822)
3823
				anchor     	2
4025
				anchor     	2
3824
				anchor_loc 	1
4026
				anchor_loc 	1
Lines 3829-3836 Link Here
3829
				pctDist    	0.796610
4031
				pctDist    	0.796610
3830
				height     	49
4032
				height     	49
3831
				orientation 	1)
4033
				orientation 	1)
3832
			    label      	(object SegLabel @123
4034
			    label      	(object SegLabel @125
3833
				Parent_View 	@120
4035
				Parent_View 	@122
3834
				location   	(2171, 888)
4036
				location   	(2171, 888)
3835
				anchor     	3
4037
				anchor     	3
3836
				anchor_loc 	1
4038
				anchor_loc 	1
Lines 3841-3868 Link Here
3841
				pctDist    	0.306220
4043
				pctDist    	0.306220
3842
				height     	115
4044
				height     	115
3843
				orientation 	1))
4045
				orientation 	1))
3844
			(object RoleView "$UNNAMED$46" @124
4046
			(object RoleView "$UNNAMED$46" @126
3845
			    Parent_View 	@119
4047
			    Parent_View 	@121
3846
			    location   	(1819, 101)
4048
			    location   	(1819, 101)
3847
			    stereotype 	TRUE
4049
			    stereotype 	TRUE
3848
			    line_color 	3342489
4050
			    line_color 	3342489
3849
			    quidu      	"3AEA4131025F"
4051
			    quidu      	"3AEA4131025F"
3850
			    client     	@119
4052
			    client     	@121
3851
			    supplier   	@111
4053
			    supplier   	@113
3852
			    line_style 	3
4054
			    line_style 	3
3853
			    origin_attachment 	(2107, 773)
4055
			    origin_attachment 	(2107, 773)
3854
			    terminal_attachment 	(1899, 773))))
4056
			    terminal_attachment 	(1899, 773))))
3855
		(object AssociationViewNew "$UNNAMED$35" @125
4057
		(object AssociationViewNew "$UNNAMED$35" @127
3856
		    location   	(1702, 1504)
4058
		    location   	(1702, 1504)
3857
		    stereotype 	TRUE
4059
		    stereotype 	TRUE
3858
		    line_color 	3342489
4060
		    line_color 	3342489
3859
		    quidu      	"3ADF331601A4"
4061
		    quidu      	"3ADF331601A4"
3860
		    roleview_list 	(list RoleViews
4062
		    roleview_list 	(list RoleViews
3861
			(object RoleView "eFaults" @126
4063
			(object RoleView "eFaults" @128
3862
			    Parent_View 	@125
4064
			    Parent_View 	@127
3863
			    location   	(1414, 832)
4065
			    location   	(1414, 832)
3864
			    label      	(object SegLabel @127
4066
			    label      	(object SegLabel @129
3865
				Parent_View 	@126
4067
				Parent_View 	@128
3866
				location   	(1815, 1982)
4068
				location   	(1815, 1982)
3867
				anchor     	1
4069
				anchor     	1
3868
				anchor_loc 	1
4070
				anchor_loc 	1
Lines 3876-3888 Link Here
3876
			    stereotype 	TRUE
4078
			    stereotype 	TRUE
3877
			    line_color 	3342489
4079
			    line_color 	3342489
3878
			    quidu      	"3ADF33180387"
4080
			    quidu      	"3ADF33180387"
3879
			    client     	@125
4081
			    client     	@127
3880
			    supplier   	@108
4082
			    supplier   	@110
3881
			    line_style 	3
4083
			    line_style 	3
3882
			    origin_attachment 	(1702, 1504)
4084
			    origin_attachment 	(1702, 1504)
3883
			    terminal_attachment 	(1702, 2048)
4085
			    terminal_attachment 	(1702, 2048)
3884
			    label      	(object SegLabel @128
4086
			    label      	(object SegLabel @130
3885
				Parent_View 	@126
4087
				Parent_View 	@128
3886
				location   	(1644, 2020)
4088
				location   	(1644, 2020)
3887
				anchor     	2
4089
				anchor     	2
3888
				anchor_loc 	1
4090
				anchor_loc 	1
Lines 3893-3900 Link Here
3893
				pctDist    	0.949580
4095
				pctDist    	0.949580
3894
				height     	59
4096
				height     	59
3895
				orientation 	1)
4097
				orientation 	1)
3896
			    label      	(object SegLabel @129
4098
			    label      	(object SegLabel @131
3897
				Parent_View 	@126
4099
				Parent_View 	@128
3898
				location   	(1593, 1963)
4100
				location   	(1593, 1963)
3899
				anchor     	3
4101
				anchor     	3
3900
				anchor_loc 	1
4102
				anchor_loc 	1
Lines 3905-3915 Link Here
3905
				pctDist    	0.845378
4107
				pctDist    	0.845378
3906
				height     	110
4108
				height     	110
3907
				orientation 	1))
4109
				orientation 	1))
3908
			(object RoleView "$UNNAMED$36" @130
4110
			(object RoleView "$UNNAMED$36" @132
3909
			    Parent_View 	@125
4111
			    Parent_View 	@127
3910
			    location   	(1414, 832)
4112
			    location   	(1414, 832)
3911
			    label      	(object SegLabel @131
4113
			    label      	(object SegLabel @133
3912
				Parent_View 	@130
4114
				Parent_View 	@132
3913
				location   	(1661, 1069)
4115
				location   	(1661, 1069)
3914
				hidden     	TRUE
4116
				hidden     	TRUE
3915
				anchor     	1
4117
				anchor     	1
Lines 3924-3936 Link Here
3924
			    stereotype 	TRUE
4126
			    stereotype 	TRUE
3925
			    line_color 	3342489
4127
			    line_color 	3342489
3926
			    quidu      	"3ADF33180388"
4128
			    quidu      	"3ADF33180388"
3927
			    client     	@125
4129
			    client     	@127
3928
			    supplier   	@111
4130
			    supplier   	@113
3929
			    line_style 	3
4131
			    line_style 	3
3930
			    origin_attachment 	(1702, 1504)
4132
			    origin_attachment 	(1702, 1504)
3931
			    terminal_attachment 	(1702, 960)
4133
			    terminal_attachment 	(1702, 960)
3932
			    label      	(object SegLabel @132
4134
			    label      	(object SegLabel @134
3933
				Parent_View 	@130
4135
				Parent_View 	@132
3934
				location   	(1821, 1039)
4136
				location   	(1821, 1039)
3935
				anchor     	2
4137
				anchor     	2
3936
				anchor_loc 	1
4138
				anchor_loc 	1
Lines 3941-3957 Link Here
3941
				pctDist    	0.857362
4143
				pctDist    	0.857362
3942
				height     	119
4144
				height     	119
3943
				orientation 	1))))
4145
				orientation 	1))))
3944
		(object AssociationViewNew "$UNNAMED$31" @133
4146
		(object AssociationViewNew "$UNNAMED$31" @135
3945
		    location   	(1178, 1234)
4147
		    location   	(1178, 1234)
3946
		    stereotype 	TRUE
4148
		    stereotype 	TRUE
3947
		    line_color 	3342489
4149
		    line_color 	3342489
3948
		    quidu      	"3ADF2F94024D"
4150
		    quidu      	"3ADF2F94024D"
3949
		    roleview_list 	(list RoleViews
4151
		    roleview_list 	(list RoleViews
3950
			(object RoleView "eInput" @134
4152
			(object RoleView "eInput" @136
3951
			    Parent_View 	@133
4153
			    Parent_View 	@135
3952
			    location   	(890, 562)
4154
			    location   	(890, 562)
3953
			    label      	(object SegLabel @135
4155
			    label      	(object SegLabel @137
3954
				Parent_View 	@134
4156
				Parent_View 	@136
3955
				location   	(878, 1343)
4157
				location   	(878, 1343)
3956
				anchor     	1
4158
				anchor     	1
3957
				anchor_loc 	1
4159
				anchor_loc 	1
Lines 3965-3972 Link Here
3965
			    stereotype 	TRUE
4167
			    stereotype 	TRUE
3966
			    line_color 	3342489
4168
			    line_color 	3342489
3967
			    quidu      	"3ADF2F950190"
4169
			    quidu      	"3ADF2F950190"
3968
			    client     	@133
4170
			    client     	@135
3969
			    supplier   	@109
4171
			    supplier   	@111
3970
			    vertices   	(list Points
4172
			    vertices   	(list Points
3971
				(1178, 1234)
4173
				(1178, 1234)
3972
				(980, 1234)
4174
				(980, 1234)
Lines 3974-3981 Link Here
3974
			    line_style 	3
4176
			    line_style 	3
3975
			    origin_attachment 	(1178, 1234)
4177
			    origin_attachment 	(1178, 1234)
3976
			    terminal_attachment 	(980, 1410)
4178
			    terminal_attachment 	(980, 1410)
3977
			    label      	(object SegLabel @136
4179
			    label      	(object SegLabel @138
3978
				Parent_View 	@134
4180
				Parent_View 	@136
3979
				location   	(1046, 1364)
4181
				location   	(1046, 1364)
3980
				anchor     	2
4182
				anchor     	2
3981
				anchor_loc 	1
4183
				anchor_loc 	1
Lines 3986-3996 Link Here
3986
				pctDist    	0.877660
4188
				pctDist    	0.877660
3987
				height     	66
4189
				height     	66
3988
				orientation 	0))
4190
				orientation 	0))
3989
			(object RoleView "$UNNAMED$32" @137
4191
			(object RoleView "$UNNAMED$32" @139
3990
			    Parent_View 	@133
4192
			    Parent_View 	@135
3991
			    location   	(890, 562)
4193
			    location   	(890, 562)
3992
			    label      	(object SegLabel @138
4194
			    label      	(object SegLabel @140
3993
				Parent_View 	@137
4195
				Parent_View 	@139
3994
				location   	(1236, 1036)
4196
				location   	(1236, 1036)
3995
				hidden     	TRUE
4197
				hidden     	TRUE
3996
				anchor     	1
4198
				anchor     	1
Lines 4005-4012 Link Here
4005
			    stereotype 	TRUE
4207
			    stereotype 	TRUE
4006
			    line_color 	3342489
4208
			    line_color 	3342489
4007
			    quidu      	"3ADF2F95019A"
4209
			    quidu      	"3ADF2F95019A"
4008
			    client     	@133
4210
			    client     	@135
4009
			    supplier   	@111
4211
			    supplier   	@113
4010
			    vertices   	(list Points
4212
			    vertices   	(list Points
4011
				(1178, 1234)
4213
				(1178, 1234)
4012
				(1277, 1234)
4214
				(1277, 1234)
Lines 4014-4021 Link Here
4014
			    line_style 	3
4216
			    line_style 	3
4015
			    origin_attachment 	(1178, 1234)
4217
			    origin_attachment 	(1178, 1234)
4016
			    terminal_attachment 	(1277, 960)
4218
			    terminal_attachment 	(1277, 960)
4017
			    label      	(object SegLabel @139
4219
			    label      	(object SegLabel @141
4018
				Parent_View 	@137
4220
				Parent_View 	@139
4019
				location   	(1197, 1058)
4221
				location   	(1197, 1058)
4020
				anchor     	2
4222
				anchor     	2
4021
				anchor_loc 	1
4223
				anchor_loc 	1
Lines 4026-4042 Link Here
4026
				pctDist    	0.736413
4228
				pctDist    	0.736413
4027
				height     	81
4229
				height     	81
4028
				orientation 	0))))
4230
				orientation 	0))))
4029
		(object AssociationViewNew "$UNNAMED$33" @140
4231
		(object AssociationViewNew "$UNNAMED$33" @142
4030
		    location   	(1468, 1345)
4232
		    location   	(1468, 1345)
4031
		    stereotype 	TRUE
4233
		    stereotype 	TRUE
4032
		    line_color 	3342489
4234
		    line_color 	3342489
4033
		    quidu      	"3ADF2FB802F9"
4235
		    quidu      	"3ADF2FB802F9"
4034
		    roleview_list 	(list RoleViews
4236
		    roleview_list 	(list RoleViews
4035
			(object RoleView "eOutput" @141
4237
			(object RoleView "eOutput" @143
4036
			    Parent_View 	@140
4238
			    Parent_View 	@142
4037
			    location   	(1180, 673)
4239
			    location   	(1180, 673)
4038
			    label      	(object SegLabel @142
4240
			    label      	(object SegLabel @144
4039
				Parent_View 	@141
4241
				Parent_View 	@143
4040
				location   	(1362, 1669)
4242
				location   	(1362, 1669)
4041
				anchor     	1
4243
				anchor     	1
4042
				anchor_loc 	1
4244
				anchor_loc 	1
Lines 4050-4062 Link Here
4050
			    stereotype 	TRUE
4252
			    stereotype 	TRUE
4051
			    line_color 	3342489
4253
			    line_color 	3342489
4052
			    quidu      	"3ADF2FB9020A"
4254
			    quidu      	"3ADF2FB9020A"
4053
			    client     	@140
4255
			    client     	@142
4054
			    supplier   	@110
4256
			    supplier   	@112
4055
			    line_style 	3
4257
			    line_style 	3
4056
			    origin_attachment 	(1468, 1345)
4258
			    origin_attachment 	(1468, 1345)
4057
			    terminal_attachment 	(1468, 1730)
4259
			    terminal_attachment 	(1468, 1730)
4058
			    label      	(object SegLabel @143
4260
			    label      	(object SegLabel @145
4059
				Parent_View 	@141
4261
				Parent_View 	@143
4060
				location   	(1546, 1676)
4262
				location   	(1546, 1676)
4061
				anchor     	2
4263
				anchor     	2
4062
				anchor_loc 	1
4264
				anchor_loc 	1
Lines 4067-4077 Link Here
4067
				pctDist    	0.863636
4269
				pctDist    	0.863636
4068
				height     	78
4270
				height     	78
4069
				orientation 	0))
4271
				orientation 	0))
4070
			(object RoleView "$UNNAMED$34" @144
4272
			(object RoleView "$UNNAMED$34" @146
4071
			    Parent_View 	@140
4273
			    Parent_View 	@142
4072
			    location   	(1180, 673)
4274
			    location   	(1180, 673)
4073
			    label      	(object SegLabel @145
4275
			    label      	(object SegLabel @147
4074
				Parent_View 	@144
4276
				Parent_View 	@146
4075
				location   	(1427, 1037)
4277
				location   	(1427, 1037)
4076
				hidden     	TRUE
4278
				hidden     	TRUE
4077
				anchor     	1
4279
				anchor     	1
Lines 4086-4098 Link Here
4086
			    stereotype 	TRUE
4288
			    stereotype 	TRUE
4087
			    line_color 	3342489
4289
			    line_color 	3342489
4088
			    quidu      	"3ADF2FB9020B"
4290
			    quidu      	"3ADF2FB9020B"
4089
			    client     	@140
4291
			    client     	@142
4090
			    supplier   	@111
4292
			    supplier   	@113
4091
			    line_style 	3
4293
			    line_style 	3
4092
			    origin_attachment 	(1468, 1345)
4294
			    origin_attachment 	(1468, 1345)
4093
			    terminal_attachment 	(1468, 960)
4295
			    terminal_attachment 	(1468, 960)
4094
			    label      	(object SegLabel @146
4296
			    label      	(object SegLabel @148
4095
				Parent_View 	@144
4297
				Parent_View 	@146
4096
				location   	(1523, 1080)
4298
				location   	(1523, 1080)
4097
				anchor     	2
4299
				anchor     	2
4098
				anchor_loc 	1
4300
				anchor_loc 	1
Lines 4103-4151 Link Here
4103
				pctDist    	0.690341
4305
				pctDist    	0.690341
4104
				height     	55
4306
				height     	55
4105
				orientation 	1))))
4307
				orientation 	1))))
4106
		(object InheritView "" @147
4308
		(object InheritView "" @149
4107
		    stereotype 	TRUE
4309
		    stereotype 	TRUE
4108
		    line_color 	3342489
4310
		    line_color 	3342489
4109
		    quidu      	"3F6F1FD8019F"
4311
		    quidu      	"3F6F1FD8019F"
4110
		    client     	@106
4312
		    client     	@108
4111
		    supplier   	@101
4313
		    supplier   	@103
4112
		    line_style 	0)
4314
		    line_style 	0)
4113
		(object InheritView "" @148
4315
		(object InheritView "" @150
4114
		    stereotype 	TRUE
4316
		    stereotype 	TRUE
4115
		    line_color 	3342489
4317
		    line_color 	3342489
4116
		    quidu      	"3F6F1FE20171"
4318
		    quidu      	"3F6F1FE20171"
4117
		    client     	@111
4319
		    client     	@113
4118
		    supplier   	@102
4320
		    supplier   	@104
4119
		    line_style 	0)
4321
		    line_style 	0)
4120
		(object InheritView "" @149
4322
		(object InheritView "" @151
4121
		    stereotype 	TRUE
4323
		    stereotype 	TRUE
4122
		    line_color 	3342489
4324
		    line_color 	3342489
4123
		    quidu      	"3F6F1FEE031D"
4325
		    quidu      	"3F6F1FEE031D"
4124
		    client     	@109
4326
		    client     	@111
4125
		    supplier   	@103
4327
		    supplier   	@105
4126
		    line_style 	0)
4328
		    line_style 	0)
4127
		(object InheritView "" @150
4329
		(object InheritView "" @152
4128
		    stereotype 	TRUE
4330
		    stereotype 	TRUE
4129
		    line_color 	3342489
4331
		    line_color 	3342489
4130
		    quidu      	"3F6F1FF801CD"
4332
		    quidu      	"3F6F1FF801CD"
4131
		    client     	@110
4333
		    client     	@112
4132
		    supplier   	@104
4334
		    supplier   	@106
4133
		    line_style 	0)
4335
		    line_style 	0)
4134
		(object InheritView "" @151
4336
		(object InheritView "" @153
4135
		    stereotype 	TRUE
4337
		    stereotype 	TRUE
4136
		    line_color 	3342489
4338
		    line_color 	3342489
4137
		    quidu      	"3F6F2002002D"
4339
		    quidu      	"3F6F2002002D"
4138
		    client     	@108
4340
		    client     	@110
4139
		    supplier   	@105
4341
		    supplier   	@107
4140
		    line_style 	0)
4342
		    line_style 	0)
4141
		(object ClassView "Class" "Logical View::wsdl::Message" @152
4343
		(object ClassView "Class" "Logical View::wsdl::Message" @154
4142
		    ShowCompartmentStereotypes 	TRUE
4344
		    ShowCompartmentStereotypes 	TRUE
4143
		    SuppressOperation 	TRUE
4345
		    SuppressOperation 	TRUE
4144
		    IncludeAttribute 	TRUE
4346
		    IncludeAttribute 	TRUE
4145
		    IncludeOperation 	TRUE
4347
		    IncludeOperation 	TRUE
4146
		    location   	(2224, 1456)
4348
		    location   	(2224, 1456)
4147
		    label      	(object ItemLabel
4349
		    label      	(object ItemLabel
4148
			Parent_View 	@152
4350
			Parent_View 	@154
4149
			location   	(1937, 1312)
4351
			location   	(1937, 1312)
4150
			fill_color 	13434879
4352
			fill_color 	13434879
4151
			nlines     	1
4353
			nlines     	1
Lines 4159-4165 Link Here
4159
		    width      	593
4361
		    width      	593
4160
		    height     	312
4362
		    height     	312
4161
		    annotation 	8)
4363
		    annotation 	8)
4162
		(object ClassView "Class" "Logical View::wsdl::MessageReference" @153
4364
		(object ClassView "Class" "Logical View::wsdl::MessageReference" @155
4163
		    ShowCompartmentStereotypes 	TRUE
4365
		    ShowCompartmentStereotypes 	TRUE
4164
		    SuppressOperation 	TRUE
4366
		    SuppressOperation 	TRUE
4165
		    IncludeAttribute 	TRUE
4367
		    IncludeAttribute 	TRUE
Lines 4168-4174 Link Here
4168
		    font       	(object Font
4370
		    font       	(object Font
4169
			italics    	TRUE)
4371
			italics    	TRUE)
4170
		    label      	(object ItemLabel
4372
		    label      	(object ItemLabel
4171
			Parent_View 	@153
4373
			Parent_View 	@155
4172
			location   	(1193, 2466)
4374
			location   	(1193, 2466)
4173
			fill_color 	13434879
4375
			fill_color 	13434879
4174
			nlines     	1
4376
			nlines     	1
Lines 4179-4244 Link Here
4179
		    line_color 	3342489
4381
		    line_color 	3342489
4180
		    fill_color 	13434879
4382
		    fill_color 	13434879
4181
		    quidu      	"3F6771DB02DC"
4383
		    quidu      	"3F6771DB02DC"
4182
		    compartment 	(object Compartment
4183
			Parent_View 	@153
4184
			location   	(1193, 2526)
4185
			icon_style 	"Icon"
4186
			fill_color 	16777215
4187
			anchor     	2
4188
			nlines     	1
4189
			max_width  	0)
4190
		    width      	672
4384
		    width      	672
4191
		    height     	180
4385
		    height     	180
4192
		    annotation 	8)
4386
		    annotation 	8)
4193
		(object InheritTreeView "" @154
4387
		(object InheritTreeView "" @156
4194
		    location   	(1524, 2275)
4388
		    location   	(1524, 2275)
4195
		    line_color 	3342489
4389
		    line_color 	3342489
4196
		    fill_color 	13434879
4390
		    fill_color 	13434879
4197
		    supplier   	@153
4391
		    supplier   	@155
4198
		    vertices   	(list Points
4392
		    vertices   	(list Points
4199
			(1524, 2275)
4393
			(1524, 2275)
4200
			(1524, 2454)))
4394
			(1524, 2454)))
4201
		(object InheritView "" @155
4395
		(object InheritView "" @157
4202
		    stereotype 	TRUE
4396
		    stereotype 	TRUE
4203
		    line_color 	3342489
4397
		    line_color 	3342489
4204
		    quidu      	"3F67723D0319"
4398
		    quidu      	"3F67723D0319"
4205
		    client     	@108
4399
		    client     	@110
4206
		    supplier   	@153
4400
		    supplier   	@155
4207
		    line_style 	3
4401
		    line_style 	3
4208
		    origin_attachment 	(1776, 2176)
4402
		    origin_attachment 	(1776, 2176)
4209
		    terminal_attachment 	(1776, 2275)
4403
		    terminal_attachment 	(1776, 2275)
4210
		    drawSupplier 	@154)
4404
		    drawSupplier 	@156)
4211
		(object InheritView "" @156
4405
		(object InheritView "" @158
4212
		    stereotype 	TRUE
4406
		    stereotype 	TRUE
4213
		    line_color 	3342489
4407
		    line_color 	3342489
4214
		    quidu      	"3F67723500DD"
4408
		    quidu      	"3F67723500DD"
4215
		    client     	@110
4409
		    client     	@112
4216
		    supplier   	@153
4410
		    supplier   	@155
4217
		    line_style 	3
4411
		    line_style 	3
4218
		    origin_attachment 	(1371, 1854)
4412
		    origin_attachment 	(1371, 1854)
4219
		    terminal_attachment 	(1371, 2275)
4413
		    terminal_attachment 	(1371, 2275)
4220
		    drawSupplier 	@154)
4414
		    drawSupplier 	@156)
4221
		(object InheritView "" @157
4415
		(object InheritView "" @159
4222
		    stereotype 	TRUE
4416
		    stereotype 	TRUE
4223
		    line_color 	3342489
4417
		    line_color 	3342489
4224
		    quidu      	"3F67722802E7"
4418
		    quidu      	"3F67722802E7"
4225
		    client     	@109
4419
		    client     	@111
4226
		    supplier   	@153
4420
		    supplier   	@155
4227
		    line_style 	3
4421
		    line_style 	3
4228
		    origin_attachment 	(980, 1534)
4422
		    origin_attachment 	(980, 1534)
4229
		    terminal_attachment 	(980, 2275)
4423
		    terminal_attachment 	(980, 2275)
4230
		    drawSupplier 	@154)
4424
		    drawSupplier 	@156)
4231
		(object AssociationViewNew "$UNNAMED$61" @158
4425
		(object AssociationViewNew "$UNNAMED$61" @160
4232
		    location   	(2206, 2259)
4426
		    location   	(2206, 2259)
4233
		    stereotype 	TRUE
4427
		    stereotype 	TRUE
4234
		    line_color 	3342489
4428
		    line_color 	3342489
4235
		    quidu      	"3F74E78401B1"
4429
		    quidu      	"3F74E78401B1"
4236
		    roleview_list 	(list RoleViews
4430
		    roleview_list 	(list RoleViews
4237
			(object RoleView "eMessage" @159
4431
			(object RoleView "eMessage" @161
4238
			    Parent_View 	@158
4432
			    Parent_View 	@160
4239
			    location   	(734, -285)
4433
			    location   	(734, -285)
4240
			    label      	(object SegLabel @160
4434
			    label      	(object SegLabel @162
4241
				Parent_View 	@159
4435
				Parent_View 	@161
4242
				location   	(2068, 1670)
4436
				location   	(2068, 1670)
4243
				anchor     	1
4437
				anchor     	1
4244
				anchor_loc 	1
4438
				anchor_loc 	1
Lines 4252-4264 Link Here
4252
			    stereotype 	TRUE
4446
			    stereotype 	TRUE
4253
			    line_color 	3342489
4447
			    line_color 	3342489
4254
			    quidu      	"3F74E786000F"
4448
			    quidu      	"3F74E786000F"
4255
			    client     	@158
4449
			    client     	@160
4256
			    supplier   	@152
4450
			    supplier   	@154
4257
			    line_style 	3
4451
			    line_style 	3
4258
			    origin_attachment 	(2206, 2259)
4452
			    origin_attachment 	(2206, 2259)
4259
			    terminal_attachment 	(2206, 1612)
4453
			    terminal_attachment 	(2206, 1612)
4260
			    label      	(object SegLabel @161
4454
			    label      	(object SegLabel @163
4261
				Parent_View 	@159
4455
				Parent_View 	@161
4262
				location   	(2260, 1678)
4456
				location   	(2260, 1678)
4263
				anchor     	2
4457
				anchor     	2
4264
				anchor_loc 	1
4458
				anchor_loc 	1
Lines 4269-4282 Link Here
4269
				pctDist    	0.900000
4463
				pctDist    	0.900000
4270
				height     	54
4464
				height     	54
4271
				orientation 	1))
4465
				orientation 	1))
4272
			(object RoleView "$UNNAMED$62" @162
4466
			(object RoleView "$UNNAMED$62" @164
4273
			    Parent_View 	@158
4467
			    Parent_View 	@160
4274
			    location   	(734, -285)
4468
			    location   	(734, -285)
4275
			    stereotype 	TRUE
4469
			    stereotype 	TRUE
4276
			    line_color 	3342489
4470
			    line_color 	3342489
4277
			    quidu      	"3F74E7860023"
4471
			    quidu      	"3F74E7860023"
4278
			    client     	@158
4472
			    client     	@160
4279
			    supplier   	@153
4473
			    supplier   	@155
4280
			    vertices   	(list Points
4474
			    vertices   	(list Points
4281
				(2206, 2259)
4475
				(2206, 2259)
4282
				(2206, 2556)
4476
				(2206, 2556)
Lines 4293-4306 Link Here
4293
	    origin_x   	0
4487
	    origin_x   	0
4294
	    origin_y   	0
4488
	    origin_y   	0
4295
	    items      	(list diagram_item_list
4489
	    items      	(list diagram_item_list
4296
		(object ClassView "Class" "Logical View::wsdl::IDefinition" @163
4490
		(object ClassView "Class" "Logical View::wsdl::IDefinition" @165
4297
		    ShowCompartmentStereotypes 	TRUE
4491
		    ShowCompartmentStereotypes 	TRUE
4298
		    SuppressOperation 	TRUE
4492
		    SuppressOperation 	TRUE
4299
		    IncludeAttribute 	TRUE
4493
		    IncludeAttribute 	TRUE
4300
		    IncludeOperation 	TRUE
4494
		    IncludeOperation 	TRUE
4301
		    location   	(432, 192)
4495
		    location   	(432, 192)
4302
		    label      	(object ItemLabel
4496
		    label      	(object ItemLabel
4303
			Parent_View 	@163
4497
			Parent_View 	@165
4304
			location   	(88, 161)
4498
			location   	(88, 161)
4305
			fill_color 	13434879
4499
			fill_color 	13434879
4306
			nlines     	1
4500
			nlines     	1
Lines 4308-4314 Link Here
4308
			justify    	0
4502
			justify    	0
4309
			label      	"IDefinition")
4503
			label      	"IDefinition")
4310
		    stereotype 	(object ItemLabel
4504
		    stereotype 	(object ItemLabel
4311
			Parent_View 	@163
4505
			Parent_View 	@165
4312
			location   	(88, 111)
4506
			location   	(88, 111)
4313
			fill_color 	13434879
4507
			fill_color 	13434879
4314
			anchor     	10
4508
			anchor     	10
Lines 4325-4338 Link Here
4325
		    height     	186
4519
		    height     	186
4326
		    annotation 	8
4520
		    annotation 	8
4327
		    autoResize 	TRUE)
4521
		    autoResize 	TRUE)
4328
		(object ClassView "Class" "Logical View::wsdl::Types" @164
4522
		(object ClassView "Class" "Logical View::wsdl::Types" @166
4329
		    ShowCompartmentStereotypes 	TRUE
4523
		    ShowCompartmentStereotypes 	TRUE
4330
		    SuppressOperation 	TRUE
4524
		    SuppressOperation 	TRUE
4331
		    IncludeAttribute 	TRUE
4525
		    IncludeAttribute 	TRUE
4332
		    IncludeOperation 	TRUE
4526
		    IncludeOperation 	TRUE
4333
		    location   	(1824, 944)
4527
		    location   	(1824, 944)
4334
		    label      	(object ItemLabel
4528
		    label      	(object ItemLabel
4335
			Parent_View 	@164
4529
			Parent_View 	@166
4336
			location   	(1686, 896)
4530
			location   	(1686, 896)
4337
			fill_color 	13434879
4531
			fill_color 	13434879
4338
			nlines     	1
4532
			nlines     	1
Lines 4347-4360 Link Here
4347
		    height     	120
4541
		    height     	120
4348
		    annotation 	8
4542
		    annotation 	8
4349
		    autoResize 	TRUE)
4543
		    autoResize 	TRUE)
4350
		(object ClassView "Class" "Logical View::wsdl::Import" @165
4544
		(object ClassView "Class" "Logical View::wsdl::Import" @167
4351
		    ShowCompartmentStereotypes 	TRUE
4545
		    ShowCompartmentStereotypes 	TRUE
4352
		    SuppressOperation 	TRUE
4546
		    SuppressOperation 	TRUE
4353
		    IncludeAttribute 	TRUE
4547
		    IncludeAttribute 	TRUE
4354
		    IncludeOperation 	TRUE
4548
		    IncludeOperation 	TRUE
4355
		    location   	(2144, 624)
4549
		    location   	(2144, 624)
4356
		    label      	(object ItemLabel
4550
		    label      	(object ItemLabel
4357
			Parent_View 	@165
4551
			Parent_View 	@167
4358
			location   	(1910, 545)
4552
			location   	(1910, 545)
4359
			fill_color 	13434879
4553
			fill_color 	13434879
4360
			nlines     	1
4554
			nlines     	1
Lines 4369-4381 Link Here
4369
		    height     	182
4563
		    height     	182
4370
		    annotation 	8
4564
		    annotation 	8
4371
		    autoResize 	TRUE)
4565
		    autoResize 	TRUE)
4372
		(object ClassView "Class" "Logical View::wsdl::Message" @166
4566
		(object ClassView "Class" "Logical View::wsdl::Message" @168
4373
		    ShowCompartmentStereotypes 	TRUE
4567
		    ShowCompartmentStereotypes 	TRUE
4374
		    SuppressOperation 	TRUE
4568
		    SuppressOperation 	TRUE
4375
		    IncludeAttribute 	TRUE
4569
		    IncludeAttribute 	TRUE
4376
		    location   	(2112, 1184)
4570
		    location   	(2112, 1184)
4377
		    label      	(object ItemLabel
4571
		    label      	(object ItemLabel
4378
			Parent_View 	@166
4572
			Parent_View 	@168
4379
			location   	(1900, 1105)
4573
			location   	(1900, 1105)
4380
			fill_color 	13434879
4574
			fill_color 	13434879
4381
			nlines     	1
4575
			nlines     	1
Lines 4390-4402 Link Here
4390
		    height     	182
4584
		    height     	182
4391
		    annotation 	8
4585
		    annotation 	8
4392
		    autoResize 	TRUE)
4586
		    autoResize 	TRUE)
4393
		(object ClassView "Class" "Logical View::wsdl::PortType" @167
4587
		(object ClassView "Class" "Logical View::wsdl::PortType" @169
4394
		    ShowCompartmentStereotypes 	TRUE
4588
		    ShowCompartmentStereotypes 	TRUE
4395
		    SuppressOperation 	TRUE
4589
		    SuppressOperation 	TRUE
4396
		    IncludeAttribute 	TRUE
4590
		    IncludeAttribute 	TRUE
4397
		    location   	(1808, 1488)
4591
		    location   	(1808, 1488)
4398
		    label      	(object ItemLabel
4592
		    label      	(object ItemLabel
4399
			Parent_View 	@167
4593
			Parent_View 	@169
4400
			location   	(1596, 1409)
4594
			location   	(1596, 1409)
4401
			fill_color 	13434879
4595
			fill_color 	13434879
4402
			nlines     	1
4596
			nlines     	1
Lines 4411-4423 Link Here
4411
		    height     	182
4605
		    height     	182
4412
		    annotation 	8
4606
		    annotation 	8
4413
		    autoResize 	TRUE)
4607
		    autoResize 	TRUE)
4414
		(object ClassView "Class" "Logical View::wsdl::Binding" @168
4608
		(object ClassView "Class" "Logical View::wsdl::Binding" @170
4415
		    ShowCompartmentStereotypes 	TRUE
4609
		    ShowCompartmentStereotypes 	TRUE
4416
		    SuppressOperation 	TRUE
4610
		    SuppressOperation 	TRUE
4417
		    IncludeAttribute 	TRUE
4611
		    IncludeAttribute 	TRUE
4418
		    location   	(2336, 1728)
4612
		    location   	(2336, 1728)
4419
		    label      	(object ItemLabel
4613
		    label      	(object ItemLabel
4420
			Parent_View 	@168
4614
			Parent_View 	@170
4421
			location   	(2124, 1649)
4615
			location   	(2124, 1649)
4422
			fill_color 	13434879
4616
			fill_color 	13434879
4423
			nlines     	1
4617
			nlines     	1
Lines 4432-4444 Link Here
4432
		    height     	182
4626
		    height     	182
4433
		    annotation 	8
4627
		    annotation 	8
4434
		    autoResize 	TRUE)
4628
		    autoResize 	TRUE)
4435
		(object ClassView "Class" "Logical View::wsdl::Definition" @169
4629
		(object ClassView "Class" "Logical View::wsdl::Definition" @171
4436
		    ShowCompartmentStereotypes 	TRUE
4630
		    ShowCompartmentStereotypes 	TRUE
4437
		    IncludeAttribute 	TRUE
4631
		    IncludeAttribute 	TRUE
4438
		    IncludeOperation 	TRUE
4632
		    IncludeOperation 	TRUE
4439
		    location   	(1328, 240)
4633
		    location   	(1328, 240)
4440
		    label      	(object ItemLabel
4634
		    label      	(object ItemLabel
4441
			Parent_View 	@169
4635
			Parent_View 	@171
4442
			location   	(1073, 39)
4636
			location   	(1073, 39)
4443
			fill_color 	13434879
4637
			fill_color 	13434879
4444
			nlines     	1
4638
			nlines     	1
Lines 4453-4469 Link Here
4453
		    height     	426
4647
		    height     	426
4454
		    annotation 	8
4648
		    annotation 	8
4455
		    autoResize 	TRUE)
4649
		    autoResize 	TRUE)
4456
		(object AssociationViewNew "$UNNAMED$15" @170
4650
		(object AssociationViewNew "$UNNAMED$15" @172
4457
		    location   	(1358, 860)
4651
		    location   	(1358, 860)
4458
		    stereotype 	TRUE
4652
		    stereotype 	TRUE
4459
		    line_color 	3342489
4653
		    line_color 	3342489
4460
		    quidu      	"3B8BEA27029F"
4654
		    quidu      	"3B8BEA27029F"
4461
		    roleview_list 	(list RoleViews
4655
		    roleview_list 	(list RoleViews
4462
			(object RoleView "$UNNAMED$16" @171
4656
			(object RoleView "$UNNAMED$16" @173
4463
			    Parent_View 	@170
4657
			    Parent_View 	@172
4464
			    location   	(62, -36)
4658
			    location   	(62, -36)
4465
			    label      	(object SegLabel @172
4659
			    label      	(object SegLabel @174
4466
				Parent_View 	@171
4660
				Parent_View 	@173
4467
				location   	(1317, 535)
4661
				location   	(1317, 535)
4468
				hidden     	TRUE
4662
				hidden     	TRUE
4469
				anchor     	1
4663
				anchor     	1
Lines 4478-4490 Link Here
4478
			    stereotype 	TRUE
4672
			    stereotype 	TRUE
4479
			    line_color 	3342489
4673
			    line_color 	3342489
4480
			    quidu      	"3B8BEA290356"
4674
			    quidu      	"3B8BEA290356"
4481
			    client     	@170
4675
			    client     	@172
4482
			    supplier   	@169
4676
			    supplier   	@171
4483
			    line_style 	3
4677
			    line_style 	3
4484
			    origin_attachment 	(1358, 860)
4678
			    origin_attachment 	(1358, 860)
4485
			    terminal_attachment 	(1358, 453)
4679
			    terminal_attachment 	(1358, 453)
4486
			    label      	(object SegLabel @173
4680
			    label      	(object SegLabel @175
4487
				Parent_View 	@171
4681
				Parent_View 	@173
4488
				location   	(1403, 511)
4682
				location   	(1403, 511)
4489
				anchor     	2
4683
				anchor     	2
4490
				anchor_loc 	1
4684
				anchor_loc 	1
Lines 4495-4505 Link Here
4495
				pctDist    	0.856649
4689
				pctDist    	0.856649
4496
				height     	45
4690
				height     	45
4497
				orientation 	1))
4691
				orientation 	1))
4498
			(object RoleView "eTypes" @174
4692
			(object RoleView "eTypes" @176
4499
			    Parent_View 	@170
4693
			    Parent_View 	@172
4500
			    location   	(62, -36)
4694
			    location   	(62, -36)
4501
			    label      	(object SegLabel @175
4695
			    label      	(object SegLabel @177
4502
				Parent_View 	@174
4696
				Parent_View 	@176
4503
				location   	(1586, 909)
4697
				location   	(1586, 909)
4504
				anchor     	1
4698
				anchor     	1
4505
				anchor_loc 	1
4699
				anchor_loc 	1
Lines 4513-4520 Link Here
4513
			    stereotype 	TRUE
4707
			    stereotype 	TRUE
4514
			    line_color 	3342489
4708
			    line_color 	3342489
4515
			    quidu      	"3B8BEA29036A"
4709
			    quidu      	"3B8BEA29036A"
4516
			    client     	@170
4710
			    client     	@172
4517
			    supplier   	@164
4711
			    supplier   	@166
4518
			    vertices   	(list Points
4712
			    vertices   	(list Points
4519
				(1358, 860)
4713
				(1358, 860)
4520
				(1358, 948)
4714
				(1358, 948)
Lines 4522-4529 Link Here
4522
			    line_style 	3
4716
			    line_style 	3
4523
			    origin_attachment 	(1358, 860)
4717
			    origin_attachment 	(1358, 860)
4524
			    terminal_attachment 	(1677, 948)
4718
			    terminal_attachment 	(1677, 948)
4525
			    label      	(object SegLabel @176
4719
			    label      	(object SegLabel @178
4526
				Parent_View 	@174
4720
				Parent_View 	@176
4527
				location   	(1632, 987)
4721
				location   	(1632, 987)
4528
				anchor     	2
4722
				anchor     	2
4529
				anchor_loc 	1
4723
				anchor_loc 	1
Lines 4534-4550 Link Here
4534
				pctDist    	0.892655
4728
				pctDist    	0.892655
4535
				height     	39
4729
				height     	39
4536
				orientation 	1))))
4730
				orientation 	1))))
4537
		(object AssociationViewNew "$UNNAMED$13" @177
4731
		(object AssociationViewNew "$UNNAMED$13" @179
4538
		    location   	(1612, 595)
4732
		    location   	(1612, 595)
4539
		    stereotype 	TRUE
4733
		    stereotype 	TRUE
4540
		    line_color 	3342489
4734
		    line_color 	3342489
4541
		    quidu      	"3C864DFF02EC"
4735
		    quidu      	"3C864DFF02EC"
4542
		    roleview_list 	(list RoleViews
4736
		    roleview_list 	(list RoleViews
4543
			(object RoleView "$UNNAMED$14" @178
4737
			(object RoleView "$UNNAMED$14" @180
4544
			    Parent_View 	@177
4738
			    Parent_View 	@179
4545
			    location   	(12, 227)
4739
			    location   	(12, 227)
4546
			    label      	(object SegLabel @179
4740
			    label      	(object SegLabel @181
4547
				Parent_View 	@178
4741
				Parent_View 	@180
4548
				location   	(1423, 512)
4742
				location   	(1423, 512)
4549
				hidden     	TRUE
4743
				hidden     	TRUE
4550
				anchor     	1
4744
				anchor     	1
Lines 4559-4566 Link Here
4559
			    stereotype 	TRUE
4753
			    stereotype 	TRUE
4560
			    line_color 	3342489
4754
			    line_color 	3342489
4561
			    quidu      	"3C864DFF02EE"
4755
			    quidu      	"3C864DFF02EE"
4562
			    client     	@177
4756
			    client     	@179
4563
			    supplier   	@169
4757
			    supplier   	@171
4564
			    vertices   	(list Points
4758
			    vertices   	(list Points
4565
				(1612, 595)
4759
				(1612, 595)
4566
				(1464, 595)
4760
				(1464, 595)
Lines 4568-4575 Link Here
4568
			    line_style 	3
4762
			    line_style 	3
4569
			    origin_attachment 	(1612, 595)
4763
			    origin_attachment 	(1612, 595)
4570
			    terminal_attachment 	(1464, 453)
4764
			    terminal_attachment 	(1464, 453)
4571
			    label      	(object SegLabel @180
4765
			    label      	(object SegLabel @182
4572
				Parent_View 	@178
4766
				Parent_View 	@180
4573
				location   	(1524, 495)
4767
				location   	(1524, 495)
4574
				anchor     	2
4768
				anchor     	2
4575
				anchor_loc 	1
4769
				anchor_loc 	1
Lines 4580-4590 Link Here
4580
				pctDist    	0.858667
4774
				pctDist    	0.858667
4581
				height     	60
4775
				height     	60
4582
				orientation 	1))
4776
				orientation 	1))
4583
			(object RoleView "eImports" @181
4777
			(object RoleView "eImports" @183
4584
			    Parent_View 	@177
4778
			    Parent_View 	@179
4585
			    location   	(12, 227)
4779
			    location   	(12, 227)
4586
			    label      	(object SegLabel @182
4780
			    label      	(object SegLabel @184
4587
				Parent_View 	@181
4781
				Parent_View 	@183
4588
				location   	(1692, 557)
4782
				location   	(1692, 557)
4589
				anchor     	1
4783
				anchor     	1
4590
				anchor_loc 	1
4784
				anchor_loc 	1
Lines 4598-4610 Link Here
4598
			    stereotype 	TRUE
4792
			    stereotype 	TRUE
4599
			    line_color 	3342489
4793
			    line_color 	3342489
4600
			    quidu      	"3C864DFF02ED"
4794
			    quidu      	"3C864DFF02ED"
4601
			    client     	@177
4795
			    client     	@179
4602
			    supplier   	@165
4796
			    supplier   	@167
4603
			    line_style 	3
4797
			    line_style 	3
4604
			    origin_attachment 	(1612, 595)
4798
			    origin_attachment 	(1612, 595)
4605
			    terminal_attachment 	(1901, 595)
4799
			    terminal_attachment 	(1901, 595)
4606
			    label      	(object SegLabel @183
4800
			    label      	(object SegLabel @185
4607
				Parent_View 	@181
4801
				Parent_View 	@183
4608
				location   	(1854, 652)
4802
				location   	(1854, 652)
4609
				anchor     	2
4803
				anchor     	2
4610
				anchor_loc 	1
4804
				anchor_loc 	1
Lines 4615-4622 Link Here
4615
				pctDist    	0.841004
4809
				pctDist    	0.841004
4616
				height     	57
4810
				height     	57
4617
				orientation 	1)
4811
				orientation 	1)
4618
			    label      	(object SegLabel @184
4812
			    label      	(object SegLabel @186
4619
				Parent_View 	@181
4813
				Parent_View 	@183
4620
				location   	(1676, 646)
4814
				location   	(1676, 646)
4621
				anchor     	3
4815
				anchor     	3
4622
				anchor_loc 	1
4816
				anchor_loc 	1
Lines 4627-4643 Link Here
4627
				pctDist    	0.225941
4821
				pctDist    	0.225941
4628
				height     	51
4822
				height     	51
4629
				orientation 	1))))
4823
				orientation 	1))))
4630
		(object AssociationViewNew "$UNNAMED$17" @185
4824
		(object AssociationViewNew "$UNNAMED$17" @187
4631
		    location   	(1279, 1136)
4825
		    location   	(1279, 1136)
4632
		    stereotype 	TRUE
4826
		    stereotype 	TRUE
4633
		    line_color 	3342489
4827
		    line_color 	3342489
4634
		    quidu      	"3AD5E60301E2"
4828
		    quidu      	"3AD5E60301E2"
4635
		    roleview_list 	(list RoleViews
4829
		    roleview_list 	(list RoleViews
4636
			(object RoleView "$UNNAMED$18" @186
4830
			(object RoleView "$UNNAMED$18" @188
4637
			    Parent_View 	@185
4831
			    Parent_View 	@187
4638
			    location   	(271, 272)
4832
			    location   	(271, 272)
4639
			    label      	(object SegLabel @187
4833
			    label      	(object SegLabel @189
4640
				Parent_View 	@186
4834
				Parent_View 	@188
4641
				location   	(1238, 591)
4835
				location   	(1238, 591)
4642
				hidden     	TRUE
4836
				hidden     	TRUE
4643
				anchor     	1
4837
				anchor     	1
Lines 4652-4664 Link Here
4652
			    stereotype 	TRUE
4846
			    stereotype 	TRUE
4653
			    line_color 	3342489
4847
			    line_color 	3342489
4654
			    quidu      	"3AD5E60400B7"
4848
			    quidu      	"3AD5E60400B7"
4655
			    client     	@185
4849
			    client     	@187
4656
			    supplier   	@169
4850
			    supplier   	@171
4657
			    line_style 	3
4851
			    line_style 	3
4658
			    origin_attachment 	(1279, 1136)
4852
			    origin_attachment 	(1279, 1136)
4659
			    terminal_attachment 	(1279, 453)
4853
			    terminal_attachment 	(1279, 453)
4660
			    label      	(object SegLabel @188
4854
			    label      	(object SegLabel @190
4661
				Parent_View 	@186
4855
				Parent_View 	@188
4662
				location   	(1320, 587)
4856
				location   	(1320, 587)
4663
				anchor     	2
4857
				anchor     	2
4664
				anchor_loc 	1
4858
				anchor_loc 	1
Lines 4669-4679 Link Here
4669
				pctDist    	0.804974
4863
				pctDist    	0.804974
4670
				height     	41
4864
				height     	41
4671
				orientation 	1))
4865
				orientation 	1))
4672
			(object RoleView "eMessages" @189
4866
			(object RoleView "eMessages" @191
4673
			    Parent_View 	@185
4867
			    Parent_View 	@187
4674
			    location   	(271, 272)
4868
			    location   	(271, 272)
4675
			    label      	(object SegLabel @190
4869
			    label      	(object SegLabel @192
4676
				Parent_View 	@189
4870
				Parent_View 	@191
4677
				location   	(1647, 1171)
4871
				location   	(1647, 1171)
4678
				anchor     	1
4872
				anchor     	1
4679
				anchor_loc 	1
4873
				anchor_loc 	1
Lines 4687-4694 Link Here
4687
			    stereotype 	TRUE
4881
			    stereotype 	TRUE
4688
			    line_color 	3342489
4882
			    line_color 	3342489
4689
			    quidu      	"3AD5E60400C1"
4883
			    quidu      	"3AD5E60400C1"
4690
			    client     	@185
4884
			    client     	@187
4691
			    supplier   	@166
4885
			    supplier   	@168
4692
			    vertices   	(list Points
4886
			    vertices   	(list Points
4693
				(1279, 1136)
4887
				(1279, 1136)
4694
				(1279, 1208)
4888
				(1279, 1208)
Lines 4696-4703 Link Here
4696
			    line_style 	3
4890
			    line_style 	3
4697
			    origin_attachment 	(1279, 1136)
4891
			    origin_attachment 	(1279, 1136)
4698
			    terminal_attachment 	(1891, 1208)
4892
			    terminal_attachment 	(1891, 1208)
4699
			    label      	(object SegLabel @191
4893
			    label      	(object SegLabel @193
4700
				Parent_View 	@189
4894
				Parent_View 	@191
4701
				location   	(1821, 1171)
4895
				location   	(1821, 1171)
4702
				anchor     	2
4896
				anchor     	2
4703
				anchor_loc 	1
4897
				anchor_loc 	1
Lines 4708-4715 Link Here
4708
				pctDist    	0.899346
4902
				pctDist    	0.899346
4709
				height     	38
4903
				height     	38
4710
				orientation 	0)
4904
				orientation 	0)
4711
			    label      	(object SegLabel @192
4905
			    label      	(object SegLabel @194
4712
				Parent_View 	@189
4906
				Parent_View 	@191
4713
				location   	(1797, 1244)
4907
				location   	(1797, 1244)
4714
				anchor     	3
4908
				anchor     	3
4715
				anchor_loc 	1
4909
				anchor_loc 	1
Lines 4720-4736 Link Here
4720
				pctDist    	0.864407
4914
				pctDist    	0.864407
4721
				height     	36
4915
				height     	36
4722
				orientation 	1))))
4916
				orientation 	1))))
4723
		(object AssociationViewNew "$UNNAMED$19" @193
4917
		(object AssociationViewNew "$UNNAMED$19" @195
4724
		    location   	(1212, 1159)
4918
		    location   	(1212, 1159)
4725
		    stereotype 	TRUE
4919
		    stereotype 	TRUE
4726
		    line_color 	3342489
4920
		    line_color 	3342489
4727
		    quidu      	"3AD5E6710104"
4921
		    quidu      	"3AD5E6710104"
4728
		    roleview_list 	(list RoleViews
4922
		    roleview_list 	(list RoleViews
4729
			(object RoleView "$UNNAMED$20" @194
4923
			(object RoleView "$UNNAMED$20" @196
4730
			    Parent_View 	@193
4924
			    Parent_View 	@195
4731
			    location   	(-324, 215)
4925
			    location   	(-324, 215)
4732
			    label      	(object SegLabel @195
4926
			    label      	(object SegLabel @197
4733
				Parent_View 	@194
4927
				Parent_View 	@196
4734
				location   	(1171, 594)
4928
				location   	(1171, 594)
4735
				hidden     	TRUE
4929
				hidden     	TRUE
4736
				anchor     	1
4930
				anchor     	1
Lines 4745-4757 Link Here
4745
			    stereotype 	TRUE
4939
			    stereotype 	TRUE
4746
			    line_color 	3342489
4940
			    line_color 	3342489
4747
			    quidu      	"3AD5E672034A"
4941
			    quidu      	"3AD5E672034A"
4748
			    client     	@193
4942
			    client     	@195
4749
			    supplier   	@169
4943
			    supplier   	@171
4750
			    line_style 	3
4944
			    line_style 	3
4751
			    origin_attachment 	(1212, 1159)
4945
			    origin_attachment 	(1212, 1159)
4752
			    terminal_attachment 	(1212, 453)
4946
			    terminal_attachment 	(1212, 453)
4753
			    label      	(object SegLabel @196
4947
			    label      	(object SegLabel @198
4754
				Parent_View 	@194
4948
				Parent_View 	@196
4755
				location   	(1251, 624)
4949
				location   	(1251, 624)
4756
				anchor     	2
4950
				anchor     	2
4757
				anchor_loc 	1
4951
				anchor_loc 	1
Lines 4762-4772 Link Here
4762
				pctDist    	0.757962
4956
				pctDist    	0.757962
4763
				height     	39
4957
				height     	39
4764
				orientation 	1))
4958
				orientation 	1))
4765
			(object RoleView "ePortTypes" @197
4959
			(object RoleView "ePortTypes" @199
4766
			    Parent_View 	@193
4960
			    Parent_View 	@195
4767
			    location   	(-324, 215)
4961
			    location   	(-324, 215)
4768
			    label      	(object SegLabel @198
4962
			    label      	(object SegLabel @200
4769
				Parent_View 	@197
4963
				Parent_View 	@199
4770
				location   	(1391, 1451)
4964
				location   	(1391, 1451)
4771
				anchor     	1
4965
				anchor     	1
4772
				anchor_loc 	1
4966
				anchor_loc 	1
Lines 4780-4787 Link Here
4780
			    stereotype 	TRUE
4974
			    stereotype 	TRUE
4781
			    line_color 	3342489
4975
			    line_color 	3342489
4782
			    quidu      	"3AD5E6720354"
4976
			    quidu      	"3AD5E6720354"
4783
			    client     	@193
4977
			    client     	@195
4784
			    supplier   	@167
4978
			    supplier   	@169
4785
			    vertices   	(list Points
4979
			    vertices   	(list Points
4786
				(1212, 1159)
4980
				(1212, 1159)
4787
				(1212, 1490)
4981
				(1212, 1490)
Lines 4789-4796 Link Here
4789
			    line_style 	3
4983
			    line_style 	3
4790
			    origin_attachment 	(1212, 1159)
4984
			    origin_attachment 	(1212, 1159)
4791
			    terminal_attachment 	(1587, 1490)
4985
			    terminal_attachment 	(1587, 1490)
4792
			    label      	(object SegLabel @199
4986
			    label      	(object SegLabel @201
4793
				Parent_View 	@197
4987
				Parent_View 	@199
4794
				location   	(1533, 1451)
4988
				location   	(1533, 1451)
4795
				anchor     	2
4989
				anchor     	2
4796
				anchor_loc 	1
4990
				anchor_loc 	1
Lines 4801-4808 Link Here
4801
				pctDist    	0.925611
4995
				pctDist    	0.925611
4802
				height     	40
4996
				height     	40
4803
				orientation 	0)
4997
				orientation 	0)
4804
			    label      	(object SegLabel @200
4998
			    label      	(object SegLabel @202
4805
				Parent_View 	@197
4999
				Parent_View 	@199
4806
				location   	(1512, 1540)
5000
				location   	(1512, 1540)
4807
				anchor     	3
5001
				anchor     	3
4808
				anchor_loc 	1
5002
				anchor_loc 	1
Lines 4813-4829 Link Here
4813
				pctDist    	0.895855
5007
				pctDist    	0.895855
4814
				height     	50
5008
				height     	50
4815
				orientation 	1))))
5009
				orientation 	1))))
4816
		(object AssociationViewNew "$UNNAMED$21" @201
5010
		(object AssociationViewNew "$UNNAMED$21" @203
4817
		    location   	(1114, 1585)
5011
		    location   	(1114, 1585)
4818
		    stereotype 	TRUE
5012
		    stereotype 	TRUE
4819
		    line_color 	3342489
5013
		    line_color 	3342489
4820
		    quidu      	"3AD5E6770095"
5014
		    quidu      	"3AD5E6770095"
4821
		    roleview_list 	(list RoleViews
5015
		    roleview_list 	(list RoleViews
4822
			(object RoleView "$UNNAMED$22" @202
5016
			(object RoleView "$UNNAMED$22" @204
4823
			    Parent_View 	@201
5017
			    Parent_View 	@203
4824
			    location   	(-406, 241)
5018
			    location   	(-406, 241)
4825
			    label      	(object SegLabel @203
5019
			    label      	(object SegLabel @205
4826
				Parent_View 	@202
5020
				Parent_View 	@204
4827
				location   	(1073, 680)
5021
				location   	(1073, 680)
4828
				hidden     	TRUE
5022
				hidden     	TRUE
4829
				anchor     	1
5023
				anchor     	1
Lines 4838-4850 Link Here
4838
			    stereotype 	TRUE
5032
			    stereotype 	TRUE
4839
			    line_color 	3342489
5033
			    line_color 	3342489
4840
			    quidu      	"3AD5E6780371"
5034
			    quidu      	"3AD5E6780371"
4841
			    client     	@201
5035
			    client     	@203
4842
			    supplier   	@169
5036
			    supplier   	@171
4843
			    line_style 	3
5037
			    line_style 	3
4844
			    origin_attachment 	(1114, 1585)
5038
			    origin_attachment 	(1114, 1585)
4845
			    terminal_attachment 	(1114, 453)
5039
			    terminal_attachment 	(1114, 453)
4846
			    label      	(object SegLabel @204
5040
			    label      	(object SegLabel @206
4847
				Parent_View 	@202
5041
				Parent_View 	@204
4848
				location   	(1155, 752)
5042
				location   	(1155, 752)
4849
				anchor     	2
5043
				anchor     	2
4850
				anchor_loc 	1
5044
				anchor_loc 	1
Lines 4855-4865 Link Here
4855
				pctDist    	0.736704
5049
				pctDist    	0.736704
4856
				height     	41
5050
				height     	41
4857
				orientation 	1))
5051
				orientation 	1))
4858
			(object RoleView "eBindings" @205
5052
			(object RoleView "eBindings" @207
4859
			    Parent_View 	@201
5053
			    Parent_View 	@203
4860
			    location   	(-406, 241)
5054
			    location   	(-406, 241)
4861
			    label      	(object SegLabel @206
5055
			    label      	(object SegLabel @208
4862
				Parent_View 	@205
5056
				Parent_View 	@207
4863
				location   	(1851, 1674)
5057
				location   	(1851, 1674)
4864
				anchor     	1
5058
				anchor     	1
4865
				anchor_loc 	1
5059
				anchor_loc 	1
Lines 4873-4880 Link Here
4873
			    stereotype 	TRUE
5067
			    stereotype 	TRUE
4874
			    line_color 	3342489
5068
			    line_color 	3342489
4875
			    quidu      	"3AD5E678037B"
5069
			    quidu      	"3AD5E678037B"
4876
			    client     	@201
5070
			    client     	@203
4877
			    supplier   	@168
5071
			    supplier   	@170
4878
			    vertices   	(list Points
5072
			    vertices   	(list Points
4879
				(1114, 1585)
5073
				(1114, 1585)
4880
				(1114, 1716)
5074
				(1114, 1716)
Lines 4882-4889 Link Here
4882
			    line_style 	3
5076
			    line_style 	3
4883
			    origin_attachment 	(1114, 1585)
5077
			    origin_attachment 	(1114, 1585)
4884
			    terminal_attachment 	(2115, 1716)
5078
			    terminal_attachment 	(2115, 1716)
4885
			    label      	(object SegLabel @207
5079
			    label      	(object SegLabel @209
4886
				Parent_View 	@205
5080
				Parent_View 	@207
4887
				location   	(2053, 1677)
5081
				location   	(2053, 1677)
4888
				anchor     	2
5082
				anchor     	2
4889
				anchor_loc 	1
5083
				anchor_loc 	1
Lines 4894-4901 Link Here
4894
				pctDist    	0.945074
5088
				pctDist    	0.945074
4895
				height     	40
5089
				height     	40
4896
				orientation 	0)
5090
				orientation 	0)
4897
			    label      	(object SegLabel @208
5091
			    label      	(object SegLabel @210
4898
				Parent_View 	@205
5092
				Parent_View 	@207
4899
				location   	(2014, 1754)
5093
				location   	(2014, 1754)
4900
				anchor     	3
5094
				anchor     	3
4901
				anchor_loc 	1
5095
				anchor_loc 	1
Lines 4906-4918 Link Here
4906
				pctDist    	0.911072
5100
				pctDist    	0.911072
4907
				height     	38
5101
				height     	38
4908
				orientation 	1))))
5102
				orientation 	1))))
4909
		(object ClassView "Class" "Logical View::wsdl::Service" @209
5103
		(object ClassView "Class" "Logical View::wsdl::Service" @211
4910
		    ShowCompartmentStereotypes 	TRUE
5104
		    ShowCompartmentStereotypes 	TRUE
4911
		    SuppressOperation 	TRUE
5105
		    SuppressOperation 	TRUE
4912
		    IncludeAttribute 	TRUE
5106
		    IncludeAttribute 	TRUE
4913
		    location   	(1840, 2048)
5107
		    location   	(1840, 2048)
4914
		    label      	(object ItemLabel
5108
		    label      	(object ItemLabel
4915
			Parent_View 	@209
5109
			Parent_View 	@211
4916
			location   	(1628, 1969)
5110
			location   	(1628, 1969)
4917
			fill_color 	13434879
5111
			fill_color 	13434879
4918
			nlines     	1
5112
			nlines     	1
Lines 4927-4943 Link Here
4927
		    height     	182
5121
		    height     	182
4928
		    annotation 	8
5122
		    annotation 	8
4929
		    autoResize 	TRUE)
5123
		    autoResize 	TRUE)
4930
		(object AssociationViewNew "$UNNAMED$23" @210
5124
		(object AssociationViewNew "$UNNAMED$23" @212
4931
		    location   	(1066, 1532)
5125
		    location   	(1066, 1532)
4932
		    stereotype 	TRUE
5126
		    stereotype 	TRUE
4933
		    line_color 	3342489
5127
		    line_color 	3342489
4934
		    quidu      	"3AD5E67B0311"
5128
		    quidu      	"3AD5E67B0311"
4935
		    roleview_list 	(list RoleViews
5129
		    roleview_list 	(list RoleViews
4936
			(object RoleView "$UNNAMED$24" @211
5130
			(object RoleView "$UNNAMED$24" @213
4937
			    Parent_View 	@210
5131
			    Parent_View 	@212
4938
			    location   	(-521, -112)
5132
			    location   	(-521, -112)
4939
			    label      	(object SegLabel @212
5133
			    label      	(object SegLabel @214
4940
				Parent_View 	@211
5134
				Parent_View 	@213
4941
				location   	(1025, 670)
5135
				location   	(1025, 670)
4942
				hidden     	TRUE
5136
				hidden     	TRUE
4943
				anchor     	1
5137
				anchor     	1
Lines 4952-4964 Link Here
4952
			    stereotype 	TRUE
5146
			    stereotype 	TRUE
4953
			    line_color 	3342489
5147
			    line_color 	3342489
4954
			    quidu      	"3AD5E67D007F"
5148
			    quidu      	"3AD5E67D007F"
4955
			    client     	@210
5149
			    client     	@212
4956
			    supplier   	@169
5150
			    supplier   	@171
4957
			    line_style 	3
5151
			    line_style 	3
4958
			    origin_attachment 	(1066, 1532)
5152
			    origin_attachment 	(1066, 1532)
4959
			    terminal_attachment 	(1066, 453)
5153
			    terminal_attachment 	(1066, 453)
4960
			    label      	(object SegLabel @213
5154
			    label      	(object SegLabel @215
4961
				Parent_View 	@211
5155
				Parent_View 	@213
4962
				location   	(1109, 756)
5156
				location   	(1109, 756)
4963
				anchor     	2
5157
				anchor     	2
4964
				anchor_loc 	1
5158
				anchor_loc 	1
Lines 4969-4979 Link Here
4969
				pctDist    	0.719697
5163
				pctDist    	0.719697
4970
				height     	43
5164
				height     	43
4971
				orientation 	1))
5165
				orientation 	1))
4972
			(object RoleView "eServices" @214
5166
			(object RoleView "eServices" @216
4973
			    Parent_View 	@210
5167
			    Parent_View 	@212
4974
			    location   	(-521, -112)
5168
			    location   	(-521, -112)
4975
			    label      	(object SegLabel @215
5169
			    label      	(object SegLabel @217
4976
				Parent_View 	@214
5170
				Parent_View 	@216
4977
				location   	(1393, 2028)
5171
				location   	(1393, 2028)
4978
				anchor     	1
5172
				anchor     	1
4979
				anchor_loc 	1
5173
				anchor_loc 	1
Lines 4987-4994 Link Here
4987
			    stereotype 	TRUE
5181
			    stereotype 	TRUE
4988
			    line_color 	3342489
5182
			    line_color 	3342489
4989
			    quidu      	"3AD5E67D0089"
5183
			    quidu      	"3AD5E67D0089"
4990
			    client     	@210
5184
			    client     	@212
4991
			    supplier   	@209
5185
			    supplier   	@211
4992
			    vertices   	(list Points
5186
			    vertices   	(list Points
4993
				(1066, 1532)
5187
				(1066, 1532)
4994
				(1066, 2059)
5188
				(1066, 2059)
Lines 4996-5003 Link Here
4996
			    line_style 	3
5190
			    line_style 	3
4997
			    origin_attachment 	(1066, 1532)
5191
			    origin_attachment 	(1066, 1532)
4998
			    terminal_attachment 	(1619, 2059)
5192
			    terminal_attachment 	(1619, 2059)
4999
			    label      	(object SegLabel @216
5193
			    label      	(object SegLabel @218
5000
				Parent_View 	@214
5194
				Parent_View 	@216
5001
				location   	(1554, 2031)
5195
				location   	(1554, 2031)
5002
				anchor     	2
5196
				anchor     	2
5003
				anchor_loc 	1
5197
				anchor_loc 	1
Lines 5008-5015 Link Here
5008
				pctDist    	0.940197
5202
				pctDist    	0.940197
5009
				height     	29
5203
				height     	29
5010
				orientation 	0)
5204
				orientation 	0)
5011
			    label      	(object SegLabel @217
5205
			    label      	(object SegLabel @219
5012
				Parent_View 	@214
5206
				Parent_View 	@216
5013
				location   	(1532, 2113)
5207
				location   	(1532, 2113)
5014
				anchor     	3
5208
				anchor     	3
5015
				anchor_loc 	1
5209
				anchor_loc 	1
Lines 5020-5049 Link Here
5020
				pctDist    	0.920515
5214
				pctDist    	0.920515
5021
				height     	54
5215
				height     	54
5022
				orientation 	1))))
5216
				orientation 	1))))
5023
		(object InheritView "" @218
5217
		(object InheritView "" @220
5024
		    stereotype 	TRUE
5218
		    stereotype 	TRUE
5025
		    line_color 	3342489
5219
		    line_color 	3342489
5026
		    quidu      	"3B84B1F80382"
5220
		    quidu      	"3B84B1F80382"
5027
		    client     	@169
5221
		    client     	@171
5028
		    supplier   	@163
5222
		    supplier   	@165
5029
		    line_style 	3
5223
		    line_style 	3
5030
		    origin_attachment 	(1064, 263)
5224
		    origin_attachment 	(1064, 263)
5031
		    terminal_attachment 	(785, 263))))
5225
		    terminal_attachment 	(785, 263))))
5032
	(object ClassDiagram "2.1.3 Extensibility"
5226
	(object ClassDiagram "2.1.3 Extensibility"
5033
	    quid       	"3AD60C510192"
5227
	    quid       	"3AD60C510192"
5034
	    title      	"2.1.3 Extensibility"
5228
	    title      	"2.1.3 Extensibility"
5035
	    zoom       	80
5229
	    zoom       	65
5036
	    max_height 	28350
5230
	    max_height 	28350
5037
	    max_width  	21600
5231
	    max_width  	21600
5038
	    origin_x   	0
5232
	    origin_x   	0
5039
	    origin_y   	564
5233
	    origin_y   	0
5040
	    items      	(list diagram_item_list
5234
	    items      	(list diagram_item_list
5041
		(object ClassView "Class" "Logical View::wsdl::Port" @219
5235
		(object ClassView "Class" "Logical View::wsdl::Port" @221
5042
		    ShowCompartmentStereotypes 	TRUE
5236
		    ShowCompartmentStereotypes 	TRUE
5043
		    location   	(3360, 2528)
5237
		    location   	(4128, 3104)
5044
		    label      	(object ItemLabel
5238
		    label      	(object ItemLabel
5045
			Parent_View 	@219
5239
			Parent_View 	@221
5046
			location   	(3279, 2476)
5240
			location   	(4047, 3051)
5047
			fill_color 	13434879
5241
			fill_color 	13434879
5048
			nlines     	1
5242
			nlines     	1
5049
			max_width  	162
5243
			max_width  	162
Lines 5053-5067 Link Here
5053
		    line_color 	3342489
5247
		    line_color 	3342489
5054
		    fill_color 	13434879
5248
		    fill_color 	13434879
5055
		    quidu      	"3AD5D9170286"
5249
		    quidu      	"3AD5D9170286"
5056
		    height     	128
5250
		    height     	130
5057
		    annotation 	8
5251
		    annotation 	8
5058
		    autoResize 	TRUE)
5252
		    autoResize 	TRUE)
5059
		(object ClassView "Class" "Logical View::wsdl::Service" @220
5253
		(object ClassView "Class" "Logical View::wsdl::Service" @222
5060
		    ShowCompartmentStereotypes 	TRUE
5254
		    ShowCompartmentStereotypes 	TRUE
5061
		    location   	(3168, 2352)
5255
		    location   	(3936, 2928)
5062
		    label      	(object ItemLabel
5256
		    label      	(object ItemLabel
5063
			Parent_View 	@220
5257
			Parent_View 	@222
5064
			location   	(3087, 2299)
5258
			location   	(3855, 2875)
5065
			fill_color 	13434879
5259
			fill_color 	13434879
5066
			nlines     	1
5260
			nlines     	1
5067
			max_width  	162
5261
			max_width  	162
Lines 5074-5096 Link Here
5074
		    height     	130
5268
		    height     	130
5075
		    annotation 	8
5269
		    annotation 	8
5076
		    autoResize 	TRUE)
5270
		    autoResize 	TRUE)
5077
		(object ClassView "Class" "Logical View::wsdl::IExtensibilityElement" @221
5271
		(object ClassView "Class" "Logical View::wsdl::IExtensibilityElement" @223
5078
		    ShowCompartmentStereotypes 	TRUE
5272
		    ShowCompartmentStereotypes 	TRUE
5079
		    SuppressAttribute 	TRUE
5273
		    SuppressAttribute 	TRUE
5080
		    IncludeAttribute 	TRUE
5274
		    IncludeAttribute 	TRUE
5081
		    IncludeOperation 	TRUE
5275
		    IncludeOperation 	TRUE
5082
		    location   	(2784, 208)
5276
		    location   	(3552, 944)
5083
		    label      	(object ItemLabel
5277
		    label      	(object ItemLabel
5084
			Parent_View 	@221
5278
			Parent_View 	@223
5085
			location   	(2391, 184)
5279
			location   	(3159, 920)
5086
			fill_color 	13434879
5280
			fill_color 	13434879
5087
			nlines     	1
5281
			nlines     	1
5088
			max_width  	786
5282
			max_width  	786
5089
			justify    	0
5283
			justify    	0
5090
			label      	"IExtensibilityElement")
5284
			label      	"IExtensibilityElement")
5091
		    stereotype 	(object ItemLabel
5285
		    stereotype 	(object ItemLabel
5092
			Parent_View 	@221
5286
			Parent_View 	@223
5093
			location   	(2391, 134)
5287
			location   	(3159, 870)
5094
			fill_color 	13434879
5288
			fill_color 	13434879
5095
			anchor     	10
5289
			anchor     	10
5096
			nlines     	1
5290
			nlines     	1
Lines 5106-5118 Link Here
5106
		    height     	172
5300
		    height     	172
5107
		    annotation 	8
5301
		    annotation 	8
5108
		    autoResize 	TRUE)
5302
		    autoResize 	TRUE)
5109
		(object ClassView "Class" "Logical View::wsdl::Types" @222
5303
		(object ClassView "Class" "Logical View::wsdl::Types" @224
5110
		    ShowCompartmentStereotypes 	TRUE
5304
		    ShowCompartmentStereotypes 	TRUE
5111
		    IncludeAttribute 	TRUE
5305
		    IncludeAttribute 	TRUE
5112
		    location   	(528, 2432)
5306
		    location   	(1296, 3008)
5113
		    label      	(object ItemLabel
5307
		    label      	(object ItemLabel
5114
			Parent_View 	@222
5308
			Parent_View 	@224
5115
			location   	(447, 2380)
5309
			location   	(1215, 2956)
5116
			fill_color 	13434879
5310
			fill_color 	13434879
5117
			nlines     	1
5311
			nlines     	1
5118
			max_width  	162
5312
			max_width  	162
Lines 5125-5190 Link Here
5125
		    height     	128
5319
		    height     	128
5126
		    annotation 	8
5320
		    annotation 	8
5127
		    autoResize 	TRUE)
5321
		    autoResize 	TRUE)
5128
		(object ClassView "Class" "Logical View::wsdl::ExtensibleElement" @223
5322
		(object ClassView "Class" "Logical View::wsdl::ExtensibleElement" @225
5129
		    ShowCompartmentStereotypes 	TRUE
5323
		    ShowCompartmentStereotypes 	TRUE
5130
		    IncludeAttribute 	TRUE
5324
		    IncludeAttribute 	TRUE
5131
		    IncludeOperation 	TRUE
5325
		    IncludeOperation 	TRUE
5132
		    location   	(1072, 736)
5326
		    location   	(1664, 1456)
5133
		    font       	(object Font
5327
		    font       	(object Font
5134
			italics    	TRUE)
5328
			italics    	TRUE)
5135
		    label      	(object ItemLabel
5329
		    label      	(object ItemLabel
5136
			Parent_View 	@223
5330
			Parent_View 	@225
5137
			location   	(801, 628)
5331
			location   	(1480, 1404)
5138
			fill_color 	13434879
5332
			fill_color 	13434879
5139
			nlines     	1
5333
			nlines     	1
5140
			max_width  	542
5334
			max_width  	368
5141
			justify    	0
5335
			justify    	0
5142
			label      	"ExtensibleElement")
5336
			label      	"ExtensibleElement")
5143
		    icon_style 	"Icon"
5337
		    icon_style 	"Icon"
5144
		    line_color 	3342489
5338
		    line_color 	3342489
5145
		    fill_color 	13434879
5339
		    fill_color 	13434879
5146
		    quidu      	"3AD5FCFA033A"
5340
		    quidu      	"3AD5FCFA033A"
5147
		    compartment 	(object Compartment
5341
		    width      	386
5148
			Parent_View 	@223
5342
		    height     	128
5149
			location   	(801, 689)
5150
			icon_style 	"Icon"
5151
			fill_color 	16777215
5152
			anchor     	2
5153
			nlines     	3
5154
			max_width  	534)
5155
		    width      	560
5156
		    height     	240
5157
		    annotation 	8
5343
		    annotation 	8
5158
		    autoResize 	TRUE)
5344
		    autoResize 	TRUE)
5159
		(object InheritTreeView "" @224
5160
		    location   	(1022, 2056)
5161
		    line_color 	3342489
5162
		    fill_color 	13434879
5163
		    supplier   	@223
5164
		    vertices   	(list Points
5165
			(1022, 2056)
5166
			(1022, 856)))
5167
		(object InheritView "" @225
5168
		    stereotype 	TRUE
5169
		    line_color 	3342489
5170
		    quidu      	"3B8BEB010311"
5171
		    client     	@222
5172
		    supplier   	@223
5173
		    line_style 	3
5174
		    origin_attachment 	(472, 2368)
5175
		    terminal_attachment 	(472, 2056)
5176
		    drawSupplier 	@224)
5177
		(object ClassView "Class" "Logical View::wsdl::ExtensibilityElement" @226
5345
		(object ClassView "Class" "Logical View::wsdl::ExtensibilityElement" @226
5178
		    ShowCompartmentStereotypes 	TRUE
5346
		    ShowCompartmentStereotypes 	TRUE
5179
		    IncludeAttribute 	TRUE
5347
		    IncludeAttribute 	TRUE
5180
		    IncludeOperation 	TRUE
5348
		    IncludeOperation 	TRUE
5181
		    location   	(2800, 736)
5349
		    location   	(3568, 1472)
5182
		    label      	(object ItemLabel
5350
		    label      	(object ItemLabel
5183
			Parent_View 	@226
5351
			Parent_View 	@226
5184
			location   	(2528, 631)
5352
			location   	(3325, 1364)
5185
			fill_color 	13434879
5353
			fill_color 	13434879
5186
			nlines     	1
5354
			nlines     	1
5187
			max_width  	545
5355
			max_width  	486
5188
			justify    	0
5356
			justify    	0
5189
			label      	"ExtensibilityElement")
5357
			label      	"ExtensibilityElement")
5190
		    icon_style 	"Icon"
5358
		    icon_style 	"Icon"
Lines 5193-5220 Link Here
5193
		    quidu      	"3AD5DBB602A9"
5361
		    quidu      	"3AD5DBB602A9"
5194
		    compartment 	(object Compartment
5362
		    compartment 	(object Compartment
5195
			Parent_View 	@226
5363
			Parent_View 	@226
5196
			location   	(2528, 692)
5364
			location   	(3325, 1422)
5197
			icon_style 	"Icon"
5365
			icon_style 	"Icon"
5198
			fill_color 	16777215
5366
			fill_color 	16777215
5199
			anchor     	2
5367
			anchor     	2
5200
			nlines     	3
5368
			nlines     	3
5201
			max_width  	465)
5369
			max_width  	465)
5202
		    width      	563
5370
		    width      	504
5203
		    height     	234
5371
		    height     	240
5204
		    annotation 	8
5372
		    annotation 	8
5205
		    autoResize 	TRUE)
5373
		    autoResize 	TRUE)
5206
		(object AssociationViewNew "$UNNAMED$25" @227
5374
		(object AssociationViewNew "$UNNAMED$25" @227
5207
		    location   	(1935, 720)
5375
		    location   	(2586, 1443)
5208
		    stereotype 	TRUE
5376
		    stereotype 	TRUE
5209
		    line_color 	3342489
5377
		    line_color 	3342489
5210
		    quidu      	"3AD5FD130079"
5378
		    quidu      	"3AD5FD130079"
5211
		    roleview_list 	(list RoleViews
5379
		    roleview_list 	(list RoleViews
5212
			(object RoleView "$UNNAMED$26" @228
5380
			(object RoleView "$UNNAMED$26" @228
5213
			    Parent_View 	@227
5381
			    Parent_View 	@227
5214
			    location   	(767, 608)
5382
			    location   	(1418, 1331)
5215
			    label      	(object SegLabel @229
5383
			    label      	(object SegLabel @229
5216
				Parent_View 	@228
5384
				Parent_View 	@228
5217
				location   	(1469, 679)
5385
				location   	(2003, 1402)
5218
				hidden     	TRUE
5386
				hidden     	TRUE
5219
				anchor     	1
5387
				anchor     	1
5220
				anchor_loc 	1
5388
				anchor_loc 	1
Lines 5229-5241 Link Here
5229
			    line_color 	3342489
5397
			    line_color 	3342489
5230
			    quidu      	"3AD5FD14019E"
5398
			    quidu      	"3AD5FD14019E"
5231
			    client     	@227
5399
			    client     	@227
5232
			    supplier   	@223
5400
			    supplier   	@225
5233
			    line_style 	3
5401
			    line_style 	3
5234
			    origin_attachment 	(1935, 720)
5402
			    origin_attachment 	(2586, 1443)
5235
			    terminal_attachment 	(1352, 720)
5403
			    terminal_attachment 	(1857, 1443)
5236
			    label      	(object SegLabel @230
5404
			    label      	(object SegLabel @230
5237
				Parent_View 	@228
5405
				Parent_View 	@228
5238
				location   	(1446, 676)
5406
				location   	(1975, 1399)
5239
				anchor     	2
5407
				anchor     	2
5240
				anchor_loc 	1
5408
				anchor_loc 	1
5241
				nlines     	1
5409
				nlines     	1
Lines 5247-5256 Link Here
5247
				orientation 	1))
5415
				orientation 	1))
5248
			(object RoleView "eExtensibilityElements" @231
5416
			(object RoleView "eExtensibilityElements" @231
5249
			    Parent_View 	@227
5417
			    Parent_View 	@227
5250
			    location   	(767, 608)
5418
			    location   	(1418, 1331)
5251
			    label      	(object SegLabel @232
5419
			    label      	(object SegLabel @232
5252
				Parent_View 	@231
5420
				Parent_View 	@231
5253
				location   	(2155, 570)
5421
				location   	(2862, 1293)
5254
				anchor     	1
5422
				anchor     	1
5255
				anchor_loc 	1
5423
				anchor_loc 	1
5256
				nlines     	1
5424
				nlines     	1
Lines 5266-5276 Link Here
5266
			    client     	@227
5434
			    client     	@227
5267
			    supplier   	@226
5435
			    supplier   	@226
5268
			    line_style 	3
5436
			    line_style 	3
5269
			    origin_attachment 	(1935, 720)
5437
			    origin_attachment 	(2586, 1443)
5270
			    terminal_attachment 	(2519, 720)
5438
			    terminal_attachment 	(3316, 1443)
5271
			    label      	(object SegLabel @233
5439
			    label      	(object SegLabel @233
5272
				Parent_View 	@231
5440
				Parent_View 	@231
5273
				location   	(2348, 675)
5441
				location   	(3104, 1398)
5274
				anchor     	2
5442
				anchor     	2
5275
				anchor_loc 	1
5443
				anchor_loc 	1
5276
				nlines     	1
5444
				nlines     	1
Lines 5282-5288 Link Here
5282
				orientation 	0)
5450
				orientation 	0)
5283
			    label      	(object SegLabel @234
5451
			    label      	(object SegLabel @234
5284
				Parent_View 	@231
5452
				Parent_View 	@231
5285
				location   	(2303, 812)
5453
				location   	(3047, 1535)
5286
				anchor     	3
5454
				anchor     	3
5287
				anchor_loc 	1
5455
				anchor_loc 	1
5288
				nlines     	1
5456
				nlines     	1
Lines 5295-5309 Link Here
5295
		(object ClassView "Class" "Logical View::wsdl::WSDLElement" @235
5463
		(object ClassView "Class" "Logical View::wsdl::WSDLElement" @235
5296
		    ShowCompartmentStereotypes 	TRUE
5464
		    ShowCompartmentStereotypes 	TRUE
5297
		    IncludeAttribute 	TRUE
5465
		    IncludeAttribute 	TRUE
5298
		    location   	(1680, 240)
5466
		    location   	(2496, 992)
5299
		    font       	(object Font
5467
		    font       	(object Font
5300
			italics    	TRUE)
5468
			italics    	TRUE)
5301
		    label      	(object ItemLabel
5469
		    label      	(object ItemLabel
5302
			Parent_View 	@235
5470
			Parent_View 	@235
5303
			location   	(1302, 132)
5471
			location   	(2104, 884)
5304
			fill_color 	13434879
5472
			fill_color 	13434879
5305
			nlines     	1
5473
			nlines     	1
5306
			max_width  	756
5474
			max_width  	784
5307
			justify    	0
5475
			justify    	0
5308
			label      	"WSDLElement")
5476
			label      	"WSDLElement")
5309
		    icon_style 	"Icon"
5477
		    icon_style 	"Icon"
Lines 5312-5344 Link Here
5312
		    quidu      	"3AD5C6A302DD"
5480
		    quidu      	"3AD5C6A302DD"
5313
		    compartment 	(object Compartment
5481
		    compartment 	(object Compartment
5314
			Parent_View 	@235
5482
			Parent_View 	@235
5315
			location   	(1302, 193)
5483
			location   	(2104, 947)
5316
			icon_style 	"Icon"
5484
			icon_style 	"Icon"
5317
			fill_color 	16777215
5485
			fill_color 	16777215
5318
			anchor     	2
5486
			anchor     	2
5319
			nlines     	3
5487
			nlines     	3
5320
			max_width  	756)
5488
			max_width  	756)
5321
		    width      	774
5489
		    width      	802
5322
		    height     	240
5490
		    height     	240
5323
		    annotation 	8
5491
		    annotation 	8
5324
		    autoResize 	TRUE)
5492
		    autoResize 	TRUE)
5325
		(object InheritTreeView "" @236
5493
		(object InheritTreeView "" @236
5326
		    location   	(1674, 519)
5494
		    location   	(2494, 1206)
5327
		    line_color 	3342489
5495
		    line_color 	3342489
5328
		    fill_color 	13434879
5496
		    fill_color 	13434879
5329
		    supplier   	@235
5497
		    supplier   	@235
5330
		    vertices   	(list Points
5498
		    vertices   	(list Points
5331
			(1674, 519)
5499
			(2494, 1206)
5332
			(1674, 360)))
5500
			(2494, 1112)))
5333
		(object InheritView "" @237
5501
		(object InheritView "" @237
5334
		    stereotype 	TRUE
5502
		    stereotype 	TRUE
5335
		    line_color 	3342489
5503
		    line_color 	3342489
5336
		    quidu      	"3B84B14903D0"
5504
		    quidu      	"3B84B14903D0"
5337
		    client     	@226
5505
		    client     	@226
5338
		    supplier   	@221
5506
		    supplier   	@223
5339
		    line_style 	3
5507
		    line_style 	3
5340
		    origin_attachment 	(2911, 619)
5508
		    origin_attachment 	(3676, 1352)
5341
		    terminal_attachment 	(2911, 294))
5509
		    terminal_attachment 	(3676, 1030))
5342
		(object InheritView "" @238
5510
		(object InheritView "" @238
5343
		    stereotype 	TRUE
5511
		    stereotype 	TRUE
5344
		    line_color 	3342489
5512
		    line_color 	3342489
Lines 5346-5373 Link Here
5346
		    client     	@226
5514
		    client     	@226
5347
		    supplier   	@235
5515
		    supplier   	@235
5348
		    line_style 	3
5516
		    line_style 	3
5349
		    origin_attachment 	(2663, 619)
5517
		    origin_attachment 	(3425, 1352)
5350
		    terminal_attachment 	(2663, 519)
5518
		    terminal_attachment 	(3425, 1206)
5351
		    drawSupplier 	@236)
5519
		    drawSupplier 	@236)
5352
		(object ClassView "Class" "Logical View::wsdl::UnknownExtensibilityElement" @239
5520
		(object ClassView "Class" "Logical View::wsdl::UnknownExtensibilityElement" @239
5353
		    ShowCompartmentStereotypes 	TRUE
5521
		    ShowCompartmentStereotypes 	TRUE
5354
		    IncludeAttribute 	TRUE
5522
		    IncludeAttribute 	TRUE
5355
		    IncludeOperation 	TRUE
5523
		    IncludeOperation 	TRUE
5356
		    location   	(3088, 1456)
5524
		    location   	(3856, 2032)
5357
		    label      	(object ItemLabel
5525
		    label      	(object ItemLabel
5358
			Parent_View 	@239
5526
			Parent_View 	@239
5359
			location   	(2625, 1351)
5527
			location   	(3571, 1980)
5360
			fill_color 	13434879
5528
			fill_color 	13434879
5361
			nlines     	1
5529
			nlines     	1
5362
			max_width  	927
5530
			max_width  	570
5363
			justify    	0
5531
			justify    	0
5364
			label      	"UnknownExtensibilityElement")
5532
			label      	"UnknownExtensibilityElement")
5365
		    icon_style 	"Icon"
5533
		    icon_style 	"Icon"
5366
		    line_color 	3342489
5534
		    line_color 	3342489
5367
		    fill_color 	13434879
5535
		    fill_color 	13434879
5368
		    quidu      	"3CB24AC002AE"
5536
		    quidu      	"3CB24AC002AE"
5369
		    width      	945
5537
		    width      	588
5370
		    height     	235
5538
		    height     	128
5371
		    annotation 	8
5539
		    annotation 	8
5372
		    autoResize 	TRUE)
5540
		    autoResize 	TRUE)
5373
		(object InheritView "" @240
5541
		(object InheritView "" @240
Lines 5377-5396 Link Here
5377
		    client     	@239
5545
		    client     	@239
5378
		    supplier   	@226
5546
		    supplier   	@226
5379
		    line_style 	3
5547
		    line_style 	3
5380
		    origin_attachment 	(2692, 1339)
5548
		    origin_attachment 	(3705, 1968)
5381
		    terminal_attachment 	(2692, 853))
5549
		    terminal_attachment 	(3705, 1592))
5382
		(object AssociationViewNew "$UNNAMED$63" @241
5550
		(object AssociationViewNew "$UNNAMED$63" @241
5383
		    location   	(3536, 1782)
5551
		    location   	(4366, 2358)
5384
		    stereotype 	TRUE
5552
		    stereotype 	TRUE
5385
		    line_color 	3342489
5553
		    line_color 	3342489
5386
		    quidu      	"3F7896A2026E"
5554
		    quidu      	"3F7896A2026E"
5387
		    roleview_list 	(list RoleViews
5555
		    roleview_list 	(list RoleViews
5388
			(object RoleView "$UNNAMED$64" @242
5556
			(object RoleView "$UNNAMED$64" @242
5389
			    Parent_View 	@241
5557
			    Parent_View 	@241
5390
			    location   	(1504, 390)
5558
			    location   	(2334, 966)
5391
			    label      	(object SegLabel @243
5559
			    label      	(object SegLabel @243
5392
				Parent_View 	@242
5560
				Parent_View 	@242
5393
				location   	(3691, 1428)
5561
				location   	(4306, 2004)
5394
				hidden     	TRUE
5562
				hidden     	TRUE
5395
				anchor     	1
5563
				anchor     	1
5396
				anchor_loc 	1
5564
				anchor_loc 	1
Lines 5407-5422 Link Here
5407
			    client     	@241
5575
			    client     	@241
5408
			    supplier   	@239
5576
			    supplier   	@239
5409
			    vertices   	(list Points
5577
			    vertices   	(list Points
5410
				(3536, 1782)
5578
				(4366, 2358)
5411
				(3720, 1782)
5579
				(4488, 2358)
5412
				(3720, 1469)
5580
				(4488, 2045)
5413
				(3560, 1469))
5581
				(4150, 2045))
5414
			    line_style 	3
5582
			    line_style 	3
5415
			    origin_attachment 	(3536, 1782)
5583
			    origin_attachment 	(4366, 2358)
5416
			    terminal_attachment 	(3560, 1469)
5584
			    terminal_attachment 	(4150, 2045)
5417
			    label      	(object SegLabel @244
5585
			    label      	(object SegLabel @244
5418
				Parent_View 	@242
5586
				Parent_View 	@242
5419
				location   	(3627, 1523)
5587
				location   	(4227, 2099)
5420
				anchor     	2
5588
				anchor     	2
5421
				anchor_loc 	1
5589
				anchor_loc 	1
5422
				nlines     	1
5590
				nlines     	1
Lines 5428-5437 Link Here
5428
				orientation 	0))
5596
				orientation 	0))
5429
			(object RoleView "children" @245
5597
			(object RoleView "children" @245
5430
			    Parent_View 	@241
5598
			    Parent_View 	@241
5431
			    location   	(1504, 390)
5599
			    location   	(2334, 966)
5432
			    label      	(object SegLabel @246
5600
			    label      	(object SegLabel @246
5433
				Parent_View 	@245
5601
				Parent_View 	@245
5434
				location   	(2970, 1706)
5602
				location   	(3738, 2253)
5435
				anchor     	1
5603
				anchor     	1
5436
				anchor_loc 	1
5604
				anchor_loc 	1
5437
				nlines     	1
5605
				nlines     	1
Lines 5447-5461 Link Here
5447
			    client     	@241
5615
			    client     	@241
5448
			    supplier   	@239
5616
			    supplier   	@239
5449
			    vertices   	(list Points
5617
			    vertices   	(list Points
5450
				(3536, 1782)
5618
				(4366, 2358)
5451
				(3087, 1782)
5619
				(3855, 2358)
5452
				(3087, 1573))
5620
				(3855, 2096))
5453
			    line_style 	3
5621
			    line_style 	3
5454
			    origin_attachment 	(3536, 1782)
5622
			    origin_attachment 	(4366, 2358)
5455
			    terminal_attachment 	(3087, 1573)
5623
			    terminal_attachment 	(3855, 2096)
5456
			    label      	(object SegLabel @247
5624
			    label      	(object SegLabel @247
5457
				Parent_View 	@245
5625
				Parent_View 	@245
5458
				location   	(3141, 1639)
5626
				location   	(3909, 2174)
5459
				anchor     	2
5627
				anchor     	2
5460
				anchor_loc 	1
5628
				anchor_loc 	1
5461
				nlines     	1
5629
				nlines     	1
Lines 5467-5476 Link Here
5467
				orientation 	1))))
5635
				orientation 	1))))
5468
		(object ClassView "Class" "Logical View::wsdl::Binding" @248
5636
		(object ClassView "Class" "Logical View::wsdl::Binding" @248
5469
		    ShowCompartmentStereotypes 	TRUE
5637
		    ShowCompartmentStereotypes 	TRUE
5470
		    location   	(2000, 2416)
5638
		    location   	(2768, 2992)
5471
		    label      	(object ItemLabel
5639
		    label      	(object ItemLabel
5472
			Parent_View 	@248
5640
			Parent_View 	@248
5473
			location   	(1918, 2363)
5641
			location   	(2686, 2939)
5474
			fill_color 	13434879
5642
			fill_color 	13434879
5475
			nlines     	1
5643
			nlines     	1
5476
			max_width  	164
5644
			max_width  	164
Lines 5484-5516 Link Here
5484
		    height     	130
5652
		    height     	130
5485
		    annotation 	8
5653
		    annotation 	8
5486
		    autoResize 	TRUE)
5654
		    autoResize 	TRUE)
5487
		(object InheritView "" @249
5655
		(object ClassView "Class" "Logical View::wsdl::PortType" @249
5488
		    stereotype 	TRUE
5489
		    line_color 	3342489
5490
		    quidu      	"3AD5FA0F02F0"
5491
		    client     	@248
5492
		    supplier   	@223
5493
		    line_style 	3
5494
		    origin_attachment 	(1995, 2351)
5495
		    terminal_attachment 	(1995, 2056)
5496
		    drawSupplier 	@224)
5497
		(object InheritView "" @250
5498
		    stereotype 	TRUE
5499
		    line_color 	3342489
5500
		    quidu      	"3AD5FE3C03D4"
5501
		    client     	@223
5502
		    supplier   	@235
5503
		    line_style 	3
5504
		    origin_attachment 	(1185, 616)
5505
		    terminal_attachment 	(1185, 519)
5506
		    drawSupplier 	@236)
5507
		(object ClassView "Class" "Logical View::wsdl::PortType" @251
5508
		    ShowCompartmentStereotypes 	TRUE
5656
		    ShowCompartmentStereotypes 	TRUE
5509
		    IncludeOperation 	TRUE
5657
		    IncludeOperation 	TRUE
5510
		    location   	(1088, 2432)
5658
		    location   	(1888, 3008)
5511
		    label      	(object ItemLabel
5659
		    label      	(object ItemLabel
5512
			Parent_View 	@251
5660
			Parent_View 	@249
5513
			location   	(990, 2379)
5661
			location   	(1790, 2955)
5514
			fill_color 	13434879
5662
			fill_color 	13434879
5515
			nlines     	1
5663
			nlines     	1
5516
			max_width  	196
5664
			max_width  	196
Lines 5524-5535 Link Here
5524
		    height     	130
5672
		    height     	130
5525
		    annotation 	8
5673
		    annotation 	8
5526
		    autoResize 	TRUE)
5674
		    autoResize 	TRUE)
5527
		(object ClassView "Class" "Logical View::wsdl::BindingOperation" @252
5675
		(object ClassView "Class" "Logical View::wsdl::BindingOperation" @250
5528
		    ShowCompartmentStereotypes 	TRUE
5676
		    ShowCompartmentStereotypes 	TRUE
5529
		    location   	(2112, 2688)
5677
		    location   	(2880, 3264)
5530
		    label      	(object ItemLabel
5678
		    label      	(object ItemLabel
5531
			Parent_View 	@252
5679
			Parent_View 	@250
5532
			location   	(1939, 2635)
5680
			location   	(2707, 3211)
5533
			fill_color 	13434879
5681
			fill_color 	13434879
5534
			nlines     	1
5682
			nlines     	1
5535
			max_width  	346
5683
			max_width  	346
Lines 5542-5555 Link Here
5542
		    width      	364
5690
		    width      	364
5543
		    height     	130
5691
		    height     	130
5544
		    autoResize 	TRUE)
5692
		    autoResize 	TRUE)
5545
		(object ClassView "Class" "Logical View::wsdl::Fault" @253
5693
		(object ClassView "Class" "Logical View::wsdl::Fault" @251
5546
		    ShowCompartmentStereotypes 	TRUE
5694
		    ShowCompartmentStereotypes 	TRUE
5547
		    IncludeAttribute 	TRUE
5695
		    IncludeAttribute 	TRUE
5548
		    IncludeOperation 	TRUE
5696
		    IncludeOperation 	TRUE
5549
		    location   	(1872, 3360)
5697
		    location   	(2672, 3840)
5550
		    label      	(object ItemLabel
5698
		    label      	(object ItemLabel
5551
			Parent_View 	@253
5699
			Parent_View 	@251
5552
			location   	(1791, 3307)
5700
			location   	(2591, 3787)
5553
			fill_color 	13434879
5701
			fill_color 	13434879
5554
			nlines     	1
5702
			nlines     	1
5555
			max_width  	162
5703
			max_width  	162
Lines 5562-5573 Link Here
5562
		    height     	130
5710
		    height     	130
5563
		    annotation 	8
5711
		    annotation 	8
5564
		    autoResize 	TRUE)
5712
		    autoResize 	TRUE)
5565
		(object ClassView "Class" "Logical View::wsdl::BindingFault" @254
5713
		(object ClassView "Class" "Logical View::wsdl::BindingFault" @252
5566
		    ShowCompartmentStereotypes 	TRUE
5714
		    ShowCompartmentStereotypes 	TRUE
5567
		    location   	(3008, 2864)
5715
		    location   	(3776, 3440)
5568
		    label      	(object ItemLabel
5716
		    label      	(object ItemLabel
5569
			Parent_View 	@254
5717
			Parent_View 	@252
5570
			location   	(2880, 2811)
5718
			location   	(3648, 3387)
5571
			fill_color 	13434879
5719
			fill_color 	13434879
5572
			nlines     	1
5720
			nlines     	1
5573
			max_width  	256
5721
			max_width  	256
Lines 5581-5602 Link Here
5581
		    height     	130
5729
		    height     	130
5582
		    annotation 	8
5730
		    annotation 	8
5583
		    autoResize 	TRUE)
5731
		    autoResize 	TRUE)
5584
		(object InheritView "" @255
5732
		(object ClassView "Class" "Logical View::wsdl::Import" @253
5585
		    stereotype 	TRUE
5586
		    line_color 	3342489
5587
		    quidu      	"3AE0938602C9"
5588
		    client     	@254
5589
		    supplier   	@223
5590
		    line_style 	3
5591
		    origin_attachment 	(3008, 2799)
5592
		    terminal_attachment 	(3008, 2056)
5593
		    drawSupplier 	@224)
5594
		(object ClassView "Class" "Logical View::wsdl::Import" @256
5595
		    ShowCompartmentStereotypes 	TRUE
5733
		    ShowCompartmentStereotypes 	TRUE
5596
		    location   	(320, 2432)
5734
		    location   	(1088, 3008)
5597
		    label      	(object ItemLabel
5735
		    label      	(object ItemLabel
5598
			Parent_View 	@256
5736
			Parent_View 	@253
5599
			location   	(239, 2379)
5737
			location   	(1007, 2955)
5600
			fill_color 	13434879
5738
			fill_color 	13434879
5601
			nlines     	1
5739
			nlines     	1
5602
			max_width  	162
5740
			max_width  	162
Lines 5609-5651 Link Here
5609
		    height     	130
5747
		    height     	130
5610
		    annotation 	8
5748
		    annotation 	8
5611
		    autoResize 	TRUE)
5749
		    autoResize 	TRUE)
5612
		(object InheritView "" @257
5750
		(object ClassView "Class" "Logical View::wsdl::Definition" @254
5613
		    stereotype 	TRUE
5614
		    line_color 	3342489
5615
		    quidu      	"3AD5EE58037A"
5616
		    client     	@256
5617
		    supplier   	@223
5618
		    line_style 	3
5619
		    origin_attachment 	(265, 2367)
5620
		    terminal_attachment 	(265, 2056)
5621
		    drawSupplier 	@224)
5622
		(object ClassView "Class" "Logical View::wsdl::Definition" @258
5623
		    ShowCompartmentStereotypes 	TRUE
5751
		    ShowCompartmentStereotypes 	TRUE
5624
		    location   	(144, 2224)
5752
		    location   	(912, 2800)
5625
		    label      	(object ItemLabel
5753
		    label      	(object ItemLabel
5626
			Parent_View 	@258
5754
			Parent_View 	@254
5627
			location   	(42, 2163)
5755
			location   	(812, 2747)
5628
			fill_color 	13434879
5756
			fill_color 	13434879
5629
			nlines     	1
5757
			nlines     	1
5630
			max_width  	204
5758
			max_width  	200
5631
			justify    	0
5759
			justify    	0
5632
			label      	"Definition")
5760
			label      	"Definition")
5633
		    icon_style 	"Icon"
5761
		    icon_style 	"Icon"
5634
		    line_color 	3342489
5762
		    line_color 	3342489
5635
		    fill_color 	13434879
5763
		    fill_color 	13434879
5636
		    quidu      	"3AD5E43F008E"
5764
		    quidu      	"3AD5E43F008E"
5637
		    width      	222
5765
		    width      	218
5638
		    height     	146
5766
		    height     	130
5639
		    annotation 	8
5767
		    annotation 	8
5640
		    autoResize 	TRUE)
5768
		    autoResize 	TRUE)
5641
		(object ClassView "Class" "Logical View::wsdl::Input" @259
5769
		(object ClassView "Class" "Logical View::wsdl::Input" @255
5642
		    ShowCompartmentStereotypes 	TRUE
5770
		    ShowCompartmentStereotypes 	TRUE
5643
		    IncludeAttribute 	TRUE
5771
		    IncludeAttribute 	TRUE
5644
		    IncludeOperation 	TRUE
5772
		    IncludeOperation 	TRUE
5645
		    location   	(1456, 3360)
5773
		    location   	(2256, 3840)
5646
		    label      	(object ItemLabel
5774
		    label      	(object ItemLabel
5647
			Parent_View 	@259
5775
			Parent_View 	@255
5648
			location   	(1375, 3307)
5776
			location   	(2175, 3787)
5649
			fill_color 	13434879
5777
			fill_color 	13434879
5650
			nlines     	1
5778
			nlines     	1
5651
			max_width  	162
5779
			max_width  	162
Lines 5658-5669 Link Here
5658
		    height     	130
5786
		    height     	130
5659
		    annotation 	8
5787
		    annotation 	8
5660
		    autoResize 	TRUE)
5788
		    autoResize 	TRUE)
5661
		(object ClassView "Class" "Logical View::wsdl::BindingInput" @260
5789
		(object ClassView "Class" "Logical View::wsdl::BindingInput" @256
5662
		    ShowCompartmentStereotypes 	TRUE
5790
		    ShowCompartmentStereotypes 	TRUE
5663
		    location   	(2336, 2864)
5791
		    location   	(3104, 3440)
5664
		    label      	(object ItemLabel
5792
		    label      	(object ItemLabel
5665
			Parent_View 	@260
5793
			Parent_View 	@256
5666
			location   	(2208, 2811)
5794
			location   	(2976, 3387)
5667
			fill_color 	13434879
5795
			fill_color 	13434879
5668
			nlines     	1
5796
			nlines     	1
5669
			max_width  	256
5797
			max_width  	256
Lines 5677-5700 Link Here
5677
		    height     	130
5805
		    height     	130
5678
		    annotation 	8
5806
		    annotation 	8
5679
		    autoResize 	TRUE)
5807
		    autoResize 	TRUE)
5680
		(object InheritView "" @261
5808
		(object ClassView "Class" "Logical View::wsdl::Output" @257
5681
		    stereotype 	TRUE
5682
		    line_color 	3342489
5683
		    quidu      	"3B85B59B0072"
5684
		    client     	@260
5685
		    supplier   	@223
5686
		    line_style 	3
5687
		    origin_attachment 	(2336, 2799)
5688
		    terminal_attachment 	(2336, 2056)
5689
		    drawSupplier 	@224)
5690
		(object ClassView "Class" "Logical View::wsdl::Output" @262
5691
		    ShowCompartmentStereotypes 	TRUE
5809
		    ShowCompartmentStereotypes 	TRUE
5692
		    IncludeAttribute 	TRUE
5810
		    IncludeAttribute 	TRUE
5693
		    IncludeOperation 	TRUE
5811
		    IncludeOperation 	TRUE
5694
		    location   	(1664, 3360)
5812
		    location   	(2464, 3840)
5695
		    label      	(object ItemLabel
5813
		    label      	(object ItemLabel
5696
			Parent_View 	@262
5814
			Parent_View 	@257
5697
			location   	(1583, 3307)
5815
			location   	(2383, 3787)
5698
			fill_color 	13434879
5816
			fill_color 	13434879
5699
			nlines     	1
5817
			nlines     	1
5700
			max_width  	162
5818
			max_width  	162
Lines 5707-5718 Link Here
5707
		    height     	130
5825
		    height     	130
5708
		    annotation 	8
5826
		    annotation 	8
5709
		    autoResize 	TRUE)
5827
		    autoResize 	TRUE)
5710
		(object ClassView "Class" "Logical View::wsdl::BindingOutput" @263
5828
		(object ClassView "Class" "Logical View::wsdl::BindingOutput" @258
5711
		    ShowCompartmentStereotypes 	TRUE
5829
		    ShowCompartmentStereotypes 	TRUE
5712
		    location   	(2672, 2864)
5830
		    location   	(3440, 3440)
5713
		    label      	(object ItemLabel
5831
		    label      	(object ItemLabel
5714
			Parent_View 	@263
5832
			Parent_View 	@258
5715
			location   	(2527, 2811)
5833
			location   	(3295, 3387)
5716
			fill_color 	13434879
5834
			fill_color 	13434879
5717
			nlines     	1
5835
			nlines     	1
5718
			max_width  	290
5836
			max_width  	290
Lines 5726-5778 Link Here
5726
		    height     	130
5844
		    height     	130
5727
		    annotation 	8
5845
		    annotation 	8
5728
		    autoResize 	TRUE)
5846
		    autoResize 	TRUE)
5729
		(object InheritView "" @264
5847
		(object ClassView "Class" "Logical View::wsdl::Operation" @259
5730
		    stereotype 	TRUE
5731
		    line_color 	3342489
5732
		    quidu      	"3B85B5A4027E"
5733
		    client     	@263
5734
		    supplier   	@223
5735
		    line_style 	3
5736
		    origin_attachment 	(2672, 2799)
5737
		    terminal_attachment 	(2672, 2056)
5738
		    drawSupplier 	@224)
5739
		(object ClassView "Class" "Logical View::wsdl::Operation" @265
5740
		    ShowCompartmentStereotypes 	TRUE
5848
		    ShowCompartmentStereotypes 	TRUE
5741
		    IncludeOperation 	TRUE
5849
		    IncludeOperation 	TRUE
5742
		    location   	(1264, 2688)
5850
		    location   	(2032, 3264)
5743
		    label      	(object ItemLabel
5851
		    label      	(object ItemLabel
5744
			Parent_View 	@265
5852
			Parent_View 	@259
5745
			location   	(1157, 2635)
5853
			location   	(1926, 3211)
5746
			fill_color 	13434879
5854
			fill_color 	13434879
5747
			nlines     	1
5855
			nlines     	1
5748
			max_width  	214
5856
			max_width  	212
5749
			justify    	0
5857
			justify    	0
5750
			label      	"Operation")
5858
			label      	"Operation")
5751
		    icon_style 	"Icon"
5859
		    icon_style 	"Icon"
5752
		    line_color 	3342489
5860
		    line_color 	3342489
5753
		    fill_color 	13434879
5861
		    fill_color 	13434879
5754
		    quidu      	"3AD5C80D03CE"
5862
		    quidu      	"3AD5C80D03CE"
5755
		    width      	232
5863
		    width      	230
5756
		    height     	130
5864
		    height     	130
5757
		    annotation 	8
5865
		    annotation 	8
5758
		    autoResize 	TRUE)
5866
		    autoResize 	TRUE)
5759
		(object InheritView "" @266
5867
		(object ClassView "Class" "Logical View::wsdl::Part" @260
5760
		    stereotype 	TRUE
5761
		    line_color 	3342489
5762
		    quidu      	"3AE9DE98003C"
5763
		    client     	@265
5764
		    supplier   	@223
5765
		    line_style 	3
5766
		    origin_attachment 	(1264, 2623)
5767
		    terminal_attachment 	(1264, 2056)
5768
		    drawSupplier 	@224)
5769
		(object ClassView "Class" "Logical View::wsdl::Part" @267
5770
		    ShowCompartmentStereotypes 	TRUE
5868
		    ShowCompartmentStereotypes 	TRUE
5771
		    IncludeOperation 	TRUE
5869
		    IncludeOperation 	TRUE
5772
		    location   	(912, 2688)
5870
		    location   	(1680, 3264)
5773
		    label      	(object ItemLabel
5871
		    label      	(object ItemLabel
5774
			Parent_View 	@267
5872
			Parent_View 	@260
5775
			location   	(831, 2635)
5873
			location   	(1599, 3211)
5776
			fill_color 	13434879
5874
			fill_color 	13434879
5777
			nlines     	1
5875
			nlines     	1
5778
			max_width  	162
5876
			max_width  	162
Lines 5785-5857 Link Here
5785
		    height     	130
5883
		    height     	130
5786
		    annotation 	8
5884
		    annotation 	8
5787
		    autoResize 	TRUE)
5885
		    autoResize 	TRUE)
5788
		(object InheritView "" @268
5886
		(object ClassView "Class" "Logical View::wsdl::Message" @261
5789
		    stereotype 	TRUE
5790
		    line_color 	3342489
5791
		    quidu      	"3AD5FDB803D4"
5792
		    client     	@258
5793
		    supplier   	@223
5794
		    line_style 	3
5795
		    origin_attachment 	(208, 2151)
5796
		    terminal_attachment 	(208, 2056)
5797
		    drawSupplier 	@224)
5798
		(object InheritView "" @269
5799
		    stereotype 	TRUE
5800
		    line_color 	3342489
5801
		    quidu      	"3B897E230237"
5802
		    client     	@267
5803
		    supplier   	@223
5804
		    line_style 	3
5805
		    origin_attachment 	(905, 2623)
5806
		    terminal_attachment 	(905, 2056)
5807
		    drawSupplier 	@224)
5808
		(object InheritView "" @270
5809
		    stereotype 	TRUE
5810
		    line_color 	3342489
5811
		    quidu      	"3AD5C9B70150"
5812
		    client     	@251
5813
		    supplier   	@223
5814
		    line_style 	3
5815
		    origin_attachment 	(1077, 2367)
5816
		    terminal_attachment 	(1077, 2056)
5817
		    drawSupplier 	@224)
5818
		(object InheritView "" @271
5819
		    stereotype 	TRUE
5820
		    line_color 	3342489
5821
		    quidu      	"3AD6009202F7"
5822
		    client     	@252
5823
		    supplier   	@223
5824
		    line_style 	3
5825
		    origin_attachment 	(2104, 2623)
5826
		    terminal_attachment 	(2104, 2056)
5827
		    drawSupplier 	@224)
5828
		(object InheritView "" @272
5829
		    stereotype 	TRUE
5830
		    line_color 	3342489
5831
		    quidu      	"3AD5FA20025E"
5832
		    client     	@220
5833
		    supplier   	@223
5834
		    line_style 	3
5835
		    origin_attachment 	(3150, 2287)
5836
		    terminal_attachment 	(3150, 2056)
5837
		    drawSupplier 	@224)
5838
		(object InheritView "" @273
5839
		    stereotype 	TRUE
5840
		    line_color 	3342489
5841
		    quidu      	"3AD600CB00AA"
5842
		    client     	@219
5843
		    supplier   	@223
5844
		    line_style 	3
5845
		    origin_attachment 	(3342, 2464)
5846
		    terminal_attachment 	(3342, 2056)
5847
		    drawSupplier 	@224)
5848
		(object ClassView "Class" "Logical View::wsdl::Message" @274
5849
		    ShowCompartmentStereotypes 	TRUE
5887
		    ShowCompartmentStereotypes 	TRUE
5850
		    IncludeOperation 	TRUE
5888
		    IncludeOperation 	TRUE
5851
		    location   	(768, 2432)
5889
		    location   	(1536, 3008)
5852
		    label      	(object ItemLabel
5890
		    label      	(object ItemLabel
5853
			Parent_View 	@274
5891
			Parent_View 	@261
5854
			location   	(669, 2379)
5892
			location   	(1437, 2955)
5855
			fill_color 	13434879
5893
			fill_color 	13434879
5856
			nlines     	1
5894
			nlines     	1
5857
			max_width  	198
5895
			max_width  	198
Lines 5865-5890 Link Here
5865
		    height     	130
5903
		    height     	130
5866
		    annotation 	8
5904
		    annotation 	8
5867
		    autoResize 	TRUE)
5905
		    autoResize 	TRUE)
5868
		(object InheritView "" @275
5906
		(object ClassView "Class" "Logical View::wsdl::MessageReference" @262
5869
		    stereotype 	TRUE
5870
		    line_color 	3342489
5871
		    quidu      	"3AD5D05501C4"
5872
		    client     	@274
5873
		    supplier   	@223
5874
		    line_style 	3
5875
		    origin_attachment 	(714, 2367)
5876
		    terminal_attachment 	(714, 2056)
5877
		    drawSupplier 	@224)
5878
		(object ClassView "Class" "Logical View::wsdl::MessageReference" @276
5879
		    ShowCompartmentStereotypes 	TRUE
5907
		    ShowCompartmentStereotypes 	TRUE
5880
		    IncludeAttribute 	TRUE
5908
		    IncludeAttribute 	TRUE
5881
		    IncludeOperation 	TRUE
5909
		    IncludeOperation 	TRUE
5882
		    location   	(1648, 2864)
5910
		    location   	(2432, 3232)
5883
		    font       	(object Font
5911
		    font       	(object Font
5884
			italics    	TRUE)
5912
			italics    	TRUE)
5885
		    label      	(object ItemLabel
5913
		    label      	(object ItemLabel
5886
			Parent_View 	@276
5914
			Parent_View 	@262
5887
			location   	(1456, 2781)
5915
			location   	(2240, 3150)
5888
			fill_color 	13434879
5916
			fill_color 	13434879
5889
			nlines     	1
5917
			nlines     	1
5890
			max_width  	384
5918
			max_width  	384
Lines 5894-5959 Link Here
5894
		    line_color 	3342489
5922
		    line_color 	3342489
5895
		    fill_color 	13434879
5923
		    fill_color 	13434879
5896
		    quidu      	"3F6771DB02DC"
5924
		    quidu      	"3F6771DB02DC"
5897
		    compartment 	(object Compartment
5898
			Parent_View 	@276
5899
			location   	(1456, 2842)
5900
			icon_style 	"Icon"
5901
			fill_color 	13434879
5902
			anchor     	2
5903
			nlines     	2
5904
			max_width  	312)
5905
		    width      	402
5925
		    width      	402
5906
		    height     	190
5926
		    height     	188
5907
		    annotation 	8
5927
		    annotation 	8
5908
		    autoResize 	TRUE)
5928
		    autoResize 	TRUE)
5909
		(object InheritView "" @277
5929
		(object InheritTreeView "" @263
5910
		    stereotype 	TRUE
5930
		    location   	(2505, 3418)
5911
		    line_color 	3342489
5912
		    quidu      	"3F762A6A0308"
5913
		    client     	@276
5914
		    supplier   	@223
5915
		    line_style 	3
5916
		    origin_attachment 	(1636, 2769)
5917
		    terminal_attachment 	(1636, 2056)
5918
		    drawSupplier 	@224)
5919
		(object InheritTreeView "" @278
5920
		    location   	(1659, 3055)
5921
		    line_color 	3342489
5931
		    line_color 	3342489
5922
		    fill_color 	13434879
5932
		    fill_color 	13434879
5923
		    supplier   	@276
5933
		    supplier   	@262
5924
		    vertices   	(list Points
5934
		    vertices   	(list Points
5925
			(1659, 3055)
5935
			(2505, 3418)
5926
			(1659, 2959)))
5936
			(2505, 3326)))
5927
		(object InheritView "" @279
5937
		(object InheritView "" @264
5928
		    stereotype 	TRUE
5938
		    stereotype 	TRUE
5929
		    line_color 	3342489
5939
		    line_color 	3342489
5930
		    quidu      	"3F67723500DD"
5940
		    quidu      	"3F67722802E7"
5931
		    client     	@262
5941
		    client     	@255
5932
		    supplier   	@276
5942
		    supplier   	@262
5933
		    line_style 	3
5943
		    line_style 	3
5934
		    origin_attachment 	(1680, 3295)
5944
		    origin_attachment 	(2235, 3775)
5935
		    terminal_attachment 	(1680, 3055)
5945
		    terminal_attachment 	(2235, 3418)
5936
		    drawSupplier 	@278)
5946
		    drawSupplier 	@263)
5937
		(object InheritView "" @280
5947
		(object InheritView "" @265
5938
		    stereotype 	TRUE
5948
		    stereotype 	TRUE
5939
		    line_color 	3342489
5949
		    line_color 	3342489
5940
		    quidu      	"3F67722802E7"
5950
		    quidu      	"3F67723D0319"
5951
		    client     	@251
5952
		    supplier   	@262
5953
		    line_style 	3
5954
		    origin_attachment 	(2653, 3775)
5955
		    terminal_attachment 	(2653, 3418)
5956
		    drawSupplier 	@263)
5957
		(object ClassView "Class" "Logical View::wsdl::IElementExtensible" @266
5958
		    ShowCompartmentStereotypes 	TRUE
5959
		    IncludeOperation 	TRUE
5960
		    location   	(1664, 336)
5961
		    label      	(object ItemLabel
5962
			Parent_View 	@266
5963
			location   	(1213, 261)
5964
			fill_color 	13434879
5965
			nlines     	1
5966
			max_width  	903
5967
			justify    	0
5968
			label      	"IElementExtensible")
5969
		    stereotype 	(object ItemLabel
5970
			Parent_View 	@266
5971
			location   	(1213, 211)
5972
			fill_color 	13434879
5973
			anchor     	10
5974
			nlines     	1
5975
			max_width  	903
5976
			justify    	0
5977
			label      	"<<Interface>>")
5978
		    icon       	"Interface"
5979
		    icon_style 	"Label"
5980
		    line_color 	3342489
5981
		    fill_color 	13434879
5982
		    quidu      	"490E04B000DA"
5983
		    compartment 	(object Compartment
5984
			Parent_View 	@266
5985
			location   	(1213, 319)
5986
			icon_style 	"Icon"
5987
			fill_color 	16777215
5988
			anchor     	2
5989
			nlines     	3
5990
			max_width  	534)
5991
		    width      	921
5992
		    height     	274
5993
		    annotation 	8
5994
		    autoResize 	TRUE)
5995
		(object InheritTreeView "" @267
5996
		    location   	(1662, 2595)
5997
		    line_color 	3342489
5998
		    fill_color 	13434879
5999
		    supplier   	@225
6000
		    vertices   	(list Points
6001
			(1662, 2595)
6002
			(1662, 1520)))
6003
		(object InheritView "" @268
6004
		    stereotype 	TRUE
6005
		    line_color 	3342489
6006
		    quidu      	"3B8BEB010311"
6007
		    client     	@224
6008
		    supplier   	@225
6009
		    line_style 	3
6010
		    origin_attachment 	(1235, 2944)
6011
		    terminal_attachment 	(1235, 2595)
6012
		    drawSupplier 	@267)
6013
		(object InheritView "" @269
6014
		    stereotype 	TRUE
6015
		    line_color 	3342489
6016
		    quidu      	"3AD5FA0F02F0"
6017
		    client     	@248
6018
		    supplier   	@225
6019
		    line_style 	3
6020
		    origin_attachment 	(2758, 2927)
6021
		    terminal_attachment 	(2758, 2595)
6022
		    drawSupplier 	@267)
6023
		(object InheritView "" @270
6024
		    stereotype 	TRUE
6025
		    line_color 	3342489
6026
		    quidu      	"3AE0938602C9"
6027
		    client     	@252
6028
		    supplier   	@225
6029
		    line_style 	3
6030
		    origin_attachment 	(3771, 3375)
6031
		    terminal_attachment 	(3771, 2595)
6032
		    drawSupplier 	@267)
6033
		(object InheritView "" @271
6034
		    stereotype 	TRUE
6035
		    line_color 	3342489
6036
		    quidu      	"3B85B59B0072"
6037
		    client     	@256
6038
		    supplier   	@225
6039
		    line_style 	3
6040
		    origin_attachment 	(3099, 3375)
6041
		    terminal_attachment 	(3099, 2595)
6042
		    drawSupplier 	@267)
6043
		(object InheritView "" @272
6044
		    stereotype 	TRUE
6045
		    line_color 	3342489
6046
		    quidu      	"3B85B5A4027E"
6047
		    client     	@258
6048
		    supplier   	@225
6049
		    line_style 	3
6050
		    origin_attachment 	(3435, 3375)
6051
		    terminal_attachment 	(3435, 2595)
6052
		    drawSupplier 	@267)
6053
		(object InheritView "" @273
6054
		    stereotype 	TRUE
6055
		    line_color 	3342489
6056
		    quidu      	"3AE9DE98003C"
5941
		    client     	@259
6057
		    client     	@259
5942
		    supplier   	@276
6058
		    supplier   	@225
5943
		    line_style 	3
6059
		    line_style 	3
5944
		    origin_attachment 	(1472, 3295)
6060
		    origin_attachment 	(2027, 3199)
5945
		    terminal_attachment 	(1472, 3055)
6061
		    terminal_attachment 	(2027, 2595)
5946
		    drawSupplier 	@278)
6062
		    drawSupplier 	@267)
5947
		(object InheritView "" @281
6063
		(object InheritView "" @274
5948
		    stereotype 	TRUE
6064
		    stereotype 	TRUE
5949
		    line_color 	3342489
6065
		    line_color 	3342489
5950
		    quidu      	"3F67723D0319"
6066
		    quidu      	"3AD5FDB803D4"
6067
		    client     	@254
6068
		    supplier   	@225
6069
		    line_style 	3
6070
		    origin_attachment 	(971, 2735)
6071
		    terminal_attachment 	(971, 2595)
6072
		    drawSupplier 	@267)
6073
		(object InheritView "" @275
6074
		    stereotype 	TRUE
6075
		    line_color 	3342489
6076
		    quidu      	"3AD6009202F7"
6077
		    client     	@250
6078
		    supplier   	@225
6079
		    line_style 	3
6080
		    origin_attachment 	(2867, 3199)
6081
		    terminal_attachment 	(2867, 2595)
6082
		    drawSupplier 	@267)
6083
		(object InheritView "" @276
6084
		    stereotype 	TRUE
6085
		    line_color 	3342489
6086
		    quidu      	"3AD5FA20025E"
6087
		    client     	@222
6088
		    supplier   	@225
6089
		    line_style 	3
6090
		    origin_attachment 	(3913, 2863)
6091
		    terminal_attachment 	(3913, 2595)
6092
		    drawSupplier 	@267)
6093
		(object InheritView "" @277
6094
		    stereotype 	TRUE
6095
		    line_color 	3342489
6096
		    quidu      	"3AD600CB00AA"
6097
		    client     	@221
6098
		    supplier   	@225
6099
		    line_style 	3
6100
		    origin_attachment 	(4105, 3039)
6101
		    terminal_attachment 	(4105, 2595)
6102
		    drawSupplier 	@267)
6103
		(object InheritView "" @278
6104
		    stereotype 	TRUE
6105
		    line_color 	3342489
6106
		    quidu      	"3AD5D05501C4"
6107
		    client     	@261
6108
		    supplier   	@225
6109
		    line_style 	3
6110
		    origin_attachment 	(1477, 2943)
6111
		    terminal_attachment 	(1477, 2595)
6112
		    drawSupplier 	@267)
6113
		(object InheritView "" @279
6114
		    stereotype 	TRUE
6115
		    line_color 	3342489
6116
		    quidu      	"3AD5EE58037A"
5951
		    client     	@253
6117
		    client     	@253
5952
		    supplier   	@276
6118
		    supplier   	@225
6119
		    line_style 	3
6120
		    origin_attachment 	(1028, 2943)
6121
		    terminal_attachment 	(1028, 2595)
6122
		    drawSupplier 	@267)
6123
		(object InheritView "" @280
6124
		    stereotype 	TRUE
6125
		    line_color 	3342489
6126
		    quidu      	"3B897E230237"
6127
		    client     	@260
6128
		    supplier   	@225
6129
		    line_style 	3
6130
		    origin_attachment 	(1668, 3199)
6131
		    terminal_attachment 	(1668, 2595)
6132
		    drawSupplier 	@267)
6133
		(object InheritView "" @281
6134
		    stereotype 	TRUE
6135
		    line_color 	3342489
6136
		    quidu      	"3AD5C9B70150"
6137
		    client     	@249
6138
		    supplier   	@225
6139
		    line_style 	3
6140
		    origin_attachment 	(1872, 2943)
6141
		    terminal_attachment 	(1872, 2595)
6142
		    drawSupplier 	@267)
6143
		(object InheritView "" @282
6144
		    stereotype 	TRUE
6145
		    line_color 	3342489
6146
		    quidu      	"3F762A6A0308"
6147
		    client     	@262
6148
		    supplier   	@225
6149
		    line_style 	3
6150
		    origin_attachment 	(2408, 3138)
6151
		    terminal_attachment 	(2408, 2595)
6152
		    drawSupplier 	@267)
6153
		(object ClassView "Class" "Logical View::wsdl::IAttributeExtensible" @283
6154
		    ShowCompartmentStereotypes 	TRUE
6155
		    IncludeAttribute 	TRUE
6156
		    IncludeOperation 	TRUE
6157
		    location   	(944, 768)
6158
		    label      	(object ItemLabel
6159
			Parent_View 	@283
6160
			location   	(401, 605)
6161
			fill_color 	13434879
6162
			nlines     	1
6163
			max_width  	1086
6164
			justify    	0
6165
			label      	"IAttributeExtensible")
6166
		    stereotype 	(object ItemLabel
6167
			Parent_View 	@283
6168
			location   	(401, 555)
6169
			fill_color 	13434879
6170
			anchor     	10
6171
			nlines     	1
6172
			max_width  	1086
6173
			justify    	0
6174
			label      	"<<Interface>>")
6175
		    icon       	"Interface"
6176
		    icon_style 	"Label"
6177
		    line_color 	3342489
6178
		    fill_color 	13434879
6179
		    quidu      	"490E063F02AF"
6180
		    compartment 	(object Compartment
6181
			Parent_View 	@283
6182
			location   	(401, 663)
6183
			icon_style 	"Icon"
6184
			fill_color 	13434879
6185
			anchor     	2
6186
			nlines     	6
6187
			max_width  	1087)
6188
		    width      	1104
6189
		    height     	450
6190
		    annotation 	8
6191
		    autoResize 	TRUE)
6192
		(object InheritView "" @284
6193
		    stereotype 	TRUE
6194
		    line_color 	3342489
6195
		    quidu      	"3AD5FE3C03D4"
6196
		    client     	@225
6197
		    supplier   	@235
6198
		    line_style 	3
6199
		    origin_attachment 	(1774, 1392)
6200
		    terminal_attachment 	(1774, 1206)
6201
		    drawSupplier 	@236)
6202
		(object InheritView "" @285
6203
		    stereotype 	TRUE
6204
		    line_color 	3342489
6205
		    quidu      	"490E05C20290"
6206
		    client     	@225
6207
		    supplier   	@266
6208
		    line_style 	0)
6209
		(object InheritView "" @286
6210
		    stereotype 	TRUE
6211
		    line_color 	3342489
6212
		    quidu      	"49657F06007D"
6213
		    client     	@225
6214
		    supplier   	@283
6215
		    line_style 	0)
6216
		(object InheritView "" @287
6217
		    stereotype 	TRUE
6218
		    line_color 	3342489
6219
		    quidu      	"3F67723500DD"
6220
		    client     	@257
6221
		    supplier   	@262
5953
		    line_style 	3
6222
		    line_style 	3
5954
		    origin_attachment 	(1890, 3295)
6223
		    origin_attachment 	(2447, 3775)
5955
		    terminal_attachment 	(1890, 3055)
6224
		    terminal_attachment 	(2447, 3418)
5956
		    drawSupplier 	@278)))
6225
		    drawSupplier 	@263)))
5957
	(object ClassDiagram "2.1.1 Naming and Linking"
6226
	(object ClassDiagram "2.1.1 Naming and Linking"
5958
	    quid       	"3AE8ED7201BD"
6227
	    quid       	"3AE8ED7201BD"
5959
	    title      	"2.1.1 Naming and Linking"
6228
	    title      	"2.1.1 Naming and Linking"
Lines 5963-5975 Link Here
5963
	    origin_x   	0
6232
	    origin_x   	0
5964
	    origin_y   	0
6233
	    origin_y   	0
5965
	    items      	(list diagram_item_list
6234
	    items      	(list diagram_item_list
5966
		(object ClassView "Class" "Logical View::wsdl::IImport" @282
6235
		(object ClassView "Class" "Logical View::wsdl::IImport" @288
5967
		    ShowCompartmentStereotypes 	TRUE
6236
		    ShowCompartmentStereotypes 	TRUE
5968
		    IncludeAttribute 	TRUE
6237
		    IncludeAttribute 	TRUE
5969
		    IncludeOperation 	TRUE
6238
		    IncludeOperation 	TRUE
5970
		    location   	(1712, 224)
6239
		    location   	(1712, 224)
5971
		    label      	(object ItemLabel
6240
		    label      	(object ItemLabel
5972
			Parent_View 	@282
6241
			Parent_View 	@288
5973
			location   	(1422, 177)
6242
			location   	(1422, 177)
5974
			fill_color 	13434879
6243
			fill_color 	13434879
5975
			nlines     	1
6244
			nlines     	1
Lines 5977-5983 Link Here
5977
			justify    	0
6246
			justify    	0
5978
			label      	"IImport")
6247
			label      	"IImport")
5979
		    stereotype 	(object ItemLabel
6248
		    stereotype 	(object ItemLabel
5980
			Parent_View 	@282
6249
			Parent_View 	@288
5981
			location   	(1422, 127)
6250
			location   	(1422, 127)
5982
			fill_color 	13434879
6251
			fill_color 	13434879
5983
			anchor     	10
6252
			anchor     	10
Lines 5994-6006 Link Here
5994
		    height     	218
6263
		    height     	218
5995
		    annotation 	8
6264
		    annotation 	8
5996
		    autoResize 	TRUE)
6265
		    autoResize 	TRUE)
5997
		(object ClassView "Class" "Logical View::wsdl::Namespace" @283
6266
		(object ClassView "Class" "Logical View::wsdl::Namespace" @289
5998
		    ShowCompartmentStereotypes 	TRUE
6267
		    ShowCompartmentStereotypes 	TRUE
5999
		    IncludeAttribute 	TRUE
6268
		    IncludeAttribute 	TRUE
6000
		    IncludeOperation 	TRUE
6269
		    IncludeOperation 	TRUE
6001
		    location   	(432, 1136)
6270
		    location   	(432, 1136)
6002
		    label      	(object ItemLabel
6271
		    label      	(object ItemLabel
6003
			Parent_View 	@283
6272
			Parent_View 	@289
6004
			location   	(202, 1041)
6273
			location   	(202, 1041)
6005
			fill_color 	13434879
6274
			fill_color 	13434879
6006
			nlines     	1
6275
			nlines     	1
Lines 6015-6026 Link Here
6015
		    height     	215
6284
		    height     	215
6016
		    annotation 	8
6285
		    annotation 	8
6017
		    autoResize 	TRUE)
6286
		    autoResize 	TRUE)
6018
		(object ClassView "Class" "Logical View::xsd::XSDSchema" @284
6287
		(object ClassView "Class" "Logical View::xsd::XSDSchema" @290
6019
		    ShowCompartmentStereotypes 	TRUE
6288
		    ShowCompartmentStereotypes 	TRUE
6020
		    IncludeOperation 	TRUE
6289
		    IncludeOperation 	TRUE
6021
		    location   	(1632, 1216)
6290
		    location   	(1632, 1216)
6022
		    label      	(object ItemLabel
6291
		    label      	(object ItemLabel
6023
			Parent_View 	@284
6292
			Parent_View 	@290
6024
			location   	(1294, 1142)
6293
			location   	(1294, 1142)
6025
			fill_color 	13434879
6294
			fill_color 	13434879
6026
			nlines     	1
6295
			nlines     	1
Lines 6035-6046 Link Here
6035
		    height     	173
6304
		    height     	173
6036
		    annotation 	8
6305
		    annotation 	8
6037
		    autoResize 	TRUE)
6306
		    autoResize 	TRUE)
6038
		(object ClassView "Class" "Logical View::wsdl::Definition" @285
6307
		(object ClassView "Class" "Logical View::wsdl::Definition" @291
6039
		    ShowCompartmentStereotypes 	TRUE
6308
		    ShowCompartmentStereotypes 	TRUE
6040
		    IncludeAttribute 	TRUE
6309
		    IncludeAttribute 	TRUE
6041
		    location   	(400, 384)
6310
		    location   	(400, 384)
6042
		    label      	(object ItemLabel
6311
		    label      	(object ItemLabel
6043
			Parent_View 	@285
6312
			Parent_View 	@291
6044
			location   	(164, 236)
6313
			location   	(164, 236)
6045
			fill_color 	13434879
6314
			fill_color 	13434879
6046
			nlines     	1
6315
			nlines     	1
Lines 6055-6071 Link Here
6055
		    height     	320
6324
		    height     	320
6056
		    annotation 	8
6325
		    annotation 	8
6057
		    autoResize 	TRUE)
6326
		    autoResize 	TRUE)
6058
		(object AssociationViewNew "$UNNAMED$41" @286
6327
		(object AssociationViewNew "$UNNAMED$41" @292
6059
		    location   	(309, 786)
6328
		    location   	(309, 786)
6060
		    stereotype 	TRUE
6329
		    stereotype 	TRUE
6061
		    line_color 	3342489
6330
		    line_color 	3342489
6062
		    quidu      	"3AEA3D55002D"
6331
		    quidu      	"3AEA3D55002D"
6063
		    roleview_list 	(list RoleViews
6332
		    roleview_list 	(list RoleViews
6064
			(object RoleView "eNamespaces" @287
6333
			(object RoleView "eNamespaces" @293
6065
			    Parent_View 	@286
6334
			    Parent_View 	@292
6066
			    location   	(-91, 258)
6335
			    location   	(-91, 258)
6067
			    label      	(object SegLabel @288
6336
			    label      	(object SegLabel @294
6068
				Parent_View 	@287
6337
				Parent_View 	@293
6069
				location   	(461, 956)
6338
				location   	(461, 956)
6070
				anchor     	1
6339
				anchor     	1
6071
				anchor_loc 	1
6340
				anchor_loc 	1
Lines 6079-6091 Link Here
6079
			    stereotype 	TRUE
6348
			    stereotype 	TRUE
6080
			    line_color 	3342489
6349
			    line_color 	3342489
6081
			    quidu      	"3AEA3D560332"
6350
			    quidu      	"3AEA3D560332"
6082
			    client     	@286
6351
			    client     	@292
6083
			    supplier   	@283
6352
			    supplier   	@289
6084
			    line_style 	3
6353
			    line_style 	3
6085
			    origin_attachment 	(309, 786)
6354
			    origin_attachment 	(309, 786)
6086
			    terminal_attachment 	(309, 1029)
6355
			    terminal_attachment 	(309, 1029)
6087
			    label      	(object SegLabel @289
6356
			    label      	(object SegLabel @295
6088
				Parent_View 	@287
6357
				Parent_View 	@293
6089
				location   	(248, 973)
6358
				location   	(248, 973)
6090
				anchor     	2
6359
				anchor     	2
6091
				anchor_loc 	1
6360
				anchor_loc 	1
Lines 6096-6103 Link Here
6096
				pctDist    	0.768707
6365
				pctDist    	0.768707
6097
				height     	62
6366
				height     	62
6098
				orientation 	1)
6367
				orientation 	1)
6099
			    label      	(object SegLabel @290
6368
			    label      	(object SegLabel @296
6100
				Parent_View 	@287
6369
				Parent_View 	@293
6101
				location   	(228, 913)
6370
				location   	(228, 913)
6102
				anchor     	3
6371
				anchor     	3
6103
				anchor_loc 	1
6372
				anchor_loc 	1
Lines 6108-6118 Link Here
6108
				pctDist    	0.525097
6377
				pctDist    	0.525097
6109
				height     	82
6378
				height     	82
6110
				orientation 	1))
6379
				orientation 	1))
6111
			(object RoleView "$UNNAMED$42" @291
6380
			(object RoleView "$UNNAMED$42" @297
6112
			    Parent_View 	@286
6381
			    Parent_View 	@292
6113
			    location   	(-91, 258)
6382
			    location   	(-91, 258)
6114
			    label      	(object SegLabel @292
6383
			    label      	(object SegLabel @298
6115
				Parent_View 	@291
6384
				Parent_View 	@297
6116
				location   	(268, 592)
6385
				location   	(268, 592)
6117
				hidden     	TRUE
6386
				hidden     	TRUE
6118
				anchor     	1
6387
				anchor     	1
Lines 6127-6139 Link Here
6127
			    stereotype 	TRUE
6396
			    stereotype 	TRUE
6128
			    line_color 	3342489
6397
			    line_color 	3342489
6129
			    quidu      	"3AEA3D560328"
6398
			    quidu      	"3AEA3D560328"
6130
			    client     	@286
6399
			    client     	@292
6131
			    supplier   	@285
6400
			    supplier   	@291
6132
			    line_style 	3
6401
			    line_style 	3
6133
			    origin_attachment 	(309, 786)
6402
			    origin_attachment 	(309, 786)
6134
			    terminal_attachment 	(309, 544)
6403
			    terminal_attachment 	(309, 544)
6135
			    label      	(object SegLabel @293
6404
			    label      	(object SegLabel @299
6136
				Parent_View 	@291
6405
				Parent_View 	@297
6137
				location   	(239, 583)
6406
				location   	(239, 583)
6138
				anchor     	2
6407
				anchor     	2
6139
				anchor_loc 	1
6408
				anchor_loc 	1
Lines 6144-6156 Link Here
6144
				pctDist    	0.844961
6413
				pctDist    	0.844961
6145
				height     	71
6414
				height     	71
6146
				orientation 	0))))
6415
				orientation 	0))))
6147
		(object ClassView "Class" "Logical View::wsdl::Import" @294
6416
		(object ClassView "Class" "Logical View::wsdl::Import" @300
6148
		    ShowCompartmentStereotypes 	TRUE
6417
		    ShowCompartmentStereotypes 	TRUE
6149
		    IncludeAttribute 	TRUE
6418
		    IncludeAttribute 	TRUE
6150
		    IncludeOperation 	TRUE
6419
		    IncludeOperation 	TRUE
6151
		    location   	(1472, 720)
6420
		    location   	(1472, 720)
6152
		    label      	(object ItemLabel
6421
		    label      	(object ItemLabel
6153
			Parent_View 	@294
6422
			Parent_View 	@300
6154
			location   	(1255, 580)
6423
			location   	(1255, 580)
6155
			fill_color 	13434879
6424
			fill_color 	13434879
6156
			nlines     	1
6425
			nlines     	1
Lines 6165-6181 Link Here
6165
		    height     	304
6434
		    height     	304
6166
		    annotation 	8
6435
		    annotation 	8
6167
		    autoResize 	TRUE)
6436
		    autoResize 	TRUE)
6168
		(object AssociationViewNew "$UNNAMED$55" @295
6437
		(object AssociationViewNew "$UNNAMED$55" @301
6169
		    location   	(1486, 1001)
6438
		    location   	(1486, 1001)
6170
		    stereotype 	TRUE
6439
		    stereotype 	TRUE
6171
		    line_color 	3342489
6440
		    line_color 	3342489
6172
		    quidu      	"3B8B1DCC02E5"
6441
		    quidu      	"3B8B1DCC02E5"
6173
		    roleview_list 	(list RoleViews
6442
		    roleview_list 	(list RoleViews
6174
			(object RoleView "eSchema" @296
6443
			(object RoleView "eSchema" @302
6175
			    Parent_View 	@295
6444
			    Parent_View 	@301
6176
			    location   	(510, -103)
6445
			    location   	(510, -103)
6177
			    label      	(object SegLabel @297
6446
			    label      	(object SegLabel @303
6178
				Parent_View 	@296
6447
				Parent_View 	@302
6179
				location   	(1737, 1018)
6448
				location   	(1737, 1018)
6180
				anchor     	1
6449
				anchor     	1
6181
				anchor_loc 	1
6450
				anchor_loc 	1
Lines 6189-6196 Link Here
6189
			    stereotype 	TRUE
6458
			    stereotype 	TRUE
6190
			    line_color 	3342489
6459
			    line_color 	3342489
6191
			    quidu      	"3B8B1DCE0270"
6460
			    quidu      	"3B8B1DCE0270"
6192
			    client     	@295
6461
			    client     	@301
6193
			    supplier   	@284
6462
			    supplier   	@290
6194
			    vertices   	(list Points
6463
			    vertices   	(list Points
6195
				(1486, 1001)
6464
				(1486, 1001)
6196
				(1632, 1001)
6465
				(1632, 1001)
Lines 6198-6205 Link Here
6198
			    line_style 	3
6467
			    line_style 	3
6199
			    origin_attachment 	(1486, 1001)
6468
			    origin_attachment 	(1486, 1001)
6200
			    terminal_attachment 	(1632, 1130)
6469
			    terminal_attachment 	(1632, 1130)
6201
			    label      	(object SegLabel @298
6470
			    label      	(object SegLabel @304
6202
				Parent_View 	@296
6471
				Parent_View 	@302
6203
				location   	(1563, 1018)
6472
				location   	(1563, 1018)
6204
				anchor     	2
6473
				anchor     	2
6205
				anchor_loc 	1
6474
				anchor_loc 	1
Lines 6210-6237 Link Here
6210
				pctDist    	0.592593
6479
				pctDist    	0.592593
6211
				height     	70
6480
				height     	70
6212
				orientation 	1))
6481
				orientation 	1))
6213
			(object RoleView "$UNNAMED$56" @299
6482
			(object RoleView "$UNNAMED$56" @305
6214
			    Parent_View 	@295
6483
			    Parent_View 	@301
6215
			    location   	(510, -103)
6484
			    location   	(510, -103)
6216
			    stereotype 	TRUE
6485
			    stereotype 	TRUE
6217
			    line_color 	3342489
6486
			    line_color 	3342489
6218
			    quidu      	"3B8B1DCE027A"
6487
			    quidu      	"3B8B1DCE027A"
6219
			    client     	@295
6488
			    client     	@301
6220
			    supplier   	@294
6489
			    supplier   	@300
6221
			    line_style 	3
6490
			    line_style 	3
6222
			    origin_attachment 	(1486, 872)
6491
			    origin_attachment 	(1486, 1000)
6223
			    terminal_attachment 	(1486, 872))))
6492
			    terminal_attachment 	(1486, 872))))
6224
		(object AssociationViewNew "$UNNAMED$43" @300
6493
		(object AssociationViewNew "$UNNAMED$43" @306
6225
		    location   	(1087, 403)
6494
		    location   	(1087, 403)
6226
		    stereotype 	TRUE
6495
		    stereotype 	TRUE
6227
		    line_color 	3342489
6496
		    line_color 	3342489
6228
		    quidu      	"3AEA3E3A002D"
6497
		    quidu      	"3AEA3E3A002D"
6229
		    roleview_list 	(list RoleViews
6498
		    roleview_list 	(list RoleViews
6230
			(object RoleView "$UNNAMED$44" @301
6499
			(object RoleView "$UNNAMED$44" @307
6231
			    Parent_View 	@300
6500
			    Parent_View 	@306
6232
			    location   	(687, -125)
6501
			    location   	(687, -125)
6233
			    label      	(object SegLabel @302
6502
			    label      	(object SegLabel @308
6234
				Parent_View 	@301
6503
				Parent_View 	@307
6235
				location   	(1406, 480)
6504
				location   	(1406, 480)
6236
				hidden     	TRUE
6505
				hidden     	TRUE
6237
				anchor     	1
6506
				anchor     	1
Lines 6246-6253 Link Here
6246
			    stereotype 	TRUE
6515
			    stereotype 	TRUE
6247
			    line_color 	3342489
6516
			    line_color 	3342489
6248
			    quidu      	"3AEA3E3C01F2"
6517
			    quidu      	"3AEA3E3C01F2"
6249
			    client     	@300
6518
			    client     	@306
6250
			    supplier   	@294
6519
			    supplier   	@300
6251
			    vertices   	(list Points
6520
			    vertices   	(list Points
6252
				(1087, 403)
6521
				(1087, 403)
6253
				(1364, 403)
6522
				(1364, 403)
Lines 6255-6265 Link Here
6255
			    line_style 	3
6524
			    line_style 	3
6256
			    origin_attachment 	(1087, 403)
6525
			    origin_attachment 	(1087, 403)
6257
			    terminal_attachment 	(1364, 568))
6526
			    terminal_attachment 	(1364, 568))
6258
			(object RoleView "eDefinition" @303
6527
			(object RoleView "eDefinition" @309
6259
			    Parent_View 	@300
6528
			    Parent_View 	@306
6260
			    location   	(687, -125)
6529
			    location   	(687, -125)
6261
			    label      	(object SegLabel @304
6530
			    label      	(object SegLabel @310
6262
				Parent_View 	@303
6531
				Parent_View 	@309
6263
				location   	(805, 363)
6532
				location   	(805, 363)
6264
				anchor     	1
6533
				anchor     	1
6265
				anchor_loc 	1
6534
				anchor_loc 	1
Lines 6273-6285 Link Here
6273
			    stereotype 	TRUE
6542
			    stereotype 	TRUE
6274
			    line_color 	3342489
6543
			    line_color 	3342489
6275
			    quidu      	"3AEA3E3C01E8"
6544
			    quidu      	"3AEA3E3C01E8"
6276
			    client     	@300
6545
			    client     	@306
6277
			    supplier   	@285
6546
			    supplier   	@291
6278
			    line_style 	3
6547
			    line_style 	3
6279
			    origin_attachment 	(1087, 403)
6548
			    origin_attachment 	(1087, 403)
6280
			    terminal_attachment 	(645, 403)
6549
			    terminal_attachment 	(645, 403)
6281
			    label      	(object SegLabel @305
6550
			    label      	(object SegLabel @311
6282
				Parent_View 	@303
6551
				Parent_View 	@309
6283
				location   	(727, 456)
6552
				location   	(727, 456)
6284
				anchor     	2
6553
				anchor     	2
6285
				anchor_loc 	1
6554
				anchor_loc 	1
Lines 6290-6306 Link Here
6290
				pctDist    	0.814910
6559
				pctDist    	0.814910
6291
				height     	53
6560
				height     	53
6292
				orientation 	0))))
6561
				orientation 	0))))
6293
		(object AssociationViewNew "$UNNAMED$13" @306
6562
		(object AssociationViewNew "$UNNAMED$13" @312
6294
		    location   	(737, 826)
6563
		    location   	(737, 826)
6295
		    stereotype 	TRUE
6564
		    stereotype 	TRUE
6296
		    line_color 	3342489
6565
		    line_color 	3342489
6297
		    quidu      	"3C864DFF02EC"
6566
		    quidu      	"3C864DFF02EC"
6298
		    roleview_list 	(list RoleViews
6567
		    roleview_list 	(list RoleViews
6299
			(object RoleView "$UNNAMED$14" @307
6568
			(object RoleView "$UNNAMED$14" @313
6300
			    Parent_View 	@306
6569
			    Parent_View 	@312
6301
			    location   	(-671, 106)
6570
			    location   	(-671, 106)
6302
			    label      	(object SegLabel @308
6571
			    label      	(object SegLabel @314
6303
				Parent_View 	@307
6572
				Parent_View 	@313
6304
				location   	(552, 647)
6573
				location   	(552, 647)
6305
				hidden     	TRUE
6574
				hidden     	TRUE
6306
				anchor     	1
6575
				anchor     	1
Lines 6315-6322 Link Here
6315
			    stereotype 	TRUE
6584
			    stereotype 	TRUE
6316
			    line_color 	3342489
6585
			    line_color 	3342489
6317
			    quidu      	"3C864DFF02EE"
6586
			    quidu      	"3C864DFF02EE"
6318
			    client     	@306
6587
			    client     	@312
6319
			    supplier   	@285
6588
			    supplier   	@291
6320
			    vertices   	(list Points
6589
			    vertices   	(list Points
6321
				(737, 826)
6590
				(737, 826)
6322
				(510, 826)
6591
				(510, 826)
Lines 6324-6331 Link Here
6324
			    line_style 	3
6593
			    line_style 	3
6325
			    origin_attachment 	(737, 826)
6594
			    origin_attachment 	(737, 826)
6326
			    terminal_attachment 	(510, 544)
6595
			    terminal_attachment 	(510, 544)
6327
			    label      	(object SegLabel @309
6596
			    label      	(object SegLabel @315
6328
				Parent_View 	@307
6597
				Parent_View 	@313
6329
				location   	(457, 595)
6598
				location   	(457, 595)
6330
				anchor     	2
6599
				anchor     	2
6331
				anchor_loc 	1
6600
				anchor_loc 	1
Lines 6336-6346 Link Here
6336
				pctDist    	0.900000
6605
				pctDist    	0.900000
6337
				height     	54
6606
				height     	54
6338
				orientation 	0))
6607
				orientation 	0))
6339
			(object RoleView "eImports" @310
6608
			(object RoleView "eImports" @316
6340
			    Parent_View 	@306
6609
			    Parent_View 	@312
6341
			    location   	(-671, 106)
6610
			    location   	(-671, 106)
6342
			    label      	(object SegLabel @311
6611
			    label      	(object SegLabel @317
6343
				Parent_View 	@310
6612
				Parent_View 	@316
6344
				location   	(1144, 773)
6613
				location   	(1144, 773)
6345
				anchor     	1
6614
				anchor     	1
6346
				anchor_loc 	1
6615
				anchor_loc 	1
Lines 6354-6366 Link Here
6354
			    stereotype 	TRUE
6623
			    stereotype 	TRUE
6355
			    line_color 	3342489
6624
			    line_color 	3342489
6356
			    quidu      	"3C864DFF02ED"
6625
			    quidu      	"3C864DFF02ED"
6357
			    client     	@306
6626
			    client     	@312
6358
			    supplier   	@294
6627
			    supplier   	@300
6359
			    line_style 	3
6628
			    line_style 	3
6360
			    origin_attachment 	(737, 826)
6629
			    origin_attachment 	(737, 826)
6361
			    terminal_attachment 	(1246, 826)
6630
			    terminal_attachment 	(1246, 826)
6362
			    label      	(object SegLabel @312
6631
			    label      	(object SegLabel @318
6363
				Parent_View 	@310
6632
				Parent_View 	@316
6364
				location   	(1180, 879)
6633
				location   	(1180, 879)
6365
				anchor     	2
6634
				anchor     	2
6366
				anchor_loc 	1
6635
				anchor_loc 	1
Lines 6371-6378 Link Here
6371
				pctDist    	0.872211
6640
				pctDist    	0.872211
6372
				height     	53
6641
				height     	53
6373
				orientation 	1)
6642
				orientation 	1)
6374
			    label      	(object SegLabel @313
6643
			    label      	(object SegLabel @319
6375
				Parent_View 	@310
6644
				Parent_View 	@316
6376
				location   	(1162, 933)
6645
				location   	(1162, 933)
6377
				anchor     	3
6646
				anchor     	3
6378
				anchor_loc 	1
6647
				anchor_loc 	1
Lines 6383-6394 Link Here
6383
				pctDist    	0.837728
6652
				pctDist    	0.837728
6384
				height     	107
6653
				height     	107
6385
				orientation 	1))))
6654
				orientation 	1))))
6386
		(object InheritView "" @314
6655
		(object InheritView "" @320
6387
		    stereotype 	TRUE
6656
		    stereotype 	TRUE
6388
		    line_color 	3342489
6657
		    line_color 	3342489
6389
		    quidu      	"3F6F200D0340"
6658
		    quidu      	"3F6F200D0340"
6390
		    client     	@294
6659
		    client     	@300
6391
		    supplier   	@282
6660
		    supplier   	@288
6392
		    line_style 	3
6661
		    line_style 	3
6393
		    origin_attachment 	(1555, 568)
6662
		    origin_attachment 	(1555, 568)
6394
		    terminal_attachment 	(1555, 333))))
6663
		    terminal_attachment 	(1555, 333))))
Lines 6401-6407 Link Here
6401
	    origin_x   	0
6670
	    origin_x   	0
6402
	    origin_y   	81
6671
	    origin_y   	81
6403
	    items      	(list diagram_item_list
6672
	    items      	(list diagram_item_list
6404
		(object ClassView "Class" "Logical View::xsd::XSDTypeDefinition" @315
6673
		(object ClassView "Class" "Logical View::xsd::XSDTypeDefinition" @321
6405
		    ShowCompartmentStereotypes 	TRUE
6674
		    ShowCompartmentStereotypes 	TRUE
6406
		    IncludeAttribute 	TRUE
6675
		    IncludeAttribute 	TRUE
6407
		    IncludeOperation 	TRUE
6676
		    IncludeOperation 	TRUE
Lines 6409-6415 Link Here
6409
		    font       	(object Font
6678
		    font       	(object Font
6410
			italics    	TRUE)
6679
			italics    	TRUE)
6411
		    label      	(object ItemLabel
6680
		    label      	(object ItemLabel
6412
			Parent_View 	@315
6681
			Parent_View 	@321
6413
			location   	(895, 1157)
6682
			location   	(895, 1157)
6414
			fill_color 	13434879
6683
			fill_color 	13434879
6415
			nlines     	1
6684
			nlines     	1
Lines 6424-6435 Link Here
6424
		    height     	174
6693
		    height     	174
6425
		    annotation 	8
6694
		    annotation 	8
6426
		    autoResize 	TRUE)
6695
		    autoResize 	TRUE)
6427
		(object ClassView "Class" "Logical View::xsd::XSDElementDeclaration" @316
6696
		(object ClassView "Class" "Logical View::xsd::XSDElementDeclaration" @322
6428
		    ShowCompartmentStereotypes 	TRUE
6697
		    ShowCompartmentStereotypes 	TRUE
6429
		    IncludeOperation 	TRUE
6698
		    IncludeOperation 	TRUE
6430
		    location   	(1136, 1600)
6699
		    location   	(1136, 1600)
6431
		    label      	(object ItemLabel
6700
		    label      	(object ItemLabel
6432
			Parent_View 	@316
6701
			Parent_View 	@322
6433
			location   	(906, 1531)
6702
			location   	(906, 1531)
6434
			fill_color 	13434879
6703
			fill_color 	13434879
6435
			nlines     	1
6704
			nlines     	1
Lines 6444-6456 Link Here
6444
		    height     	162
6713
		    height     	162
6445
		    annotation 	8
6714
		    annotation 	8
6446
		    autoResize 	TRUE)
6715
		    autoResize 	TRUE)
6447
		(object ClassView "Class" "Logical View::wsdl::Message" @317
6716
		(object ClassView "Class" "Logical View::wsdl::Message" @323
6448
		    ShowCompartmentStereotypes 	TRUE
6717
		    ShowCompartmentStereotypes 	TRUE
6449
		    IncludeAttribute 	TRUE
6718
		    IncludeAttribute 	TRUE
6450
		    IncludeOperation 	TRUE
6719
		    IncludeOperation 	TRUE
6451
		    location   	(1280, 1968)
6720
		    location   	(1280, 1968)
6452
		    label      	(object ItemLabel
6721
		    label      	(object ItemLabel
6453
			Parent_View 	@317
6722
			Parent_View 	@323
6454
			location   	(1022, 1828)
6723
			location   	(1022, 1828)
6455
			fill_color 	13434879
6724
			fill_color 	13434879
6456
			nlines     	1
6725
			nlines     	1
Lines 6461-6477 Link Here
6461
		    line_color 	3342489
6730
		    line_color 	3342489
6462
		    fill_color 	13434879
6731
		    fill_color 	13434879
6463
		    quidu      	"3AD5C9590078"
6732
		    quidu      	"3AD5C9590078"
6733
		    compartment 	(object Compartment
6734
			Parent_View 	@323
6735
			location   	(1022, 1883)
6736
			icon_style 	"Icon"
6737
			fill_color 	16777215
6738
			anchor     	2
6739
			nlines     	3
6740
			max_width  	409)
6464
		    width      	535
6741
		    width      	535
6465
		    height     	305
6742
		    height     	305
6466
		    annotation 	8
6743
		    annotation 	8
6467
		    autoResize 	TRUE)
6744
		    autoResize 	TRUE)
6468
		(object ClassView "Class" "Logical View::wsdl::Part" @318
6745
		(object ClassView "Class" "Logical View::wsdl::Part" @324
6469
		    ShowCompartmentStereotypes 	TRUE
6746
		    ShowCompartmentStereotypes 	TRUE
6470
		    IncludeAttribute 	TRUE
6747
		    IncludeAttribute 	TRUE
6471
		    IncludeOperation 	TRUE
6748
		    IncludeOperation 	TRUE
6472
		    location   	(352, 1184)
6749
		    location   	(352, 1184)
6473
		    label      	(object ItemLabel
6750
		    label      	(object ItemLabel
6474
			Parent_View 	@318
6751
			Parent_View 	@324
6475
			location   	(128, 1067)
6752
			location   	(128, 1067)
6476
			fill_color 	13434879
6753
			fill_color 	13434879
6477
			nlines     	1
6754
			nlines     	1
Lines 6482-6502 Link Here
6482
		    line_color 	3342489
6759
		    line_color 	3342489
6483
		    fill_color 	13434879
6760
		    fill_color 	13434879
6484
		    quidu      	"3AD5CE1C032E"
6761
		    quidu      	"3AD5CE1C032E"
6762
		    compartment 	(object Compartment
6763
			Parent_View 	@324
6764
			location   	(128, 1122)
6765
			icon_style 	"Icon"
6766
			fill_color 	16777215
6767
			anchor     	2
6768
			nlines     	4
6769
			max_width  	484)
6485
		    width      	466
6770
		    width      	466
6486
		    height     	258
6771
		    height     	258
6487
		    annotation 	8
6772
		    annotation 	8
6488
		    autoResize 	TRUE)
6773
		    autoResize 	TRUE)
6489
		(object AssociationViewNew "$UNNAMED$51" @319
6774
		(object AssociationViewNew "$UNNAMED$51" @325
6490
		    location   	(735, 1172)
6775
		    location   	(735, 1172)
6491
		    stereotype 	TRUE
6776
		    stereotype 	TRUE
6492
		    line_color 	3342489
6777
		    line_color 	3342489
6493
		    quidu      	"3B8B1BE900C4"
6778
		    quidu      	"3B8B1BE900C4"
6494
		    roleview_list 	(list RoleViews
6779
		    roleview_list 	(list RoleViews
6495
			(object RoleView "typeDefinition" @320
6780
			(object RoleView "typeDefinition" @326
6496
			    Parent_View 	@319
6781
			    Parent_View 	@325
6497
			    location   	(143, 676)
6782
			    location   	(143, 676)
6498
			    label      	(object SegLabel @321
6783
			    label      	(object SegLabel @327
6499
				Parent_View 	@320
6784
				Parent_View 	@326
6500
				location   	(775, 1133)
6785
				location   	(775, 1133)
6501
				anchor     	1
6786
				anchor     	1
6502
				anchor_loc 	1
6787
				anchor_loc 	1
Lines 6510-6522 Link Here
6510
			    stereotype 	TRUE
6795
			    stereotype 	TRUE
6511
			    line_color 	3342489
6796
			    line_color 	3342489
6512
			    quidu      	"3B8B1BE90327"
6797
			    quidu      	"3B8B1BE90327"
6513
			    client     	@319
6798
			    client     	@325
6514
			    supplier   	@315
6799
			    supplier   	@321
6515
			    line_style 	3
6800
			    line_style 	3
6516
			    origin_attachment 	(735, 1172)
6801
			    origin_attachment 	(735, 1172)
6517
			    terminal_attachment 	(886, 1172)
6802
			    terminal_attachment 	(886, 1172)
6518
			    label      	(object SegLabel @322
6803
			    label      	(object SegLabel @328
6519
				Parent_View 	@320
6804
				Parent_View 	@326
6520
				location   	(839, 1207)
6805
				location   	(839, 1207)
6521
				anchor     	2
6806
				anchor     	2
6522
				anchor_loc 	1
6807
				anchor_loc 	1
Lines 6527-6554 Link Here
6527
				pctDist    	0.688705
6812
				pctDist    	0.688705
6528
				height     	35
6813
				height     	35
6529
				orientation 	1))
6814
				orientation 	1))
6530
			(object RoleView "$UNNAMED$52" @323
6815
			(object RoleView "$UNNAMED$52" @329
6531
			    Parent_View 	@319
6816
			    Parent_View 	@325
6532
			    location   	(143, 676)
6817
			    location   	(143, 676)
6533
			    stereotype 	TRUE
6818
			    stereotype 	TRUE
6534
			    line_color 	3342489
6819
			    line_color 	3342489
6535
			    quidu      	"3B8B1BE90331"
6820
			    quidu      	"3B8B1BE90331"
6536
			    client     	@319
6821
			    client     	@325
6537
			    supplier   	@318
6822
			    supplier   	@324
6538
			    line_style 	3
6823
			    line_style 	3
6539
			    origin_attachment 	(735, 1172)
6824
			    origin_attachment 	(735, 1172)
6540
			    terminal_attachment 	(585, 1172))))
6825
			    terminal_attachment 	(585, 1172))))
6541
		(object AssociationViewNew "$UNNAMED$53" @324
6826
		(object AssociationViewNew "$UNNAMED$53" @330
6542
		    location   	(527, 1592)
6827
		    location   	(527, 1592)
6543
		    stereotype 	TRUE
6828
		    stereotype 	TRUE
6544
		    line_color 	3342489
6829
		    line_color 	3342489
6545
		    quidu      	"3B8B1C1203B2"
6830
		    quidu      	"3B8B1C1203B2"
6546
		    roleview_list 	(list RoleViews
6831
		    roleview_list 	(list RoleViews
6547
			(object RoleView "elementDeclaration" @325
6832
			(object RoleView "elementDeclaration" @331
6548
			    Parent_View 	@324
6833
			    Parent_View 	@330
6549
			    location   	(-65, 1096)
6834
			    location   	(-65, 1096)
6550
			    label      	(object SegLabel @326
6835
			    label      	(object SegLabel @332
6551
				Parent_View 	@325
6836
				Parent_View 	@331
6552
				location   	(666, 1554)
6837
				location   	(666, 1554)
6553
				anchor     	1
6838
				anchor     	1
6554
				anchor_loc 	1
6839
				anchor_loc 	1
Lines 6562-6574 Link Here
6562
			    stereotype 	TRUE
6847
			    stereotype 	TRUE
6563
			    line_color 	3342489
6848
			    line_color 	3342489
6564
			    quidu      	"3B8B1C14001C"
6849
			    quidu      	"3B8B1C14001C"
6565
			    client     	@324
6850
			    client     	@330
6566
			    supplier   	@316
6851
			    supplier   	@322
6567
			    line_style 	3
6852
			    line_style 	3
6568
			    origin_attachment 	(527, 1592)
6853
			    origin_attachment 	(527, 1592)
6569
			    terminal_attachment 	(897, 1592)
6854
			    terminal_attachment 	(897, 1592)
6570
			    label      	(object SegLabel @327
6855
			    label      	(object SegLabel @333
6571
				Parent_View 	@325
6856
				Parent_View 	@331
6572
				location   	(807, 1645)
6857
				location   	(807, 1645)
6573
				anchor     	2
6858
				anchor     	2
6574
				anchor_loc 	1
6859
				anchor_loc 	1
Lines 6579-6592 Link Here
6579
				pctDist    	0.755877
6864
				pctDist    	0.755877
6580
				height     	53
6865
				height     	53
6581
				orientation 	1))
6866
				orientation 	1))
6582
			(object RoleView "$UNNAMED$54" @328
6867
			(object RoleView "$UNNAMED$54" @334
6583
			    Parent_View 	@324
6868
			    Parent_View 	@330
6584
			    location   	(-65, 1096)
6869
			    location   	(-65, 1096)
6585
			    stereotype 	TRUE
6870
			    stereotype 	TRUE
6586
			    line_color 	3342489
6871
			    line_color 	3342489
6587
			    quidu      	"3B8B1C140026"
6872
			    quidu      	"3B8B1C140026"
6588
			    client     	@324
6873
			    client     	@330
6589
			    supplier   	@318
6874
			    supplier   	@324
6590
			    vertices   	(list Points
6875
			    vertices   	(list Points
6591
				(527, 1592)
6876
				(527, 1592)
6592
				(437, 1592)
6877
				(437, 1592)
Lines 6594-6610 Link Here
6594
			    line_style 	3
6879
			    line_style 	3
6595
			    origin_attachment 	(527, 1592)
6880
			    origin_attachment 	(527, 1592)
6596
			    terminal_attachment 	(437, 1313))))
6881
			    terminal_attachment 	(437, 1313))))
6597
		(object AssociationViewNew "$UNNAMED$57" @329
6882
		(object AssociationViewNew "$UNNAMED$57" @335
6598
		    location   	(322, 1911)
6883
		    location   	(322, 1911)
6599
		    stereotype 	TRUE
6884
		    stereotype 	TRUE
6600
		    line_color 	3342489
6885
		    line_color 	3342489
6601
		    quidu      	"3C46829303E5"
6886
		    quidu      	"3C46829303E5"
6602
		    roleview_list 	(list RoleViews
6887
		    roleview_list 	(list RoleViews
6603
			(object RoleView "eMessage" @330
6888
			(object RoleView "eMessage" @336
6604
			    Parent_View 	@329
6889
			    Parent_View 	@335
6605
			    location   	(-14, 1191)
6890
			    location   	(-14, 1191)
6606
			    label      	(object SegLabel @331
6891
			    label      	(object SegLabel @337
6607
				Parent_View 	@330
6892
				Parent_View 	@336
6608
				location   	(838, 1872)
6893
				location   	(838, 1872)
6609
				anchor     	1
6894
				anchor     	1
6610
				anchor_loc 	1
6895
				anchor_loc 	1
Lines 6618-6630 Link Here
6618
			    stereotype 	TRUE
6903
			    stereotype 	TRUE
6619
			    line_color 	3342489
6904
			    line_color 	3342489
6620
			    quidu      	"3C468296010E"
6905
			    quidu      	"3C468296010E"
6621
			    client     	@329
6906
			    client     	@335
6622
			    supplier   	@317
6907
			    supplier   	@323
6623
			    line_style 	3
6908
			    line_style 	3
6624
			    origin_attachment 	(322, 1911)
6909
			    origin_attachment 	(322, 1911)
6625
			    terminal_attachment 	(1013, 1911)
6910
			    terminal_attachment 	(1013, 1911)
6626
			    label      	(object SegLabel @332
6911
			    label      	(object SegLabel @338
6627
				Parent_View 	@330
6912
				Parent_View 	@336
6628
				location   	(943, 1965)
6913
				location   	(943, 1965)
6629
				anchor     	2
6914
				anchor     	2
6630
				anchor_loc 	1
6915
				anchor_loc 	1
Lines 6635-6648 Link Here
6635
				pctDist    	0.900000
6920
				pctDist    	0.900000
6636
				height     	54
6921
				height     	54
6637
				orientation 	1))
6922
				orientation 	1))
6638
			(object RoleView "$UNNAMED$58" @333
6923
			(object RoleView "$UNNAMED$58" @339
6639
			    Parent_View 	@329
6924
			    Parent_View 	@335
6640
			    location   	(-14, 1191)
6925
			    location   	(-14, 1191)
6641
			    stereotype 	TRUE
6926
			    stereotype 	TRUE
6642
			    line_color 	3342489
6927
			    line_color 	3342489
6643
			    quidu      	"3C4682960118"
6928
			    quidu      	"3C4682960118"
6644
			    client     	@329
6929
			    client     	@335
6645
			    supplier   	@318
6930
			    supplier   	@324
6646
			    vertices   	(list Points
6931
			    vertices   	(list Points
6647
				(322, 1911)
6932
				(322, 1911)
6648
				(229, 1911)
6933
				(229, 1911)
Lines 6650-6662 Link Here
6650
			    line_style 	3
6935
			    line_style 	3
6651
			    origin_attachment 	(322, 1911)
6936
			    origin_attachment 	(322, 1911)
6652
			    terminal_attachment 	(229, 1313))))
6937
			    terminal_attachment 	(229, 1313))))
6653
		(object ClassView "Class" "Logical View::wsdl::Types" @334
6938
		(object ClassView "Class" "Logical View::wsdl::Types" @340
6654
		    ShowCompartmentStereotypes 	TRUE
6939
		    ShowCompartmentStereotypes 	TRUE
6655
		    IncludeAttribute 	TRUE
6940
		    IncludeAttribute 	TRUE
6656
		    IncludeOperation 	TRUE
6941
		    IncludeOperation 	TRUE
6657
		    location   	(800, 608)
6942
		    location   	(800, 608)
6658
		    label      	(object ItemLabel
6943
		    label      	(object ItemLabel
6659
			Parent_View 	@334
6944
			Parent_View 	@340
6660
			location   	(615, 512)
6945
			location   	(615, 512)
6661
			fill_color 	13434879
6946
			fill_color 	13434879
6662
			nlines     	1
6947
			nlines     	1
Lines 6667-6681 Link Here
6667
		    line_color 	3342489
6952
		    line_color 	3342489
6668
		    fill_color 	13434879
6953
		    fill_color 	13434879
6669
		    quidu      	"3B8BE9A603A8"
6954
		    quidu      	"3B8BE9A603A8"
6955
		    compartment 	(object Compartment
6956
			Parent_View 	@340
6957
			location   	(615, 567)
6958
			icon_style 	"Icon"
6959
			fill_color 	16777215
6960
			anchor     	2
6961
			nlines     	3
6962
			max_width  	312)
6670
		    width      	389
6963
		    width      	389
6671
		    height     	216
6964
		    height     	216
6672
		    annotation 	8
6965
		    annotation 	8
6673
		    autoResize 	TRUE)
6966
		    autoResize 	TRUE)
6674
		(object ClassView "Class" "Logical View::wsdl::Definition" @335
6967
		(object ClassView "Class" "Logical View::wsdl::Definition" @341
6675
		    ShowCompartmentStereotypes 	TRUE
6968
		    ShowCompartmentStereotypes 	TRUE
6676
		    location   	(176, 160)
6969
		    location   	(176, 160)
6677
		    label      	(object ItemLabel
6970
		    label      	(object ItemLabel
6678
			Parent_View 	@335
6971
			Parent_View 	@341
6679
			location   	(74, 107)
6972
			location   	(74, 107)
6680
			fill_color 	13434879
6973
			fill_color 	13434879
6681
			nlines     	1
6974
			nlines     	1
Lines 6690-6706 Link Here
6690
		    height     	130
6983
		    height     	130
6691
		    annotation 	8
6984
		    annotation 	8
6692
		    autoResize 	TRUE)
6985
		    autoResize 	TRUE)
6693
		(object AssociationViewNew "$UNNAMED$15" @336
6986
		(object AssociationViewNew "$UNNAMED$15" @342
6694
		    location   	(234, 604)
6987
		    location   	(234, 604)
6695
		    stereotype 	TRUE
6988
		    stereotype 	TRUE
6696
		    line_color 	3342489
6989
		    line_color 	3342489
6697
		    quidu      	"3B8BEA27029F"
6990
		    quidu      	"3B8BEA27029F"
6698
		    roleview_list 	(list RoleViews
6991
		    roleview_list 	(list RoleViews
6699
			(object RoleView "eTypes" @337
6992
			(object RoleView "eTypes" @343
6700
			    Parent_View 	@336
6993
			    Parent_View 	@342
6701
			    location   	(-150, 396)
6994
			    location   	(-150, 396)
6702
			    label      	(object SegLabel @338
6995
			    label      	(object SegLabel @344
6703
				Parent_View 	@337
6996
				Parent_View 	@343
6704
				location   	(480, 640)
6997
				location   	(480, 640)
6705
				anchor     	1
6998
				anchor     	1
6706
				anchor_loc 	1
6999
				anchor_loc 	1
Lines 6714-6726 Link Here
6714
			    stereotype 	TRUE
7007
			    stereotype 	TRUE
6715
			    line_color 	3342489
7008
			    line_color 	3342489
6716
			    quidu      	"3B8BEA29036A"
7009
			    quidu      	"3B8BEA29036A"
6717
			    client     	@336
7010
			    client     	@342
6718
			    supplier   	@334
7011
			    supplier   	@340
6719
			    line_style 	3
7012
			    line_style 	3
6720
			    origin_attachment 	(234, 604)
7013
			    origin_attachment 	(234, 604)
6721
			    terminal_attachment 	(606, 604)
7014
			    terminal_attachment 	(606, 604)
6722
			    label      	(object SegLabel @339
7015
			    label      	(object SegLabel @345
6723
				Parent_View 	@337
7016
				Parent_View 	@343
6724
				location   	(526, 569)
7017
				location   	(526, 569)
6725
				anchor     	2
7018
				anchor     	2
6726
				anchor_loc 	1
7019
				anchor_loc 	1
Lines 6731-6741 Link Here
6731
				pctDist    	0.783883
7024
				pctDist    	0.783883
6732
				height     	36
7025
				height     	36
6733
				orientation 	0))
7026
				orientation 	0))
6734
			(object RoleView "$UNNAMED$16" @340
7027
			(object RoleView "$UNNAMED$16" @346
6735
			    Parent_View 	@336
7028
			    Parent_View 	@342
6736
			    location   	(-150, 396)
7029
			    location   	(-150, 396)
6737
			    label      	(object SegLabel @341
7030
			    label      	(object SegLabel @347
6738
				Parent_View 	@340
7031
				Parent_View 	@346
6739
				location   	(133, 313)
7032
				location   	(133, 313)
6740
				hidden     	TRUE
7033
				hidden     	TRUE
6741
				anchor     	1
7034
				anchor     	1
Lines 6750-6757 Link Here
6750
			    stereotype 	TRUE
7043
			    stereotype 	TRUE
6751
			    line_color 	3342489
7044
			    line_color 	3342489
6752
			    quidu      	"3B8BEA290356"
7045
			    quidu      	"3B8BEA290356"
6753
			    client     	@336
7046
			    client     	@342
6754
			    supplier   	@335
7047
			    supplier   	@341
6755
			    vertices   	(list Points
7048
			    vertices   	(list Points
6756
				(234, 604)
7049
				(234, 604)
6757
				(174, 604)
7050
				(174, 604)
Lines 6759-6766 Link Here
6759
			    line_style 	3
7052
			    line_style 	3
6760
			    origin_attachment 	(234, 604)
7053
			    origin_attachment 	(234, 604)
6761
			    terminal_attachment 	(174, 225)
7054
			    terminal_attachment 	(174, 225)
6762
			    label      	(object SegLabel @342
7055
			    label      	(object SegLabel @348
6763
				Parent_View 	@340
7056
				Parent_View 	@346
6764
				location   	(228, 271)
7057
				location   	(228, 271)
6765
				anchor     	2
7058
				anchor     	2
6766
				anchor_loc 	1
7059
				anchor_loc 	1
Lines 6771-6782 Link Here
6771
				pctDist    	0.897729
7064
				pctDist    	0.897729
6772
				height     	54
7065
				height     	54
6773
				orientation 	1))))
7066
				orientation 	1))))
6774
		(object ClassView "Class" "Logical View::wsdl::ITypes" @343
7067
		(object ClassView "Class" "Logical View::wsdl::ITypes" @349
6775
		    ShowCompartmentStereotypes 	TRUE
7068
		    ShowCompartmentStereotypes 	TRUE
6776
		    IncludeOperation 	TRUE
7069
		    IncludeOperation 	TRUE
6777
		    location   	(640, 224)
7070
		    location   	(640, 224)
6778
		    label      	(object ItemLabel
7071
		    label      	(object ItemLabel
6779
			Parent_View 	@343
7072
			Parent_View 	@349
6780
			location   	(525, 203)
7073
			location   	(525, 203)
6781
			fill_color 	13434879
7074
			fill_color 	13434879
6782
			nlines     	1
7075
			nlines     	1
Lines 6784-6790 Link Here
6784
			justify    	0
7077
			justify    	0
6785
			label      	"ITypes")
7078
			label      	"ITypes")
6786
		    stereotype 	(object ItemLabel
7079
		    stereotype 	(object ItemLabel
6787
			Parent_View 	@343
7080
			Parent_View 	@349
6788
			location   	(525, 153)
7081
			location   	(525, 153)
6789
			fill_color 	13434879
7082
			fill_color 	13434879
6790
			anchor     	10
7083
			anchor     	10
Lines 6801-6813 Link Here
6801
		    height     	166
7094
		    height     	166
6802
		    annotation 	8
7095
		    annotation 	8
6803
		    autoResize 	TRUE)
7096
		    autoResize 	TRUE)
6804
		(object ClassView "Class" "Logical View::wsdl::XSDSchemaExtensibilityElement" @344
7097
		(object ClassView "Class" "Logical View::wsdl::XSDSchemaExtensibilityElement" @350
6805
		    ShowCompartmentStereotypes 	TRUE
7098
		    ShowCompartmentStereotypes 	TRUE
6806
		    IncludeAttribute 	TRUE
7099
		    IncludeAttribute 	TRUE
6807
		    IncludeOperation 	TRUE
7100
		    IncludeOperation 	TRUE
6808
		    location   	(1728, 800)
7101
		    location   	(1728, 800)
6809
		    label      	(object ItemLabel
7102
		    label      	(object ItemLabel
6810
			Parent_View 	@344
7103
			Parent_View 	@350
6811
			location   	(1359, 753)
7104
			location   	(1359, 753)
6812
			fill_color 	13434879
7105
			fill_color 	13434879
6813
			nlines     	1
7106
			nlines     	1
Lines 6818-6833 Link Here
6818
		    line_color 	3342489
7111
		    line_color 	3342489
6819
		    fill_color 	13434879
7112
		    fill_color 	13434879
6820
		    quidu      	"3CC360D7039C"
7113
		    quidu      	"3CC360D7039C"
7114
		    compartment 	(object Compartment
7115
			Parent_View 	@350
7116
			location   	(1359, 808)
7117
			icon_style 	"Icon"
7118
			fill_color 	16777215
7119
			anchor     	2
7120
			nlines     	2
7121
			max_width  	540)
6821
		    width      	757
7122
		    width      	757
6822
		    height     	118
7123
		    height     	118
6823
		    annotation 	8
7124
		    annotation 	8
6824
		    autoResize 	TRUE)
7125
		    autoResize 	TRUE)
6825
		(object ClassView "Class" "Logical View::xsd::XSDSchema" @345
7126
		(object ClassView "Class" "Logical View::xsd::XSDSchema" @351
6826
		    ShowCompartmentStereotypes 	TRUE
7127
		    ShowCompartmentStereotypes 	TRUE
6827
		    IncludeOperation 	TRUE
7128
		    IncludeOperation 	TRUE
6828
		    location   	(1856, 1216)
7129
		    location   	(1856, 1216)
6829
		    label      	(object ItemLabel
7130
		    label      	(object ItemLabel
6830
			Parent_View 	@345
7131
			Parent_View 	@351
6831
			location   	(1529, 1103)
7132
			location   	(1529, 1103)
6832
			fill_color 	13434879
7133
			fill_color 	13434879
6833
			nlines     	1
7134
			nlines     	1
Lines 6842-6866 Link Here
6842
		    height     	250
7143
		    height     	250
6843
		    annotation 	8
7144
		    annotation 	8
6844
		    autoResize 	TRUE)
7145
		    autoResize 	TRUE)
6845
		(object AssociationViewNew "$UNNAMED$59" @346
7146
		(object AssociationViewNew "$UNNAMED$59" @352
6846
		    location   	(1826, 975)
7147
		    location   	(1826, 975)
6847
		    stereotype 	TRUE
7148
		    stereotype 	TRUE
6848
		    line_color 	3342489
7149
		    line_color 	3342489
6849
		    quidu      	"3CC3614500F2"
7150
		    quidu      	"3CC3614500F2"
6850
		    roleview_list 	(list RoleViews
7151
		    roleview_list 	(list RoleViews
6851
			(object RoleView "$UNNAMED$60" @347
7152
			(object RoleView "$UNNAMED$60" @353
6852
			    Parent_View 	@346
7153
			    Parent_View 	@352
6853
			    location   	(306, 447)
7154
			    location   	(306, 447)
6854
			    stereotype 	TRUE
7155
			    stereotype 	TRUE
6855
			    line_color 	3342489
7156
			    line_color 	3342489
6856
			    quidu      	"3CC36146023D"
7157
			    quidu      	"3CC36146023D"
6857
			    client     	@346
7158
			    client     	@352
6858
			    supplier   	@344
7159
			    supplier   	@350
6859
			    line_style 	3
7160
			    line_style 	3
6860
			    origin_attachment 	(1826, 975)
7161
			    origin_attachment 	(1826, 975)
6861
			    terminal_attachment 	(1826, 859)
7162
			    terminal_attachment 	(1826, 859)
6862
			    label      	(object SegLabel @348
7163
			    label      	(object SegLabel @354
6863
				Parent_View 	@347
7164
				Parent_View 	@353
6864
				location   	(1774, 900)
7165
				location   	(1774, 900)
6865
				anchor     	2
7166
				anchor     	2
6866
				anchor_loc 	1
7167
				anchor_loc 	1
Lines 6871-6881 Link Here
6871
				pctDist    	0.656489
7172
				pctDist    	0.656489
6872
				height     	53
7173
				height     	53
6873
				orientation 	0))
7174
				orientation 	0))
6874
			(object RoleView "schema" @349
7175
			(object RoleView "schema" @355
6875
			    Parent_View 	@346
7176
			    Parent_View 	@352
6876
			    location   	(306, 447)
7177
			    location   	(306, 447)
6877
			    label      	(object SegLabel @350
7178
			    label      	(object SegLabel @356
6878
				Parent_View 	@349
7179
				Parent_View 	@355
6879
				location   	(2006, 1033)
7180
				location   	(2006, 1033)
6880
				anchor     	1
7181
				anchor     	1
6881
				anchor_loc 	1
7182
				anchor_loc 	1
Lines 6889-6901 Link Here
6889
			    stereotype 	TRUE
7190
			    stereotype 	TRUE
6890
			    line_color 	3342489
7191
			    line_color 	3342489
6891
			    quidu      	"3CC36146023E"
7192
			    quidu      	"3CC36146023E"
6892
			    client     	@346
7193
			    client     	@352
6893
			    supplier   	@345
7194
			    supplier   	@351
6894
			    line_style 	3
7195
			    line_style 	3
6895
			    origin_attachment 	(1826, 975)
7196
			    origin_attachment 	(1826, 975)
6896
			    terminal_attachment 	(1826, 1091)
7197
			    terminal_attachment 	(1826, 1091)
6897
			    label      	(object SegLabel @351
7198
			    label      	(object SegLabel @357
6898
				Parent_View 	@349
7199
				Parent_View 	@355
6899
				location   	(1788, 1050)
7200
				location   	(1788, 1050)
6900
				anchor     	2
7201
				anchor     	2
6901
				anchor_loc 	1
7202
				anchor_loc 	1
Lines 6906-6921 Link Here
6906
				pctDist    	0.651515
7207
				pctDist    	0.651515
6907
				height     	39
7208
				height     	39
6908
				orientation 	1))))
7209
				orientation 	1))))
6909
		(object InheritView "" @352
7210
		(object InheritView "" @358
6910
		    stereotype 	TRUE
7211
		    stereotype 	TRUE
6911
		    line_color 	3342489
7212
		    line_color 	3342489
6912
		    quidu      	"3CADCD3B0380"
7213
		    quidu      	"3CADCD3B0380"
6913
		    client     	@334
7214
		    client     	@340
6914
		    supplier   	@343
7215
		    supplier   	@349
6915
		    line_style 	3
7216
		    line_style 	3
6916
		    origin_attachment 	(705, 500)
7217
		    origin_attachment 	(705, 500)
6917
		    terminal_attachment 	(705, 307))
7218
		    terminal_attachment 	(705, 307))
6918
		(object ClassView "Class" "Logical View::wsdl::ExtensibleElement" @353
7219
		(object ClassView "Class" "Logical View::wsdl::ExtensibleElement" @359
6919
		    ShowCompartmentStereotypes 	TRUE
7220
		    ShowCompartmentStereotypes 	TRUE
6920
		    IncludeAttribute 	TRUE
7221
		    IncludeAttribute 	TRUE
6921
		    IncludeOperation 	TRUE
7222
		    IncludeOperation 	TRUE
Lines 6923-6929 Link Here
6923
		    font       	(object Font
7224
		    font       	(object Font
6924
			italics    	TRUE)
7225
			italics    	TRUE)
6925
		    label      	(object ItemLabel
7226
		    label      	(object ItemLabel
6926
			Parent_View 	@353
7227
			Parent_View 	@359
6927
			location   	(815, 130)
7228
			location   	(815, 130)
6928
			fill_color 	13434879
7229
			fill_color 	13434879
6929
			nlines     	1
7230
			nlines     	1
Lines 6938-6958 Link Here
6938
		    height     	212
7239
		    height     	212
6939
		    annotation 	8
7240
		    annotation 	8
6940
		    autoResize 	TRUE)
7241
		    autoResize 	TRUE)
6941
		(object InheritView "" @354
7242
		(object InheritView "" @360
6942
		    stereotype 	TRUE
7243
		    stereotype 	TRUE
6943
		    line_color 	3342489
7244
		    line_color 	3342489
6944
		    quidu      	"3B8BEB010311"
7245
		    quidu      	"3B8BEB010311"
6945
		    client     	@334
7246
		    client     	@340
6946
		    supplier   	@353
7247
		    supplier   	@359
6947
		    line_style 	3
7248
		    line_style 	3
6948
		    origin_attachment 	(854, 500)
7249
		    origin_attachment 	(854, 500)
6949
		    terminal_attachment 	(854, 330))
7250
		    terminal_attachment 	(854, 330))
6950
		(object ClassView "Class" "Logical View::wsdl::ExtensibilityElement" @355
7251
		(object ClassView "Class" "Logical View::wsdl::ExtensibilityElement" @361
6951
		    ShowCompartmentStereotypes 	TRUE
7252
		    ShowCompartmentStereotypes 	TRUE
6952
		    IncludeAttribute 	TRUE
7253
		    IncludeAttribute 	TRUE
6953
		    location   	(1824, 464)
7254
		    location   	(1824, 464)
6954
		    label      	(object ItemLabel
7255
		    label      	(object ItemLabel
6955
			Parent_View 	@355
7256
			Parent_View 	@361
6956
			location   	(1490, 368)
7257
			location   	(1490, 368)
6957
			fill_color 	13434879
7258
			fill_color 	13434879
6958
			nlines     	1
7259
			nlines     	1
Lines 6963-6983 Link Here
6963
		    line_color 	3342489
7264
		    line_color 	3342489
6964
		    fill_color 	13434879
7265
		    fill_color 	13434879
6965
		    quidu      	"3AD5DBB602A9"
7266
		    quidu      	"3AD5DBB602A9"
7267
		    compartment 	(object Compartment
7268
			Parent_View 	@361
7269
			location   	(1490, 423)
7270
			icon_style 	"Icon"
7271
			fill_color 	16777215
7272
			anchor     	2
7273
			nlines     	3
7274
			max_width  	465)
6966
		    width      	687
7275
		    width      	687
6967
		    height     	216
7276
		    height     	216
6968
		    annotation 	8
7277
		    annotation 	8
6969
		    autoResize 	TRUE)
7278
		    autoResize 	TRUE)
6970
		(object AssociationViewNew "$UNNAMED$25" @356
7279
		(object AssociationViewNew "$UNNAMED$25" @362
6971
		    location   	(1206, 493)
7280
		    location   	(1206, 493)
6972
		    stereotype 	TRUE
7281
		    stereotype 	TRUE
6973
		    line_color 	3342489
7282
		    line_color 	3342489
6974
		    quidu      	"3AD5FD130079"
7283
		    quidu      	"3AD5FD130079"
6975
		    roleview_list 	(list RoleViews
7284
		    roleview_list 	(list RoleViews
6976
			(object RoleView "$UNNAMED$26" @357
7285
			(object RoleView "$UNNAMED$26" @363
6977
			    Parent_View 	@356
7286
			    Parent_View 	@362
6978
			    location   	(-586, 237)
7287
			    location   	(-586, 237)
6979
			    label      	(object SegLabel @358
7288
			    label      	(object SegLabel @364
6980
				Parent_View 	@357
7289
				Parent_View 	@363
6981
				location   	(1136, 386)
7290
				location   	(1136, 386)
6982
				hidden     	TRUE
7291
				hidden     	TRUE
6983
				anchor     	1
7292
				anchor     	1
Lines 6992-6999 Link Here
6992
			    stereotype 	TRUE
7301
			    stereotype 	TRUE
6993
			    line_color 	3342489
7302
			    line_color 	3342489
6994
			    quidu      	"3AD5FD14019E"
7303
			    quidu      	"3AD5FD14019E"
6995
			    client     	@356
7304
			    client     	@362
6996
			    supplier   	@353
7305
			    supplier   	@359
6997
			    vertices   	(list Points
7306
			    vertices   	(list Points
6998
				(1206, 493)
7307
				(1206, 493)
6999
				(1094, 493)
7308
				(1094, 493)
Lines 7001-7008 Link Here
7001
			    line_style 	3
7310
			    line_style 	3
7002
			    origin_attachment 	(1206, 493)
7311
			    origin_attachment 	(1206, 493)
7003
			    terminal_attachment 	(1094, 330)
7312
			    terminal_attachment 	(1094, 330)
7004
			    label      	(object SegLabel @359
7313
			    label      	(object SegLabel @365
7005
				Parent_View 	@357
7314
				Parent_View 	@363
7006
				location   	(1042, 377)
7315
				location   	(1042, 377)
7007
				anchor     	2
7316
				anchor     	2
7008
				anchor_loc 	1
7317
				anchor_loc 	1
Lines 7013-7023 Link Here
7013
				pctDist    	0.828326
7322
				pctDist    	0.828326
7014
				height     	53
7323
				height     	53
7015
				orientation 	0))
7324
				orientation 	0))
7016
			(object RoleView "eExtensibilityElements" @360
7325
			(object RoleView "eExtensibilityElements" @366
7017
			    Parent_View 	@356
7326
			    Parent_View 	@362
7018
			    location   	(-586, 237)
7327
			    location   	(-586, 237)
7019
			    label      	(object SegLabel @361
7328
			    label      	(object SegLabel @367
7020
				Parent_View 	@360
7329
				Parent_View 	@366
7021
				location   	(1196, 454)
7330
				location   	(1196, 454)
7022
				anchor     	1
7331
				anchor     	1
7023
				anchor_loc 	1
7332
				anchor_loc 	1
Lines 7031-7043 Link Here
7031
			    stereotype 	TRUE
7340
			    stereotype 	TRUE
7032
			    line_color 	3342489
7341
			    line_color 	3342489
7033
			    quidu      	"3AD5FD14019D"
7342
			    quidu      	"3AD5FD14019D"
7034
			    client     	@356
7343
			    client     	@362
7035
			    supplier   	@355
7344
			    supplier   	@361
7036
			    line_style 	3
7345
			    line_style 	3
7037
			    origin_attachment 	(1206, 493)
7346
			    origin_attachment 	(1206, 493)
7038
			    terminal_attachment 	(1481, 493)
7347
			    terminal_attachment 	(1481, 493)
7039
			    label      	(object SegLabel @362
7348
			    label      	(object SegLabel @368
7040
				Parent_View 	@360
7349
				Parent_View 	@366
7041
				location   	(1415, 546)
7350
				location   	(1415, 546)
7042
				anchor     	2
7351
				anchor     	2
7043
				anchor_loc 	1
7352
				anchor_loc 	1
Lines 7048-7055 Link Here
7048
				pctDist    	0.764957
7357
				pctDist    	0.764957
7049
				height     	53
7358
				height     	53
7050
				orientation 	1)
7359
				orientation 	1)
7051
			    label      	(object SegLabel @363
7360
			    label      	(object SegLabel @369
7052
				Parent_View 	@360
7361
				Parent_View 	@366
7053
				location   	(1396, 392)
7362
				location   	(1396, 392)
7054
				anchor     	3
7363
				anchor     	3
7055
				anchor_loc 	1
7364
				anchor_loc 	1
Lines 7060-7071 Link Here
7060
				pctDist    	0.694915
7369
				pctDist    	0.694915
7061
				height     	102
7370
				height     	102
7062
				orientation 	0))))
7371
				orientation 	0))))
7063
		(object InheritView "" @364
7372
		(object InheritView "" @370
7064
		    stereotype 	TRUE
7373
		    stereotype 	TRUE
7065
		    line_color 	3342489
7374
		    line_color 	3342489
7066
		    quidu      	"3CC3627F00B7"
7375
		    quidu      	"3CC3627F00B7"
7067
		    client     	@344
7376
		    client     	@350
7068
		    supplier   	@355
7377
		    supplier   	@361
7069
		    line_style 	3
7378
		    line_style 	3
7070
		    origin_attachment 	(1812, 741)
7379
		    origin_attachment 	(1812, 741)
7071
		    terminal_attachment 	(1812, 572))))
7380
		    terminal_attachment 	(1812, 572))))
Lines 7078-7090 Link Here
7078
	    origin_x   	0
7387
	    origin_x   	0
7079
	    origin_y   	0
7388
	    origin_y   	0
7080
	    items      	(list diagram_item_list
7389
	    items      	(list diagram_item_list
7081
		(object ClassView "Class" "Logical View::wsdl::IMessage" @365
7390
		(object ClassView "Class" "Logical View::wsdl::IMessage" @371
7082
		    ShowCompartmentStereotypes 	TRUE
7391
		    ShowCompartmentStereotypes 	TRUE
7083
		    SuppressAttribute 	TRUE
7392
		    SuppressAttribute 	TRUE
7084
		    IncludeOperation 	TRUE
7393
		    IncludeOperation 	TRUE
7085
		    location   	(448, 224)
7394
		    location   	(448, 224)
7086
		    label      	(object ItemLabel
7395
		    label      	(object ItemLabel
7087
			Parent_View 	@365
7396
			Parent_View 	@371
7088
			location   	(267, 122)
7397
			location   	(267, 122)
7089
			fill_color 	13434879
7398
			fill_color 	13434879
7090
			nlines     	1
7399
			nlines     	1
Lines 7092-7098 Link Here
7092
			justify    	0
7401
			justify    	0
7093
			label      	"IMessage")
7402
			label      	"IMessage")
7094
		    stereotype 	(object ItemLabel
7403
		    stereotype 	(object ItemLabel
7095
			Parent_View 	@365
7404
			Parent_View 	@371
7096
			location   	(267, 72)
7405
			location   	(267, 72)
7097
			fill_color 	13434879
7406
			fill_color 	13434879
7098
			anchor     	10
7407
			anchor     	10
Lines 7109-7122 Link Here
7109
		    height     	328
7418
		    height     	328
7110
		    annotation 	8
7419
		    annotation 	8
7111
		    autoResize 	TRUE)
7420
		    autoResize 	TRUE)
7112
		(object ClassView "Class" "Logical View::wsdl::IPart" @366
7421
		(object ClassView "Class" "Logical View::wsdl::IPart" @372
7113
		    ShowCompartmentStereotypes 	TRUE
7422
		    ShowCompartmentStereotypes 	TRUE
7114
		    SuppressAttribute 	TRUE
7423
		    SuppressAttribute 	TRUE
7115
		    IncludeAttribute 	TRUE
7424
		    IncludeAttribute 	TRUE
7116
		    IncludeOperation 	TRUE
7425
		    IncludeOperation 	TRUE
7117
		    location   	(1328, 224)
7426
		    location   	(1328, 224)
7118
		    label      	(object ItemLabel
7427
		    label      	(object ItemLabel
7119
			Parent_View 	@366
7428
			Parent_View 	@372
7120
			location   	(1029, 124)
7429
			location   	(1029, 124)
7121
			fill_color 	13434879
7430
			fill_color 	13434879
7122
			nlines     	1
7431
			nlines     	1
Lines 7124-7130 Link Here
7124
			justify    	0
7433
			justify    	0
7125
			label      	"IPart")
7434
			label      	"IPart")
7126
		    stereotype 	(object ItemLabel
7435
		    stereotype 	(object ItemLabel
7127
			Parent_View 	@366
7436
			Parent_View 	@372
7128
			location   	(1029, 74)
7437
			location   	(1029, 74)
7129
			fill_color 	13434879
7438
			fill_color 	13434879
7130
			anchor     	10
7439
			anchor     	10
Lines 7140-7152 Link Here
7140
		    width      	617
7449
		    width      	617
7141
		    height     	324
7450
		    height     	324
7142
		    annotation 	8)
7451
		    annotation 	8)
7143
		(object ClassView "Class" "Logical View::wsdl::Part" @367
7452
		(object ClassView "Class" "Logical View::wsdl::Part" @373
7144
		    ShowCompartmentStereotypes 	TRUE
7453
		    ShowCompartmentStereotypes 	TRUE
7145
		    IncludeAttribute 	TRUE
7454
		    IncludeAttribute 	TRUE
7146
		    IncludeOperation 	TRUE
7455
		    IncludeOperation 	TRUE
7147
		    location   	(1312, 816)
7456
		    location   	(1312, 816)
7148
		    label      	(object ItemLabel
7457
		    label      	(object ItemLabel
7149
			Parent_View 	@367
7458
			Parent_View 	@373
7150
			location   	(1075, 690)
7459
			location   	(1075, 690)
7151
			fill_color 	13434879
7460
			fill_color 	13434879
7152
			nlines     	1
7461
			nlines     	1
Lines 7161-7182 Link Here
7161
		    height     	276
7470
		    height     	276
7162
		    annotation 	8
7471
		    annotation 	8
7163
		    autoResize 	TRUE)
7472
		    autoResize 	TRUE)
7164
		(object InheritView "" @368
7473
		(object InheritView "" @374
7165
		    stereotype 	TRUE
7474
		    stereotype 	TRUE
7166
		    line_color 	3342489
7475
		    line_color 	3342489
7167
		    quidu      	"3B84A96D02F1"
7476
		    quidu      	"3B84A96D02F1"
7168
		    client     	@367
7477
		    client     	@373
7169
		    supplier   	@366
7478
		    supplier   	@372
7170
		    line_style 	3
7479
		    line_style 	3
7171
		    origin_attachment 	(1304, 678)
7480
		    origin_attachment 	(1304, 678)
7172
		    terminal_attachment 	(1304, 386))
7481
		    terminal_attachment 	(1304, 386))
7173
		(object ClassView "Class" "Logical View::wsdl::Message" @369
7482
		(object ClassView "Class" "Logical View::wsdl::Message" @375
7174
		    ShowCompartmentStereotypes 	TRUE
7483
		    ShowCompartmentStereotypes 	TRUE
7175
		    IncludeAttribute 	TRUE
7484
		    IncludeAttribute 	TRUE
7176
		    IncludeOperation 	TRUE
7485
		    IncludeOperation 	TRUE
7177
		    location   	(448, 656)
7486
		    location   	(448, 656)
7178
		    label      	(object ItemLabel
7487
		    label      	(object ItemLabel
7179
			Parent_View 	@369
7488
			Parent_View 	@375
7180
			location   	(241, 507)
7489
			location   	(241, 507)
7181
			fill_color 	13434879
7490
			fill_color 	13434879
7182
			nlines     	1
7491
			nlines     	1
Lines 7191-7216 Link Here
7191
		    height     	322
7500
		    height     	322
7192
		    annotation 	8
7501
		    annotation 	8
7193
		    autoResize 	TRUE)
7502
		    autoResize 	TRUE)
7194
		(object InheritView "" @370
7503
		(object InheritView "" @376
7195
		    stereotype 	TRUE
7504
		    stereotype 	TRUE
7196
		    line_color 	3342489
7505
		    line_color 	3342489
7197
		    quidu      	"3B84A8D102BA"
7506
		    quidu      	"3B84A8D102BA"
7198
		    client     	@369
7507
		    client     	@375
7199
		    supplier   	@365
7508
		    supplier   	@371
7200
		    line_style 	3
7509
		    line_style 	3
7201
		    origin_attachment 	(445, 495)
7510
		    origin_attachment 	(445, 495)
7202
		    terminal_attachment 	(445, 388))
7511
		    terminal_attachment 	(445, 388))
7203
		(object AssociationViewNew "$UNNAMED$1" @371
7512
		(object AssociationViewNew "$UNNAMED$1" @377
7204
		    location   	(688, 952)
7513
		    location   	(688, 952)
7205
		    stereotype 	TRUE
7514
		    stereotype 	TRUE
7206
		    line_color 	3342489
7515
		    line_color 	3342489
7207
		    quidu      	"3AD5CEBE00E2"
7516
		    quidu      	"3AD5CEBE00E2"
7208
		    roleview_list 	(list RoleViews
7517
		    roleview_list 	(list RoleViews
7209
			(object RoleView "eParts" @372
7518
			(object RoleView "eParts" @378
7210
			    Parent_View 	@371
7519
			    Parent_View 	@377
7211
			    location   	(176, 328)
7520
			    location   	(176, 328)
7212
			    label      	(object SegLabel @373
7521
			    label      	(object SegLabel @379
7213
				Parent_View 	@372
7522
				Parent_View 	@378
7214
				location   	(952, 897)
7523
				location   	(952, 897)
7215
				anchor     	1
7524
				anchor     	1
7216
				anchor_loc 	1
7525
				anchor_loc 	1
Lines 7224-7236 Link Here
7224
			    stereotype 	TRUE
7533
			    stereotype 	TRUE
7225
			    line_color 	3342489
7534
			    line_color 	3342489
7226
			    quidu      	"3AD5CEBF0061"
7535
			    quidu      	"3AD5CEBF0061"
7227
			    client     	@371
7536
			    client     	@377
7228
			    supplier   	@367
7537
			    supplier   	@373
7229
			    line_style 	3
7538
			    line_style 	3
7230
			    origin_attachment 	(688, 952)
7539
			    origin_attachment 	(688, 952)
7231
			    terminal_attachment 	(1066, 952)
7540
			    terminal_attachment 	(1066, 952)
7232
			    label      	(object SegLabel @374
7541
			    label      	(object SegLabel @380
7233
				Parent_View 	@372
7542
				Parent_View 	@378
7234
				location   	(987, 1005)
7543
				location   	(987, 1005)
7235
				anchor     	2
7544
				anchor     	2
7236
				anchor_loc 	1
7545
				anchor_loc 	1
Lines 7241-7248 Link Here
7241
				pctDist    	0.789809
7550
				pctDist    	0.789809
7242
				height     	53
7551
				height     	53
7243
				orientation 	1)
7552
				orientation 	1)
7244
			    label      	(object SegLabel @375
7553
			    label      	(object SegLabel @381
7245
				Parent_View 	@372
7554
				Parent_View 	@378
7246
				location   	(967, 1061)
7555
				location   	(967, 1061)
7247
				anchor     	3
7556
				anchor     	3
7248
				anchor_loc 	1
7557
				anchor_loc 	1
Lines 7253-7263 Link Here
7253
				pctDist    	0.742038
7562
				pctDist    	0.742038
7254
				height     	109
7563
				height     	109
7255
				orientation 	1))
7564
				orientation 	1))
7256
			(object RoleView "$UNNAMED$2" @376
7565
			(object RoleView "$UNNAMED$2" @382
7257
			    Parent_View 	@371
7566
			    Parent_View 	@377
7258
			    location   	(176, 328)
7567
			    location   	(176, 328)
7259
			    label      	(object SegLabel @377
7568
			    label      	(object SegLabel @383
7260
				Parent_View 	@376
7569
				Parent_View 	@382
7261
				location   	(404, 893)
7570
				location   	(404, 893)
7262
				hidden     	TRUE
7571
				hidden     	TRUE
7263
				anchor     	1
7572
				anchor     	1
Lines 7272-7279 Link Here
7272
			    stereotype 	TRUE
7581
			    stereotype 	TRUE
7273
			    line_color 	3342489
7582
			    line_color 	3342489
7274
			    quidu      	"3AD5CEBF0057"
7583
			    quidu      	"3AD5CEBF0057"
7275
			    client     	@371
7584
			    client     	@377
7276
			    supplier   	@369
7585
			    supplier   	@375
7277
			    vertices   	(list Points
7586
			    vertices   	(list Points
7278
				(688, 952)
7587
				(688, 952)
7279
				(445, 952)
7588
				(445, 952)
Lines 7281-7288 Link Here
7281
			    line_style 	3
7590
			    line_style 	3
7282
			    origin_attachment 	(688, 952)
7591
			    origin_attachment 	(688, 952)
7283
			    terminal_attachment 	(445, 817)
7592
			    terminal_attachment 	(445, 817)
7284
			    label      	(object SegLabel @378
7593
			    label      	(object SegLabel @384
7285
				Parent_View 	@376
7594
				Parent_View 	@382
7286
				location   	(393, 912)
7595
				location   	(393, 912)
7287
				anchor     	2
7596
				anchor     	2
7288
				anchor_loc 	1
7597
				anchor_loc 	1
Lines 7292-7295 Link Here
7292
				label      	"1..1"
7601
				label      	"1..1"
7293
				pctDist    	0.747604
7602
				pctDist    	0.747604
7294
				height     	53
7603
				height     	53
7295
				orientation 	0))))))))
7604
				orientation 	0))))))
7605
	(object ClassDiagram "JWSDL"
7606
	    quid       	"490E215E0109"
7607
	    title      	"JWSDL"
7608
	    zoom       	80
7609
	    max_height 	28350
7610
	    max_width  	21600
7611
	    origin_x   	1570
7612
	    origin_y   	1862
7613
	    items      	(list diagram_item_list
7614
		(object ClassView "Class" "Logical View::wsdl::IElementExtensible" @385
7615
		    ShowCompartmentStereotypes 	TRUE
7616
		    IncludeAttribute 	TRUE
7617
		    IncludeOperation 	TRUE
7618
		    location   	(1344, 1904)
7619
		    label      	(object ItemLabel
7620
			Parent_View 	@385
7621
			location   	(748, 1795)
7622
			fill_color 	13434879
7623
			nlines     	1
7624
			max_width  	1192
7625
			justify    	0
7626
			label      	"IElementExtensible")
7627
		    stereotype 	(object ItemLabel
7628
			Parent_View 	@385
7629
			location   	(748, 1745)
7630
			fill_color 	13434879
7631
			anchor     	10
7632
			nlines     	1
7633
			max_width  	1192
7634
			justify    	0
7635
			label      	"<<Interface>>")
7636
		    icon       	"Interface"
7637
		    icon_style 	"Label"
7638
		    line_color 	3342489
7639
		    fill_color 	13434879
7640
		    quidu      	"490E04B000DA"
7641
		    compartment 	(object Compartment
7642
			Parent_View 	@385
7643
			location   	(748, 1856)
7644
			icon_style 	"Icon"
7645
			fill_color 	16777215
7646
			anchor     	2
7647
			nlines     	4
7648
			max_width  	1200)
7649
		    width      	1210
7650
		    height     	342
7651
		    annotation 	8
7652
		    autoResize 	TRUE)
7653
		(object ClassView "Class" "Logical View::wsdl::IAttributeExtensible" @386
7654
		    ShowCompartmentStereotypes 	TRUE
7655
		    IncludeAttribute 	TRUE
7656
		    IncludeOperation 	TRUE
7657
		    location   	(2240, 528)
7658
		    label      	(object ItemLabel
7659
			Parent_View 	@386
7660
			location   	(1700, 369)
7661
			fill_color 	13434879
7662
			nlines     	1
7663
			max_width  	1080
7664
			justify    	0
7665
			label      	"IAttributeExtensible")
7666
		    stereotype 	(object ItemLabel
7667
			Parent_View 	@386
7668
			location   	(1700, 319)
7669
			fill_color 	13434879
7670
			anchor     	10
7671
			nlines     	1
7672
			max_width  	1080
7673
			justify    	0
7674
			label      	"<<Interface>>")
7675
		    icon       	"Interface"
7676
		    icon_style 	"Label"
7677
		    line_color 	3342489
7678
		    fill_color 	13434879
7679
		    quidu      	"490E063F02AF"
7680
		    width      	1098
7681
		    height     	442
7682
		    annotation 	8
7683
		    autoResize 	TRUE)
7684
		(object ClassView "Class" "Logical View::wsdl::IInput" @387
7685
		    ShowCompartmentStereotypes 	TRUE
7686
		    IncludeAttribute 	TRUE
7687
		    IncludeOperation 	TRUE
7688
		    location   	(2064, 1344)
7689
		    label      	(object ItemLabel
7690
			Parent_View 	@387
7691
			location   	(1757, 1235)
7692
			fill_color 	13434879
7693
			nlines     	1
7694
			max_width  	614
7695
			justify    	0
7696
			label      	"IInput")
7697
		    stereotype 	(object ItemLabel
7698
			Parent_View 	@387
7699
			location   	(1757, 1185)
7700
			fill_color 	13434879
7701
			anchor     	10
7702
			nlines     	1
7703
			max_width  	614
7704
			justify    	0
7705
			label      	"<<Interface>>")
7706
		    icon       	"Interface"
7707
		    icon_style 	"Label"
7708
		    line_color 	3342489
7709
		    fill_color 	13434879
7710
		    quidu      	"3B84A7EE0015"
7711
		    width      	632
7712
		    height     	342
7713
		    annotation 	8
7714
		    autoResize 	TRUE)
7715
		(object ClassView "Class" "Logical View::wsdl::IOutput" @388
7716
		    ShowCompartmentStereotypes 	TRUE
7717
		    IncludeAttribute 	TRUE
7718
		    IncludeOperation 	TRUE
7719
		    location   	(2768, 1344)
7720
		    label      	(object ItemLabel
7721
			Parent_View 	@388
7722
			location   	(2444, 1235)
7723
			fill_color 	13434879
7724
			nlines     	1
7725
			max_width  	648
7726
			justify    	0
7727
			label      	"IOutput")
7728
		    stereotype 	(object ItemLabel
7729
			Parent_View 	@388
7730
			location   	(2444, 1185)
7731
			fill_color 	13434879
7732
			anchor     	10
7733
			nlines     	1
7734
			max_width  	648
7735
			justify    	0
7736
			label      	"<<Interface>>")
7737
		    icon       	"Interface"
7738
		    icon_style 	"Label"
7739
		    line_color 	3342489
7740
		    fill_color 	13434879
7741
		    quidu      	"3B84A829027D"
7742
		    width      	666
7743
		    height     	342
7744
		    annotation 	8
7745
		    autoResize 	TRUE)
7746
		(object ClassView "Class" "Logical View::wsdl::IFault" @389
7747
		    ShowCompartmentStereotypes 	TRUE
7748
		    IncludeAttribute 	TRUE
7749
		    IncludeOperation 	TRUE
7750
		    location   	(3472, 1344)
7751
		    label      	(object ItemLabel
7752
			Parent_View 	@389
7753
			location   	(3163, 1235)
7754
			fill_color 	13434879
7755
			nlines     	1
7756
			max_width  	618
7757
			justify    	0
7758
			label      	"IFault")
7759
		    stereotype 	(object ItemLabel
7760
			Parent_View 	@389
7761
			location   	(3163, 1185)
7762
			fill_color 	13434879
7763
			anchor     	10
7764
			nlines     	1
7765
			max_width  	618
7766
			justify    	0
7767
			label      	"<<Interface>>")
7768
		    icon       	"Interface"
7769
		    icon_style 	"Label"
7770
		    line_color 	3342489
7771
		    fill_color 	13434879
7772
		    quidu      	"3B84A861031D"
7773
		    width      	636
7774
		    height     	342
7775
		    annotation 	8
7776
		    autoResize 	TRUE)
7777
		(object ClassView "Class" "Logical View::wsdl::IPortType" @390
7778
		    ShowCompartmentStereotypes 	TRUE
7779
		    IncludeAttribute 	TRUE
7780
		    IncludeOperation 	TRUE
7781
		    location   	(1264, 1392)
7782
		    label      	(object ItemLabel
7783
			Parent_View 	@390
7784
			location   	(920, 1258)
7785
			fill_color 	13434879
7786
			nlines     	1
7787
			max_width  	688
7788
			justify    	0
7789
			label      	"IPortType")
7790
		    stereotype 	(object ItemLabel
7791
			Parent_View 	@390
7792
			location   	(920, 1208)
7793
			fill_color 	13434879
7794
			anchor     	10
7795
			nlines     	1
7796
			max_width  	688
7797
			justify    	0
7798
			label      	"<<Interface>>")
7799
		    icon       	"Interface"
7800
		    icon_style 	"Label"
7801
		    line_color 	3342489
7802
		    fill_color 	13434879
7803
		    quidu      	"3B84A5BE0331"
7804
		    width      	706
7805
		    height     	392
7806
		    annotation 	8
7807
		    autoResize 	TRUE)
7808
		(object InheritTreeView "" @391
7809
		    location   	(2240, 864)
7810
		    line_color 	3342489
7811
		    fill_color 	13434879
7812
		    supplier   	@386
7813
		    vertices   	(list Points
7814
			(2240, 864)
7815
			(2240, 749)))
7816
		(object InheritView "" @392
7817
		    stereotype 	TRUE
7818
		    line_color 	3342489
7819
		    quidu      	"490E219F0186"
7820
		    client     	@390
7821
		    supplier   	@386
7822
		    line_style 	3
7823
		    origin_attachment 	(1264, 1196)
7824
		    terminal_attachment 	(1264, 864)
7825
		    drawSupplier 	@391)
7826
		(object InheritView "" @393
7827
		    stereotype 	TRUE
7828
		    line_color 	3342489
7829
		    quidu      	"490E223502AF"
7830
		    client     	@387
7831
		    supplier   	@386
7832
		    line_style 	3
7833
		    origin_attachment 	(2064, 1173)
7834
		    terminal_attachment 	(2064, 864)
7835
		    drawSupplier 	@391)
7836
		(object InheritView "" @394
7837
		    stereotype 	TRUE
7838
		    line_color 	3342489
7839
		    quidu      	"490E22390157"
7840
		    client     	@388
7841
		    supplier   	@386
7842
		    line_style 	3
7843
		    origin_attachment 	(2768, 1173)
7844
		    terminal_attachment 	(2768, 864)
7845
		    drawSupplier 	@391)
7846
		(object InheritView "" @395
7847
		    stereotype 	TRUE
7848
		    line_color 	3342489
7849
		    quidu      	"490E2241008C"
7850
		    client     	@389
7851
		    supplier   	@386
7852
		    line_style 	3
7853
		    origin_attachment 	(3231, 1173)
7854
		    terminal_attachment 	(3231, 864)
7855
		    drawSupplier 	@391)
7856
		(object ClassView "Class" "Logical View::wsdl::IImport" @396
7857
		    ShowCompartmentStereotypes 	TRUE
7858
		    IncludeAttribute 	TRUE
7859
		    IncludeOperation 	TRUE
7860
		    location   	(512, 1312)
7861
		    label      	(object ItemLabel
7862
			Parent_View 	@396
7863
			location   	(193, 1253)
7864
			fill_color 	13434879
7865
			nlines     	1
7866
			max_width  	638
7867
			justify    	0
7868
			label      	"IImport")
7869
		    stereotype 	(object ItemLabel
7870
			Parent_View 	@396
7871
			location   	(193, 1203)
7872
			fill_color 	13434879
7873
			anchor     	10
7874
			nlines     	1
7875
			max_width  	638
7876
			justify    	0
7877
			label      	"<<Interface>>")
7878
		    icon       	"Interface"
7879
		    icon_style 	"Label"
7880
		    line_color 	3342489
7881
		    fill_color 	13434879
7882
		    quidu      	"3B84B2020119"
7883
		    width      	656
7884
		    height     	242
7885
		    annotation 	8
7886
		    autoResize 	TRUE)
7887
		(object InheritView "" @397
7888
		    stereotype 	TRUE
7889
		    line_color 	3342489
7890
		    quidu      	"490E224E02CE"
7891
		    client     	@396
7892
		    supplier   	@386
7893
		    line_style 	3
7894
		    origin_attachment 	(512, 1191)
7895
		    terminal_attachment 	(512, 864)
7896
		    drawSupplier 	@391)
7897
		(object ClassView "Class" "Logical View::wsdl::IDefinition" @398
7898
		    ShowCompartmentStereotypes 	TRUE
7899
		    IncludeAttribute 	TRUE
7900
		    location   	(352, 2544)
7901
		    label      	(object ItemLabel
7902
			Parent_View 	@398
7903
			location   	(6, 2485)
7904
			fill_color 	13434879
7905
			nlines     	1
7906
			max_width  	692
7907
			justify    	0
7908
			label      	"IDefinition")
7909
		    stereotype 	(object ItemLabel
7910
			Parent_View 	@398
7911
			location   	(6, 2435)
7912
			fill_color 	13434879
7913
			anchor     	10
7914
			nlines     	1
7915
			max_width  	692
7916
			justify    	0
7917
			label      	"<<Interface>>")
7918
		    icon       	"Interface"
7919
		    icon_style 	"Label"
7920
		    line_color 	3342489
7921
		    fill_color 	13434879
7922
		    quidu      	"3B84B1D90142"
7923
		    width      	710
7924
		    height     	242
7925
		    annotation 	8
7926
		    autoResize 	TRUE)
7927
		(object ClassView "Class" "Logical View::wsdl::IOperation" @399
7928
		    ShowCompartmentStereotypes 	TRUE
7929
		    IncludeAttribute 	TRUE
7930
		    IncludeOperation 	TRUE
7931
		    location   	(1216, 2752)
7932
		    label      	(object ItemLabel
7933
			Parent_View 	@399
7934
			location   	(865, 2468)
7935
			fill_color 	13434879
7936
			nlines     	1
7937
			max_width  	702
7938
			justify    	0
7939
			label      	"IOperation")
7940
		    stereotype 	(object ItemLabel
7941
			Parent_View 	@399
7942
			location   	(865, 2418)
7943
			fill_color 	13434879
7944
			anchor     	10
7945
			nlines     	1
7946
			max_width  	702
7947
			justify    	0
7948
			label      	"<<Interface>>")
7949
		    icon       	"Interface"
7950
		    icon_style 	"Label"
7951
		    line_color 	3342489
7952
		    fill_color 	13434879
7953
		    quidu      	"3B84A77600D1"
7954
		    compartment 	(object Compartment
7955
			Parent_View 	@399
7956
			location   	(865, 2529)
7957
			icon_style 	"Icon"
7958
			fill_color 	16777215
7959
			anchor     	2
7960
			nlines     	11
7961
			max_width  	709)
7962
		    width      	720
7963
		    height     	692
7964
		    annotation 	8
7965
		    autoResize 	TRUE)
7966
		(object ClassView "Class" "Logical View::wsdl::IMessage" @400
7967
		    ShowCompartmentStereotypes 	TRUE
7968
		    IncludeAttribute 	TRUE
7969
		    IncludeOperation 	TRUE
7970
		    location   	(2032, 2640)
7971
		    label      	(object ItemLabel
7972
			Parent_View 	@400
7973
			location   	(1686, 2481)
7974
			fill_color 	13434879
7975
			nlines     	1
7976
			max_width  	692
7977
			justify    	0
7978
			label      	"IMessage")
7979
		    stereotype 	(object ItemLabel
7980
			Parent_View 	@400
7981
			location   	(1686, 2431)
7982
			fill_color 	13434879
7983
			anchor     	10
7984
			nlines     	1
7985
			max_width  	692
7986
			justify    	0
7987
			label      	"<<Interface>>")
7988
		    icon       	"Interface"
7989
		    icon_style 	"Label"
7990
		    line_color 	3342489
7991
		    fill_color 	13434879
7992
		    quidu      	"3B84A8AF004F"
7993
		    compartment 	(object Compartment
7994
			Parent_View 	@400
7995
			location   	(1686, 2542)
7996
			icon_style 	"Icon"
7997
			fill_color 	16777215
7998
			anchor     	2
7999
			nlines     	6
8000
			max_width  	700)
8001
		    width      	710
8002
		    height     	442
8003
		    annotation 	8
8004
		    autoResize 	TRUE)
8005
		(object ClassView "Class" "Logical View::wsdl::IPart" @401
8006
		    ShowCompartmentStereotypes 	TRUE
8007
		    IncludeAttribute 	TRUE
8008
		    IncludeOperation 	TRUE
8009
		    location   	(4176, 1296)
8010
		    label      	(object ItemLabel
8011
			Parent_View 	@401
8012
			location   	(3875, 1237)
8013
			fill_color 	13434879
8014
			nlines     	1
8015
			max_width  	602
8016
			justify    	0
8017
			label      	"IPart")
8018
		    stereotype 	(object ItemLabel
8019
			Parent_View 	@401
8020
			location   	(3875, 1187)
8021
			fill_color 	13434879
8022
			anchor     	10
8023
			nlines     	1
8024
			max_width  	602
8025
			justify    	0
8026
			label      	"<<Interface>>")
8027
		    icon       	"Interface"
8028
		    icon_style 	"Label"
8029
		    line_color 	3342489
8030
		    fill_color 	13434879
8031
		    quidu      	"3B84A93F01BE"
8032
		    width      	620
8033
		    height     	242
8034
		    annotation 	8
8035
		    autoResize 	TRUE)
8036
		(object InheritView "" @402
8037
		    stereotype 	TRUE
8038
		    line_color 	3342489
8039
		    quidu      	"490E23670242"
8040
		    client     	@401
8041
		    supplier   	@386
8042
		    line_style 	3
8043
		    origin_attachment 	(4175, 1175)
8044
		    terminal_attachment 	(4175, 864)
8045
		    drawSupplier 	@391)
8046
		(object ClassView "Class" "Logical View::wsdl::IService" @403
8047
		    ShowCompartmentStereotypes 	TRUE
8048
		    IncludeAttribute 	TRUE
8049
		    IncludeOperation 	TRUE
8050
		    location   	(2864, 2624)
8051
		    label      	(object ItemLabel
8052
			Parent_View 	@403
8053
			location   	(2528, 2487)
8054
			fill_color 	13434879
8055
			nlines     	1
8056
			max_width  	672
8057
			justify    	0
8058
			label      	"IService")
8059
		    stereotype 	(object ItemLabel
8060
			Parent_View 	@403
8061
			location   	(2528, 2437)
8062
			fill_color 	13434879
8063
			anchor     	10
8064
			nlines     	1
8065
			max_width  	672
8066
			justify    	0
8067
			label      	"<<Interface>>")
8068
		    icon       	"Interface"
8069
		    icon_style 	"Label"
8070
		    line_color 	3342489
8071
		    fill_color 	13434879
8072
		    quidu      	"3B84AB490287"
8073
		    compartment 	(object Compartment
8074
			Parent_View 	@403
8075
			location   	(2528, 2548)
8076
			icon_style 	"Icon"
8077
			fill_color 	16777215
8078
			anchor     	2
8079
			nlines     	5
8080
			max_width  	665)
8081
		    width      	690
8082
		    height     	398
8083
		    annotation 	8
8084
		    autoResize 	TRUE)
8085
		(object ClassView "Class" "Logical View::wsdl::IPort" @404
8086
		    ShowCompartmentStereotypes 	TRUE
8087
		    IncludeAttribute 	TRUE
8088
		    IncludeOperation 	TRUE
8089
		    location   	(736, 3360)
8090
		    label      	(object ItemLabel
8091
			Parent_View 	@404
8092
			location   	(432, 3248)
8093
			fill_color 	13434879
8094
			nlines     	1
8095
			max_width  	608
8096
			justify    	0
8097
			label      	"IPort")
8098
		    stereotype 	(object ItemLabel
8099
			Parent_View 	@404
8100
			location   	(432, 3198)
8101
			fill_color 	13434879
8102
			anchor     	10
8103
			nlines     	1
8104
			max_width  	608
8105
			justify    	0
8106
			label      	"<<Interface>>")
8107
		    icon       	"Interface"
8108
		    icon_style 	"Label"
8109
		    line_color 	3342489
8110
		    fill_color 	13434879
8111
		    quidu      	"3B84AB800326"
8112
		    width      	626
8113
		    height     	348
8114
		    annotation 	8
8115
		    autoResize 	TRUE)
8116
		(object ClassView "Class" "Logical View::wsdl::IBinding" @405
8117
		    ShowCompartmentStereotypes 	TRUE
8118
		    IncludeAttribute 	TRUE
8119
		    IncludeOperation 	TRUE
8120
		    location   	(1648, 3568)
8121
		    label      	(object ItemLabel
8122
			Parent_View 	@405
8123
			location   	(1309, 3380)
8124
			fill_color 	13434879
8125
			nlines     	1
8126
			max_width  	678
8127
			justify    	0
8128
			label      	"IBinding")
8129
		    stereotype 	(object ItemLabel
8130
			Parent_View 	@405
8131
			location   	(1309, 3330)
8132
			fill_color 	13434879
8133
			anchor     	10
8134
			nlines     	1
8135
			max_width  	678
8136
			justify    	0
8137
			label      	"<<Interface>>")
8138
		    icon       	"Interface"
8139
		    icon_style 	"Label"
8140
		    line_color 	3342489
8141
		    fill_color 	13434879
8142
		    quidu      	"3B84ABC60219"
8143
		    compartment 	(object Compartment
8144
			Parent_View 	@405
8145
			location   	(1309, 3441)
8146
			icon_style 	"Icon"
8147
			fill_color 	16777215
8148
			anchor     	2
8149
			nlines     	7
8150
			max_width  	668)
8151
		    width      	696
8152
		    height     	500
8153
		    annotation 	8
8154
		    autoResize 	TRUE)
8155
		(object ClassView "Class" "Logical View::wsdl::IBindingOperation" @406
8156
		    ShowCompartmentStereotypes 	TRUE
8157
		    IncludeAttribute 	TRUE
8158
		    IncludeOperation 	TRUE
8159
		    location   	(2480, 4240)
8160
		    label      	(object ItemLabel
8161
			Parent_View 	@406
8162
			location   	(2049, 3950)
8163
			fill_color 	13434879
8164
			nlines     	1
8165
			max_width  	862
8166
			justify    	0
8167
			label      	"IBindingOperation")
8168
		    stereotype 	(object ItemLabel
8169
			Parent_View 	@406
8170
			location   	(2049, 3900)
8171
			fill_color 	13434879
8172
			anchor     	10
8173
			nlines     	1
8174
			max_width  	862
8175
			justify    	0
8176
			label      	"<<Interface>>")
8177
		    icon       	"Interface"
8178
		    icon_style 	"Label"
8179
		    line_color 	3342489
8180
		    fill_color 	13434879
8181
		    quidu      	"3B84ADC00072"
8182
		    compartment 	(object Compartment
8183
			Parent_View 	@406
8184
			location   	(2049, 4011)
8185
			icon_style 	"Icon"
8186
			fill_color 	16777215
8187
			anchor     	2
8188
			nlines     	11
8189
			max_width  	843)
8190
		    width      	880
8191
		    height     	704
8192
		    annotation 	8
8193
		    autoResize 	TRUE)
8194
		(object ClassView "Class" "Logical View::wsdl::IBindingInput" @407
8195
		    ShowCompartmentStereotypes 	TRUE
8196
		    IncludeAttribute 	TRUE
8197
		    IncludeOperation 	TRUE
8198
		    location   	(3296, 3072)
8199
		    label      	(object ItemLabel
8200
			Parent_View 	@407
8201
			location   	(2910, 3011)
8202
			fill_color 	13434879
8203
			nlines     	1
8204
			max_width  	772
8205
			justify    	0
8206
			label      	"IBindingInput")
8207
		    stereotype 	(object ItemLabel
8208
			Parent_View 	@407
8209
			location   	(2910, 2961)
8210
			fill_color 	13434879
8211
			anchor     	10
8212
			nlines     	1
8213
			max_width  	772
8214
			justify    	0
8215
			label      	"<<Interface>>")
8216
		    icon       	"Interface"
8217
		    icon_style 	"Label"
8218
		    line_color 	3342489
8219
		    fill_color 	13434879
8220
		    quidu      	"3B84ADEB0100"
8221
		    compartment 	(object Compartment
8222
			Parent_View 	@407
8223
			location   	(2910, 3072)
8224
			icon_style 	"Icon"
8225
			fill_color 	16777215
8226
			anchor     	2
8227
			nlines     	2
8228
			max_width  	756)
8229
		    width      	790
8230
		    height     	246
8231
		    annotation 	8
8232
		    autoResize 	TRUE)
8233
		(object ClassView "Class" "Logical View::wsdl::IBindingOutput" @408
8234
		    ShowCompartmentStereotypes 	TRUE
8235
		    IncludeAttribute 	TRUE
8236
		    IncludeOperation 	TRUE
8237
		    location   	(3760, 3424)
8238
		    label      	(object ItemLabel
8239
			Parent_View 	@408
8240
			location   	(3358, 3363)
8241
			fill_color 	13434879
8242
			nlines     	1
8243
			max_width  	804
8244
			justify    	0
8245
			label      	"IBindingOutput")
8246
		    stereotype 	(object ItemLabel
8247
			Parent_View 	@408
8248
			location   	(3358, 3313)
8249
			fill_color 	13434879
8250
			anchor     	10
8251
			nlines     	1
8252
			max_width  	804
8253
			justify    	0
8254
			label      	"<<Interface>>")
8255
		    icon       	"Interface"
8256
		    icon_style 	"Label"
8257
		    line_color 	3342489
8258
		    fill_color 	13434879
8259
		    quidu      	"3B84AE210111"
8260
		    compartment 	(object Compartment
8261
			Parent_View 	@408
8262
			location   	(3358, 3424)
8263
			icon_style 	"Icon"
8264
			fill_color 	16777215
8265
			anchor     	2
8266
			nlines     	2
8267
			max_width  	790)
8268
		    width      	822
8269
		    height     	246
8270
		    annotation 	8
8271
		    autoResize 	TRUE)
8272
		(object ClassView "Class" "Logical View::wsdl::IBindingFault" @409
8273
		    ShowCompartmentStereotypes 	TRUE
8274
		    IncludeAttribute 	TRUE
8275
		    IncludeOperation 	TRUE
8276
		    location   	(4400, 3808)
8277
		    label      	(object ItemLabel
8278
			Parent_View 	@409
8279
			location   	(4014, 3747)
8280
			fill_color 	13434879
8281
			nlines     	1
8282
			max_width  	772
8283
			justify    	0
8284
			label      	"IBindingFault")
8285
		    stereotype 	(object ItemLabel
8286
			Parent_View 	@409
8287
			location   	(4014, 3697)
8288
			fill_color 	13434879
8289
			anchor     	10
8290
			nlines     	1
8291
			max_width  	772
8292
			justify    	0
8293
			label      	"<<Interface>>")
8294
		    icon       	"Interface"
8295
		    icon_style 	"Label"
8296
		    line_color 	3342489
8297
		    fill_color 	13434879
8298
		    quidu      	"3B84AE4F00BD"
8299
		    compartment 	(object Compartment
8300
			Parent_View 	@409
8301
			location   	(4014, 3808)
8302
			icon_style 	"Icon"
8303
			fill_color 	16777215
8304
			anchor     	2
8305
			nlines     	2
8306
			max_width  	759)
8307
		    width      	790
8308
		    height     	246
8309
		    annotation 	8
8310
		    autoResize 	TRUE)
8311
		(object InheritTreeView "" @410
8312
		    location   	(1318, 2165)
8313
		    line_color 	3342489
8314
		    fill_color 	13434879
8315
		    supplier   	@385
8316
		    vertices   	(list Points
8317
			(1318, 2165)
8318
			(1318, 2075)))
8319
		(object InheritView "" @411
8320
		    stereotype 	TRUE
8321
		    line_color 	3342489
8322
		    quidu      	"490E23D5029F"
8323
		    client     	@399
8324
		    supplier   	@385
8325
		    line_style 	3
8326
		    origin_attachment 	(1268, 2406)
8327
		    terminal_attachment 	(1268, 2165)
8328
		    drawSupplier 	@410)
8329
		(object InheritView "" @412
8330
		    stereotype 	TRUE
8331
		    line_color 	3342489
8332
		    quidu      	"490E23DA030D"
8333
		    client     	@400
8334
		    supplier   	@385
8335
		    line_style 	3
8336
		    origin_attachment 	(2031, 2419)
8337
		    terminal_attachment 	(2031, 2165)
8338
		    drawSupplier 	@410)
8339
		(object InheritView "" @413
8340
		    stereotype 	TRUE
8341
		    line_color 	3342489
8342
		    quidu      	"490E23D20280"
8343
		    client     	@398
8344
		    supplier   	@385
8345
		    line_style 	3
8346
		    origin_attachment 	(352, 2423)
8347
		    terminal_attachment 	(352, 2165)
8348
		    drawSupplier 	@410)
8349
		(object InheritView "" @414
8350
		    stereotype 	TRUE
8351
		    line_color 	3342489
8352
		    quidu      	"490E23E502BF"
8353
		    client     	@403
8354
		    supplier   	@385
8355
		    line_style 	3
8356
		    origin_attachment 	(2862, 2425)
8357
		    terminal_attachment 	(2862, 2165)
8358
		    drawSupplier 	@410)
8359
		(object InheritView "" @415
8360
		    stereotype 	TRUE
8361
		    line_color 	3342489
8362
		    quidu      	"490E23EA0119"
8363
		    client     	@404
8364
		    supplier   	@385
8365
		    line_style 	3
8366
		    origin_attachment 	(738, 3186)
8367
		    terminal_attachment 	(738, 2165)
8368
		    drawSupplier 	@410)
8369
		(object InheritView "" @416
8370
		    stereotype 	TRUE
8371
		    line_color 	3342489
8372
		    quidu      	"490E23EE00BB"
8373
		    client     	@405
8374
		    supplier   	@385
8375
		    line_style 	3
8376
		    origin_attachment 	(1640, 3318)
8377
		    terminal_attachment 	(1640, 2165)
8378
		    drawSupplier 	@410)
8379
		(object InheritView "" @417
8380
		    stereotype 	TRUE
8381
		    line_color 	3342489
8382
		    quidu      	"490E23F30177"
8383
		    client     	@406
8384
		    supplier   	@385
8385
		    line_style 	3
8386
		    origin_attachment 	(2484, 3888)
8387
		    terminal_attachment 	(2484, 2165)
8388
		    drawSupplier 	@410)
8389
		(object InheritView "" @418
8390
		    stereotype 	TRUE
8391
		    line_color 	3342489
8392
		    quidu      	"490E23F70232"
8393
		    client     	@407
8394
		    supplier   	@385
8395
		    line_style 	3
8396
		    origin_attachment 	(3296, 2949)
8397
		    terminal_attachment 	(3296, 2165)
8398
		    drawSupplier 	@410)
8399
		(object InheritView "" @419
8400
		    stereotype 	TRUE
8401
		    line_color 	3342489
8402
		    quidu      	"490E23FB00CB"
8403
		    client     	@408
8404
		    supplier   	@385
8405
		    line_style 	3
8406
		    origin_attachment 	(3749, 3301)
8407
		    terminal_attachment 	(3749, 2165)
8408
		    drawSupplier 	@410)
8409
		(object InheritView "" @420
8410
		    stereotype 	TRUE
8411
		    line_color 	3342489
8412
		    quidu      	"490E24050167"
8413
		    client     	@409
8414
		    supplier   	@385
8415
		    line_style 	3
8416
		    origin_attachment 	(4386, 3685)
8417
		    terminal_attachment 	(4386, 2165)
8418
		    drawSupplier 	@410)))
8419
	(object ClassDiagram "Schema"
8420
	    quid       	"490E6FFB02EE"
8421
	    title      	"Schema"
8422
	    zoom       	100
8423
	    max_height 	28350
8424
	    max_width  	21600
8425
	    origin_x   	0
8426
	    origin_y   	0
8427
	    items      	(list diagram_item_list
8428
		(object ClassView "Class" "Logical View::wsdl::XSDSchemaExtensibilityElement" @421
8429
		    ShowCompartmentStereotypes 	TRUE
8430
		    IncludeAttribute 	TRUE
8431
		    IncludeOperation 	TRUE
8432
		    location   	(656, 1280)
8433
		    label      	(object ItemLabel
8434
			Parent_View 	@421
8435
			location   	(339, 974)
8436
			fill_color 	13434879
8437
			nlines     	1
8438
			max_width  	634
8439
			justify    	0
8440
			label      	"XSDSchemaExtensibilityElement")
8441
		    icon_style 	"Icon"
8442
		    line_color 	3342489
8443
		    fill_color 	13434879
8444
		    quidu      	"3CC360D7039C"
8445
		    compartment 	(object Compartment
8446
			Parent_View 	@421
8447
			location   	(339, 1034)
8448
			icon_style 	"Icon"
8449
			fill_color 	16777215
8450
			anchor     	2
8451
			nlines     	2
8452
			max_width  	540)
8453
		    width      	652
8454
		    height     	636
8455
		    annotation 	8
8456
		    autoResize 	TRUE)
8457
		(object ClassView "Class" "Logical View::wsdl::ISchema" @422
8458
		    ShowCompartmentStereotypes 	TRUE
8459
		    IncludeAttribute 	TRUE
8460
		    IncludeOperation 	TRUE
8461
		    location   	(1296, 496)
8462
		    label      	(object ItemLabel
8463
			Parent_View 	@422
8464
			location   	(775, 437)
8465
			fill_color 	13434879
8466
			nlines     	1
8467
			max_width  	1042
8468
			justify    	0
8469
			label      	"ISchema")
8470
		    stereotype 	(object ItemLabel
8471
			Parent_View 	@422
8472
			location   	(775, 387)
8473
			fill_color 	13434879
8474
			anchor     	10
8475
			nlines     	1
8476
			max_width  	1042
8477
			justify    	0
8478
			label      	"<<Interface>>")
8479
		    icon       	"Interface"
8480
		    icon_style 	"Label"
8481
		    line_color 	3342489
8482
		    fill_color 	13434879
8483
		    quidu      	"490E71C6006D"
8484
		    compartment 	(object Compartment
8485
			Parent_View 	@422
8486
			location   	(775, 497)
8487
			icon_style 	"Icon"
8488
			fill_color 	16777215
8489
			anchor     	2
8490
			nlines     	2
8491
			max_width  	1050)
8492
		    width      	1060
8493
		    height     	242
8494
		    annotation 	8
8495
		    autoResize 	TRUE)
8496
		(object InheritView "" @423
8497
		    stereotype 	TRUE
8498
		    line_color 	3342489
8499
		    quidu      	"4965689D0128"
8500
		    client     	@421
8501
		    supplier   	@422
8502
		    line_style 	0)
8503
		(object ClassView "Class" "Logical View::wsdl::ExtensibilityElement" @424
8504
		    ShowCompartmentStereotypes 	TRUE
8505
		    IncludeAttribute 	TRUE
8506
		    IncludeOperation 	TRUE
8507
		    location   	(656, 208)
8508
		    label      	(object ItemLabel
8509
			Parent_View 	@424
8510
			location   	(427, 102)
8511
			fill_color 	13434879
8512
			nlines     	1
8513
			max_width  	458
8514
			justify    	0
8515
			label      	"ExtensibilityElement")
8516
		    icon_style 	"Icon"
8517
		    line_color 	3342489
8518
		    fill_color 	13434879
8519
		    quidu      	"3AD5DBB602A9"
8520
		    compartment 	(object Compartment
8521
			Parent_View 	@424
8522
			location   	(427, 162)
8523
			icon_style 	"Icon"
8524
			fill_color 	16777215
8525
			anchor     	2
8526
			nlines     	3
8527
			max_width  	465)
8528
		    width      	476
8529
		    height     	236
8530
		    annotation 	8
8531
		    autoResize 	TRUE)
8532
		(object InheritView "" @425
8533
		    stereotype 	TRUE
8534
		    line_color 	3342489
8535
		    quidu      	"3CC3627F00B7"
8536
		    client     	@421
8537
		    supplier   	@424
8538
		    line_style 	0)))
8539
	(object ClassDiagram "JWSDL"
8540
	    quid       	"490E71F101D4"
8541
	    title      	"JWSDL"
8542
	    zoom       	100
8543
	    max_height 	28350
8544
	    max_width  	21600
8545
	    origin_x   	0
8546
	    origin_y   	0
8547
	    items      	(list diagram_item_list
8548
		(object ClassView "Class" "Logical View::wsdl::ISchema" @426
8549
		    ShowCompartmentStereotypes 	TRUE
8550
		    IncludeAttribute 	TRUE
8551
		    IncludeOperation 	TRUE
8552
		    location   	(960, 800)
8553
		    label      	(object ItemLabel
8554
			Parent_View 	@426
8555
			location   	(439, 741)
8556
			fill_color 	13434879
8557
			nlines     	1
8558
			max_width  	1042
8559
			justify    	0
8560
			label      	"ISchema")
8561
		    stereotype 	(object ItemLabel
8562
			Parent_View 	@426
8563
			location   	(439, 691)
8564
			fill_color 	13434879
8565
			anchor     	10
8566
			nlines     	1
8567
			max_width  	1042
8568
			justify    	0
8569
			label      	"<<Interface>>")
8570
		    icon       	"Interface"
8571
		    icon_style 	"Label"
8572
		    line_color 	3342489
8573
		    fill_color 	13434879
8574
		    quidu      	"490E71C6006D"
8575
		    compartment 	(object Compartment
8576
			Parent_View 	@426
8577
			location   	(439, 801)
8578
			icon_style 	"Icon"
8579
			fill_color 	16777215
8580
			anchor     	2
8581
			nlines     	2
8582
			max_width  	1050)
8583
		    width      	1060
8584
		    height     	242
8585
		    annotation 	8
8586
		    autoResize 	TRUE)
8587
		(object ClassView "Class" "Logical View::wsdl::IExtensibilityElement" @427
8588
		    ShowCompartmentStereotypes 	TRUE
8589
		    IncludeAttribute 	TRUE
8590
		    IncludeOperation 	TRUE
8591
		    location   	(960, 224)
8592
		    label      	(object ItemLabel
8593
			Parent_View 	@427
8594
			location   	(406, 142)
8595
			fill_color 	13434879
8596
			nlines     	1
8597
			max_width  	1108
8598
			justify    	0
8599
			label      	"IExtensibilityElement")
8600
		    stereotype 	(object ItemLabel
8601
			Parent_View 	@427
8602
			location   	(406, 92)
8603
			fill_color 	13434879
8604
			anchor     	10
8605
			nlines     	1
8606
			max_width  	1108
8607
			justify    	0
8608
			label      	"<<Interface>>")
8609
		    icon       	"Interface"
8610
		    icon_style 	"Label"
8611
		    line_color 	3342489
8612
		    fill_color 	13434879
8613
		    quidu      	"3B84B12402AB"
8614
		    compartment 	(object Compartment
8615
			Parent_View 	@427
8616
			location   	(406, 202)
8617
			icon_style 	"Icon"
8618
			fill_color 	16777215
8619
			anchor     	2
8620
			nlines     	2
8621
			max_width  	1115)
8622
		    width      	1126
8623
		    height     	288
8624
		    annotation 	8
8625
		    autoResize 	TRUE)
8626
		(object InheritView "" @428
8627
		    stereotype 	TRUE
8628
		    line_color 	3342489
8629
		    quidu      	"490E777F032C"
8630
		    client     	@426
8631
		    supplier   	@427
8632
		    line_style 	0)))))
(-)model/WSDL.genmodel (-14 / +21 lines)
Lines 106-115 Link Here
106
    </genClasses>
106
    </genClasses>
107
    <genClasses image="false" ecoreClass="WSDL.ecore#//ExtensibleElement">
107
    <genClasses image="false" ecoreClass="WSDL.ecore#//ExtensibleElement">
108
      <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference WSDL.ecore#//ExtensibleElement/eExtensibilityElements"/>
108
      <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference WSDL.ecore#//ExtensibleElement/eExtensibilityElements"/>
109
      <genOperations ecoreOperation="WSDL.ecore#//ExtensibleElement/getExtensibilityElements"/>
110
      <genOperations ecoreOperation="WSDL.ecore#//ExtensibleElement/addExtensibilityElement">
111
        <genParameters ecoreParameter="WSDL.ecore#//ExtensibleElement/addExtensibilityElement/extElement"/>
112
      </genOperations>
113
    </genClasses>
109
    </genClasses>
114
    <genClasses ecoreClass="WSDL.ecore#//Input"/>
110
    <genClasses ecoreClass="WSDL.ecore#//Input"/>
115
    <genClasses ecoreClass="WSDL.ecore#//Output"/>
111
    <genClasses ecoreClass="WSDL.ecore#//Output"/>
Lines 204-219 Link Here
204
        <genParameters ecoreParameter="WSDL.ecore#//IMessage/getOrderedParts/partOrder"/>
200
        <genParameters ecoreParameter="WSDL.ecore#//IMessage/getOrderedParts/partOrder"/>
205
      </genOperations>
201
      </genOperations>
206
    </genClasses>
202
    </genClasses>
207
    <genClasses image="false" ecoreClass="WSDL.ecore#//IPart">
203
    <genClasses image="false" ecoreClass="WSDL.ecore#//IPart"/>
208
      <genOperations ecoreOperation="WSDL.ecore#//IPart/setExtensionAttribute">
209
        <genParameters ecoreParameter="WSDL.ecore#//IPart/setExtensionAttribute/name"/>
210
        <genParameters ecoreParameter="WSDL.ecore#//IPart/setExtensionAttribute/value"/>
211
      </genOperations>
212
      <genOperations ecoreOperation="WSDL.ecore#//IPart/getExtensionAttributeNames"/>
213
      <genOperations ecoreOperation="WSDL.ecore#//IPart/getExtensionAttribute">
214
        <genParameters ecoreParameter="WSDL.ecore#//IPart/getExtensionAttribute/name"/>
215
      </genOperations>
216
    </genClasses>
217
    <genClasses image="false" ecoreClass="WSDL.ecore#//IService">
204
    <genClasses image="false" ecoreClass="WSDL.ecore#//IService">
218
      <genOperations ecoreOperation="WSDL.ecore#//IService/addPort">
205
      <genOperations ecoreOperation="WSDL.ecore#//IService/addPort">
219
        <genParameters ecoreParameter="WSDL.ecore#//IService/addPort/port"/>
206
        <genParameters ecoreParameter="WSDL.ecore#//IService/addPort/port"/>
Lines 374-384 Link Here
374
      <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference WSDL.ecore#//UnknownExtensibilityElement/children"/>
361
      <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference WSDL.ecore#//UnknownExtensibilityElement/children"/>
375
    </genClasses>
362
    </genClasses>
376
    <genClasses ecoreClass="WSDL.ecore#//XSDSchemaExtensibilityElement">
363
    <genClasses ecoreClass="WSDL.ecore#//XSDSchemaExtensibilityElement">
364
      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute WSDL.ecore#//XSDSchemaExtensibilityElement/documentBaseURI"/>
377
      <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference WSDL.ecore#//XSDSchemaExtensibilityElement/schema"/>
365
      <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference WSDL.ecore#//XSDSchemaExtensibilityElement/schema"/>
378
    </genClasses>
366
    </genClasses>
379
    <genClasses image="false" ecoreClass="WSDL.ecore#//MessageReference">
367
    <genClasses image="false" ecoreClass="WSDL.ecore#//MessageReference">
380
      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute WSDL.ecore#//MessageReference/name"/>
368
      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute WSDL.ecore#//MessageReference/name"/>
381
      <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference WSDL.ecore#//MessageReference/eMessage"/>
369
      <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference WSDL.ecore#//MessageReference/eMessage"/>
382
    </genClasses>
370
    </genClasses>
371
    <genClasses image="false" ecoreClass="WSDL.ecore#//IElementExtensible">
372
      <genOperations ecoreOperation="WSDL.ecore#//IElementExtensible/getExtensibilityElements"/>
373
      <genOperations ecoreOperation="WSDL.ecore#//IElementExtensible/addExtensibilityElement">
374
        <genParameters ecoreParameter="WSDL.ecore#//IElementExtensible/addExtensibilityElement/extElement"/>
375
      </genOperations>
376
    </genClasses>
377
    <genClasses image="false" ecoreClass="WSDL.ecore#//IAttributeExtensible">
378
      <genOperations ecoreOperation="WSDL.ecore#//IAttributeExtensible/getExtensionAttribute">
379
        <genParameters ecoreParameter="WSDL.ecore#//IAttributeExtensible/getExtensionAttribute/name"/>
380
      </genOperations>
381
      <genOperations ecoreOperation="WSDL.ecore#//IAttributeExtensible/setExtensionAttribute">
382
        <genParameters ecoreParameter="WSDL.ecore#//IAttributeExtensible/setExtensionAttribute/name"/>
383
        <genParameters ecoreParameter="WSDL.ecore#//IAttributeExtensible/setExtensionAttribute/value"/>
384
      </genOperations>
385
      <genOperations ecoreOperation="WSDL.ecore#//IAttributeExtensible/getExtensionAttributes"/>
386
      <genOperations ecoreOperation="WSDL.ecore#//IAttributeExtensible/getNativeAttributeNames"/>
387
    </genClasses>
388
    <genClasses image="false" ecoreClass="WSDL.ecore#//IObject"/>
389
    <genClasses image="false" ecoreClass="WSDL.ecore#//ISchema"/>
383
  </genPackages>
390
  </genPackages>
384
</genmodel:GenModel>
391
</genmodel:GenModel>
(-)model/WSDL.ecore (-30 / +42 lines)
Lines 153-166 Link Here
153
    <eStructuralFeatures xsi:type="ecore:EReference" name="eDefinition" eType="#//Definition"/>
153
    <eStructuralFeatures xsi:type="ecore:EReference" name="eDefinition" eType="#//Definition"/>
154
    <eStructuralFeatures xsi:type="ecore:EReference" name="eSchema" eType="ecore:EClass platform:/plugin/org.eclipse.xsd/model/XSD.ecore#//XSDSchema"/>
154
    <eStructuralFeatures xsi:type="ecore:EReference" name="eSchema" eType="ecore:EClass platform:/plugin/org.eclipse.xsd/model/XSD.ecore#//XSDSchema"/>
155
  </eClassifiers>
155
  </eClassifiers>
156
  <eClassifiers xsi:type="ecore:EClass" name="ExtensibleElement" abstract="true" eSuperTypes="#//WSDLElement">
156
  <eClassifiers xsi:type="ecore:EClass" name="ExtensibleElement" abstract="true" eSuperTypes="#//WSDLElement #//IElementExtensible #//IAttributeExtensible">
157
    <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
157
    <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
158
      <details key="documentation" value=" WSDL allows elements representing a specific technology (referred to here as extensibility elements) under various elements defined by WSDL. This class represents a WSDL point of extensibility."/>
158
      <details key="documentation" value=" WSDL allows elements representing a specific technology (referred to here as extensibility elements) under various elements defined by WSDL. This class represents a WSDL point of extensibility."/>
159
    </eAnnotations>
159
    </eAnnotations>
160
    <eOperations name="getExtensibilityElements" eType="#//IList"/>
161
    <eOperations name="addExtensibilityElement">
162
      <eParameters name="extElement" eType="#//IExtensibilityElement"/>
163
    </eOperations>
164
    <eStructuralFeatures xsi:type="ecore:EReference" name="eExtensibilityElements"
160
    <eStructuralFeatures xsi:type="ecore:EReference" name="eExtensibilityElements"
165
        upperBound="-1" eType="#//ExtensibilityElement" containment="true"/>
161
        upperBound="-1" eType="#//ExtensibilityElement" containment="true"/>
166
  </eClassifiers>
162
  </eClassifiers>
Lines 233-239 Link Here
233
    </eAnnotations>
229
    </eAnnotations>
234
  </eClassifiers>
230
  </eClassifiers>
235
  <eClassifiers xsi:type="ecore:EClass" name="IPortType" instanceClassName="javax.wsdl.PortType"
231
  <eClassifiers xsi:type="ecore:EClass" name="IPortType" instanceClassName="javax.wsdl.PortType"
236
      abstract="true" interface="true">
232
      abstract="true" interface="true" eSuperTypes="#//IAttributeExtensible">
237
    <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
233
    <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
238
      <details key="documentation" value="This class represents the javax.wsdl.PortType non-MOF interface."/>
234
      <details key="documentation" value="This class represents the javax.wsdl.PortType non-MOF interface."/>
239
    </eAnnotations>
235
    </eAnnotations>
Lines 248-254 Link Here
248
    <eOperations name="getOperations" eType="#//IList"/>
244
    <eOperations name="getOperations" eType="#//IList"/>
249
  </eClassifiers>
245
  </eClassifiers>
250
  <eClassifiers xsi:type="ecore:EClass" name="IOperation" instanceClassName="javax.wsdl.Operation"
246
  <eClassifiers xsi:type="ecore:EClass" name="IOperation" instanceClassName="javax.wsdl.Operation"
251
      abstract="true" interface="true">
247
      abstract="true" interface="true" eSuperTypes="#//IElementExtensible">
252
    <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
248
    <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
253
      <details key="documentation" value="This class represents the javax.wsdl.Operation non-MOF interface."/>
249
      <details key="documentation" value="This class represents the javax.wsdl.Operation non-MOF interface."/>
254
    </eAnnotations>
250
    </eAnnotations>
Lines 273-279 Link Here
273
    </eOperations>
269
    </eOperations>
274
  </eClassifiers>
270
  </eClassifiers>
275
  <eClassifiers xsi:type="ecore:EClass" name="IInput" instanceClassName="javax.wsdl.Input"
271
  <eClassifiers xsi:type="ecore:EClass" name="IInput" instanceClassName="javax.wsdl.Input"
276
      abstract="true" interface="true">
272
      abstract="true" interface="true" eSuperTypes="#//IAttributeExtensible">
277
    <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
273
    <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
278
      <details key="documentation" value="This class represents the javax.wsdl.Input non-MOF interface."/>
274
      <details key="documentation" value="This class represents the javax.wsdl.Input non-MOF interface."/>
279
    </eAnnotations>
275
    </eAnnotations>
Lines 283-289 Link Here
283
    </eOperations>
279
    </eOperations>
284
  </eClassifiers>
280
  </eClassifiers>
285
  <eClassifiers xsi:type="ecore:EClass" name="IOutput" instanceClassName="javax.wsdl.Output"
281
  <eClassifiers xsi:type="ecore:EClass" name="IOutput" instanceClassName="javax.wsdl.Output"
286
      abstract="true" interface="true">
282
      abstract="true" interface="true" eSuperTypes="#//IAttributeExtensible">
287
    <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
283
    <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
288
      <details key="documentation" value="This class represents the javax.wsdl.Output non-MOF interface."/>
284
      <details key="documentation" value="This class represents the javax.wsdl.Output non-MOF interface."/>
289
    </eAnnotations>
285
    </eAnnotations>
Lines 293-299 Link Here
293
    </eOperations>
289
    </eOperations>
294
  </eClassifiers>
290
  </eClassifiers>
295
  <eClassifiers xsi:type="ecore:EClass" name="IFault" instanceClassName="javax.wsdl.Fault"
291
  <eClassifiers xsi:type="ecore:EClass" name="IFault" instanceClassName="javax.wsdl.Fault"
296
      abstract="true" interface="true">
292
      abstract="true" interface="true" eSuperTypes="#//IAttributeExtensible">
297
    <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
293
    <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
298
      <details key="documentation" value="This class represents the javax.wsdl.Fault non-MOF interface."/>
294
      <details key="documentation" value="This class represents the javax.wsdl.Fault non-MOF interface."/>
299
    </eAnnotations>
295
    </eAnnotations>
Lines 303-309 Link Here
303
    </eOperations>
299
    </eOperations>
304
  </eClassifiers>
300
  </eClassifiers>
305
  <eClassifiers xsi:type="ecore:EClass" name="IMessage" instanceClassName="javax.wsdl.Message"
301
  <eClassifiers xsi:type="ecore:EClass" name="IMessage" instanceClassName="javax.wsdl.Message"
306
      abstract="true" interface="true">
302
      abstract="true" interface="true" eSuperTypes="#//IElementExtensible">
307
    <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
303
    <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
308
      <details key="documentation" value="This class represents the javax.wsdl.Message non-MOF interface"/>
304
      <details key="documentation" value="This class represents the javax.wsdl.Message non-MOF interface"/>
309
    </eAnnotations>
305
    </eAnnotations>
Lines 319-339 Link Here
319
    </eOperations>
315
    </eOperations>
320
  </eClassifiers>
316
  </eClassifiers>
321
  <eClassifiers xsi:type="ecore:EClass" name="IPart" instanceClassName="javax.wsdl.Part"
317
  <eClassifiers xsi:type="ecore:EClass" name="IPart" instanceClassName="javax.wsdl.Part"
322
      abstract="true" interface="true">
318
      abstract="true" interface="true" eSuperTypes="#//IAttributeExtensible">
323
    <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
319
    <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
324
      <details key="documentation" value="This class represents the javax.wsdl.Part non-MOF interface"/>
320
      <details key="documentation" value="This class represents the javax.wsdl.Part non-MOF interface"/>
325
    </eAnnotations>
321
    </eAnnotations>
326
    <eOperations name="setExtensionAttribute" eExceptions="#//WSDLException">
327
      <eParameters name="name" eType="#//QName"/>
328
      <eParameters name="value" eType="#//QName"/>
329
    </eOperations>
330
    <eOperations name="getExtensionAttributeNames" eType="#//IIterator"/>
331
    <eOperations name="getExtensionAttribute" eType="#//QName">
332
      <eParameters name="name" eType="#//QName"/>
333
    </eOperations>
334
  </eClassifiers>
322
  </eClassifiers>
335
  <eClassifiers xsi:type="ecore:EClass" name="IService" instanceClassName="javax.wsdl.Service"
323
  <eClassifiers xsi:type="ecore:EClass" name="IService" instanceClassName="javax.wsdl.Service"
336
      abstract="true" interface="true">
324
      abstract="true" interface="true" eSuperTypes="#//IElementExtensible">
337
    <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
325
    <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
338
      <details key="documentation" value="This class represents the javax.wsdl.Service non-MOF interface."/>
326
      <details key="documentation" value="This class represents the javax.wsdl.Service non-MOF interface."/>
339
    </eAnnotations>
327
    </eAnnotations>
Lines 346-352 Link Here
346
    </eOperations>
334
    </eOperations>
347
  </eClassifiers>
335
  </eClassifiers>
348
  <eClassifiers xsi:type="ecore:EClass" name="IPort" instanceClassName="javax.wsdl.Port"
336
  <eClassifiers xsi:type="ecore:EClass" name="IPort" instanceClassName="javax.wsdl.Port"
349
      abstract="true" interface="true">
337
      abstract="true" interface="true" eSuperTypes="#//IElementExtensible">
350
    <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
338
    <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
351
      <details key="documentation" value="This class represents the javax.wsdl.Port non-MOF interface."/>
339
      <details key="documentation" value="This class represents the javax.wsdl.Port non-MOF interface."/>
352
    </eAnnotations>
340
    </eAnnotations>
Lines 356-362 Link Here
356
    </eOperations>
344
    </eOperations>
357
  </eClassifiers>
345
  </eClassifiers>
358
  <eClassifiers xsi:type="ecore:EClass" name="IBinding" instanceClassName="javax.wsdl.Binding"
346
  <eClassifiers xsi:type="ecore:EClass" name="IBinding" instanceClassName="javax.wsdl.Binding"
359
      abstract="true" interface="true">
347
      abstract="true" interface="true" eSuperTypes="#//IElementExtensible">
360
    <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
348
    <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
361
      <details key="documentation" value="This class represents the javax.wsdl.Binding non-MOF interface."/>
349
      <details key="documentation" value="This class represents the javax.wsdl.Binding non-MOF interface."/>
362
    </eAnnotations>
350
    </eAnnotations>
Lines 375-381 Link Here
375
    </eOperations>
363
    </eOperations>
376
  </eClassifiers>
364
  </eClassifiers>
377
  <eClassifiers xsi:type="ecore:EClass" name="IBindingOperation" instanceClassName="javax.wsdl.BindingOperation"
365
  <eClassifiers xsi:type="ecore:EClass" name="IBindingOperation" instanceClassName="javax.wsdl.BindingOperation"
378
      abstract="true" interface="true">
366
      abstract="true" interface="true" eSuperTypes="#//IElementExtensible">
379
    <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
367
    <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
380
      <details key="documentation" value="This class represents the javax.wsdl.BindingOperation non-MOF interface."/>
368
      <details key="documentation" value="This class represents the javax.wsdl.BindingOperation non-MOF interface."/>
381
    </eAnnotations>
369
    </eAnnotations>
Lines 400-418 Link Here
400
    </eOperations>
388
    </eOperations>
401
  </eClassifiers>
389
  </eClassifiers>
402
  <eClassifiers xsi:type="ecore:EClass" name="IBindingInput" instanceClassName="javax.wsdl.BindingInput"
390
  <eClassifiers xsi:type="ecore:EClass" name="IBindingInput" instanceClassName="javax.wsdl.BindingInput"
403
      abstract="true" interface="true">
391
      abstract="true" interface="true" eSuperTypes="#//IElementExtensible">
404
    <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
392
    <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
405
      <details key="documentation" value="This class represents the javax.wsdl.BindingInput non-MOF interface."/>
393
      <details key="documentation" value="This class represents the javax.wsdl.BindingInput non-MOF interface."/>
406
    </eAnnotations>
394
    </eAnnotations>
407
  </eClassifiers>
395
  </eClassifiers>
408
  <eClassifiers xsi:type="ecore:EClass" name="IBindingOutput" instanceClassName="javax.wsdl.BindingOutput"
396
  <eClassifiers xsi:type="ecore:EClass" name="IBindingOutput" instanceClassName="javax.wsdl.BindingOutput"
409
      abstract="true" interface="true">
397
      abstract="true" interface="true" eSuperTypes="#//IElementExtensible">
410
    <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
398
    <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
411
      <details key="documentation" value="This class represents the javax.wsdl.BindingOutput non-MOF interface."/>
399
      <details key="documentation" value="This class represents the javax.wsdl.BindingOutput non-MOF interface."/>
412
    </eAnnotations>
400
    </eAnnotations>
413
  </eClassifiers>
401
  </eClassifiers>
414
  <eClassifiers xsi:type="ecore:EClass" name="IBindingFault" instanceClassName="javax.wsdl.BindingFault"
402
  <eClassifiers xsi:type="ecore:EClass" name="IBindingFault" instanceClassName="javax.wsdl.BindingFault"
415
      abstract="true" interface="true">
403
      abstract="true" interface="true" eSuperTypes="#//IElementExtensible">
416
    <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
404
    <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
417
      <details key="documentation" value="This class represents the javax.wsdl.BindingFault non-MOF interface."/>
405
      <details key="documentation" value="This class represents the javax.wsdl.BindingFault non-MOF interface."/>
418
    </eAnnotations>
406
    </eAnnotations>
Lines 429-435 Link Here
429
    </eAnnotations>
417
    </eAnnotations>
430
  </eClassifiers>
418
  </eClassifiers>
431
  <eClassifiers xsi:type="ecore:EClass" name="IDefinition" instanceClassName="javax.wsdl.Definition"
419
  <eClassifiers xsi:type="ecore:EClass" name="IDefinition" instanceClassName="javax.wsdl.Definition"
432
      abstract="true" interface="true">
420
      abstract="true" interface="true" eSuperTypes="#//IElementExtensible">
433
    <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
421
    <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
434
      <details key="documentation" value="This class represents the javax.wsdl.Definition non-MOF interface."/>
422
      <details key="documentation" value="This class represents the javax.wsdl.Definition non-MOF interface."/>
435
    </eAnnotations>
423
    </eAnnotations>
Lines 521-527 Link Here
521
    </eOperations>
509
    </eOperations>
522
  </eClassifiers>
510
  </eClassifiers>
523
  <eClassifiers xsi:type="ecore:EClass" name="IImport" instanceClassName="javax.wsdl.Import"
511
  <eClassifiers xsi:type="ecore:EClass" name="IImport" instanceClassName="javax.wsdl.Import"
524
      abstract="true" interface="true">
512
      abstract="true" interface="true" eSuperTypes="#//IAttributeExtensible">
525
    <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
513
    <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
526
      <details key="documentation" value="This class represents the javax.wsdl.Import non-MOF interface."/>
514
      <details key="documentation" value="This class represents the javax.wsdl.Import non-MOF interface."/>
527
    </eAnnotations>
515
    </eAnnotations>
Lines 580-586 Link Here
580
    <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
568
    <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
581
        eType="#//UnknownExtensibilityElement" containment="true"/>
569
        eType="#//UnknownExtensibilityElement" containment="true"/>
582
  </eClassifiers>
570
  </eClassifiers>
583
  <eClassifiers xsi:type="ecore:EClass" name="XSDSchemaExtensibilityElement" eSuperTypes="#//ExtensibilityElement">
571
  <eClassifiers xsi:type="ecore:EClass" name="XSDSchemaExtensibilityElement" eSuperTypes="#//ExtensibilityElement #//ISchema">
572
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="documentBaseURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
584
    <eStructuralFeatures xsi:type="ecore:EReference" name="schema" eType="ecore:EClass platform:/plugin/org.eclipse.xsd/model/XSD.ecore#//XSDSchema"
573
    <eStructuralFeatures xsi:type="ecore:EReference" name="schema" eType="ecore:EClass platform:/plugin/org.eclipse.xsd/model/XSD.ecore#//XSDSchema"
585
        containment="true"/>
574
        containment="true"/>
586
  </eClassifiers>
575
  </eClassifiers>
Lines 594-597 Link Here
594
    <eStructuralFeatures xsi:type="ecore:EReference" name="eMessage" lowerBound="1"
583
    <eStructuralFeatures xsi:type="ecore:EReference" name="eMessage" lowerBound="1"
595
        eType="#//Message"/>
584
        eType="#//Message"/>
596
  </eClassifiers>
585
  </eClassifiers>
586
  <eClassifiers xsi:type="ecore:EClass" name="IElementExtensible" instanceClassName="javax.wsdl.extensions.ElementExtensible"
587
      abstract="true" interface="true">
588
    <eOperations name="getExtensibilityElements" eType="#//IList"/>
589
    <eOperations name="addExtensibilityElement">
590
      <eParameters name="extElement" eType="#//IExtensibilityElement"/>
591
    </eOperations>
592
  </eClassifiers>
593
  <eClassifiers xsi:type="ecore:EClass" name="IAttributeExtensible" instanceClassName="javax.wsdl.extensions.AttributeExtensible"
594
      abstract="true" interface="true">
595
    <eOperations name="getExtensionAttribute" eType="#//IObject">
596
      <eParameters name="name" eType="#//QName"/>
597
    </eOperations>
598
    <eOperations name="setExtensionAttribute">
599
      <eParameters name="name" eType="#//QName"/>
600
      <eParameters name="value" eType="#//IObject"/>
601
    </eOperations>
602
    <eOperations name="getExtensionAttributes" eType="#//IMap"/>
603
    <eOperations name="getNativeAttributeNames" eType="#//IList"/>
604
  </eClassifiers>
605
  <eClassifiers xsi:type="ecore:EClass" name="IObject" instanceClassName="java.lang.Object"
606
      abstract="true" interface="true"/>
607
  <eClassifiers xsi:type="ecore:EClass" name="ISchema" instanceClassName="javax.wsdl.extensions.schema.Schema"
608
      abstract="true" interface="true" eSuperTypes="#//IExtensibilityElement"/>
597
</ecore:EPackage>
609
</ecore:EPackage>
(-)src-wsdl/org/eclipse/wst/wsdl/internal/util/WSDLAdapterFactory.java (+83 lines)
Lines 16-23 Link Here
16
import java.util.List;
16
import java.util.List;
17
import java.util.Map;
17
import java.util.Map;
18
18
19
import javax.wsdl.extensions.AttributeExtensible;
20
import javax.wsdl.extensions.ElementExtensible;
19
import javax.wsdl.extensions.ExtensionRegistry;
21
import javax.wsdl.extensions.ExtensionRegistry;
20
22
23
import javax.wsdl.extensions.schema.Schema;
21
import org.eclipse.emf.common.notify.Adapter;
24
import org.eclipse.emf.common.notify.Adapter;
22
import org.eclipse.emf.common.notify.Notifier;
25
import org.eclipse.emf.common.notify.Notifier;
23
import org.eclipse.emf.common.notify.impl.AdapterFactoryImpl;
26
import org.eclipse.emf.common.notify.impl.AdapterFactoryImpl;
Lines 321-326 Link Here
321
        return createMessageReferenceAdapter();
324
        return createMessageReferenceAdapter();
322
      }
325
      }
323
326
327
      public Object caseIElementExtensible(ElementExtensible object)
328
      {
329
        return createIElementExtensibleAdapter();
330
      }
331
332
      public Object caseIAttributeExtensible(AttributeExtensible object)
333
      {
334
        return createIAttributeExtensibleAdapter();
335
      }
336
337
      public Object caseIObject(Object object)
338
      {
339
        return createIObjectAdapter();
340
      }
341
342
      public Object caseISchema(Schema object)
343
      {
344
        return createISchemaAdapter();
345
      }
346
324
      public Object defaultCase(EObject object)
347
      public Object defaultCase(EObject object)
325
      {
348
      {
326
        return createEObjectAdapter();
349
        return createEObjectAdapter();
Lines 1046-1051 Link Here
1046
  }
1069
  }
1047
1070
1048
  /**
1071
  /**
1072
   * Creates a new adapter for an object of class '{@link javax.wsdl.extensions.ElementExtensible <em>IElement Extensible</em>}'.
1073
   * <!-- begin-user-doc -->
1074
   * This default implementation returns null so that we can easily ignore cases;
1075
   * it's useful to ignore a case when inheritance will catch all the cases anyway.
1076
   * <!-- end-user-doc -->
1077
   * @return the new adapter.
1078
   * @see javax.wsdl.extensions.ElementExtensible
1079
   * @generated
1080
   */
1081
  public Adapter createIElementExtensibleAdapter()
1082
  {
1083
    return null;
1084
  }
1085
1086
  /**
1087
   * Creates a new adapter for an object of class '{@link javax.wsdl.extensions.AttributeExtensible <em>IAttribute Extensible</em>}'.
1088
   * <!-- begin-user-doc -->
1089
   * This default implementation returns null so that we can easily ignore cases;
1090
   * it's useful to ignore a case when inheritance will catch all the cases anyway.
1091
   * <!-- end-user-doc -->
1092
   * @return the new adapter.
1093
   * @see javax.wsdl.extensions.AttributeExtensible
1094
   * @generated
1095
   */
1096
  public Adapter createIAttributeExtensibleAdapter()
1097
  {
1098
    return null;
1099
  }
1100
1101
  /**
1102
   * Creates a new adapter for an object of class '{@link java.lang.Object <em>IObject</em>}'.
1103
   * <!-- begin-user-doc -->
1104
   * This default implementation returns null so that we can easily ignore cases;
1105
   * it's useful to ignore a case when inheritance will catch all the cases anyway.
1106
   * <!-- end-user-doc -->
1107
   * @return the new adapter.
1108
   * @see java.lang.Object
1109
   * @generated
1110
   */
1111
  public Adapter createIObjectAdapter()
1112
  {
1113
    return null;
1114
  }
1115
1116
  /**
1117
   * Creates a new adapter for an object of class '{@link javax.wsdl.extensions.schema.Schema <em>ISchema</em>}'.
1118
   * <!-- begin-user-doc -->
1119
   * This default implementation returns null so that we can easily ignore cases;
1120
   * it's useful to ignore a case when inheritance will catch all the cases anyway.
1121
   * <!-- end-user-doc -->
1122
   * @return the new adapter.
1123
   * @see javax.wsdl.extensions.schema.Schema
1124
   * @generated
1125
   */
1126
  public Adapter createISchemaAdapter()
1127
  {
1128
    return null;
1129
  }
1130
1131
  /**
1049
   * Creates a new adapter for the default case.
1132
   * Creates a new adapter for the default case.
1050
   * <!-- begin-user-doc -->
1133
   * <!-- begin-user-doc -->
1051
   * This default implementation returns null.
1134
   * This default implementation returns null.
(-)src-wsdl/org/eclipse/wst/wsdl/internal/util/WSDLSwitch.java (+145 lines)
Lines 16-23 Link Here
16
import java.util.List;
16
import java.util.List;
17
import java.util.Map;
17
import java.util.Map;
18
18
19
import javax.wsdl.extensions.AttributeExtensible;
20
import javax.wsdl.extensions.ElementExtensible;
19
import javax.wsdl.extensions.ExtensionRegistry;
21
import javax.wsdl.extensions.ExtensionRegistry;
20
22
23
import javax.wsdl.extensions.schema.Schema;
21
import org.eclipse.emf.ecore.EClass;
24
import org.eclipse.emf.ecore.EClass;
22
import org.eclipse.emf.ecore.EObject;
25
import org.eclipse.emf.ecore.EObject;
23
import org.eclipse.wst.wsdl.*;
26
import org.eclipse.wst.wsdl.*;
Lines 122-127 Link Here
122
        if (result == null)
125
        if (result == null)
123
          result = caseWSDLElement(portType);
126
          result = caseWSDLElement(portType);
124
        if (result == null)
127
        if (result == null)
128
          result = caseIElementExtensible(portType);
129
        if (result == null)
130
          result = caseIAttributeExtensible(portType);
131
        if (result == null)
125
          result = defaultCase(theEObject);
132
          result = defaultCase(theEObject);
126
        return result;
133
        return result;
127
      }
134
      }
Lines 136-141 Link Here
136
        if (result == null)
143
        if (result == null)
137
          result = caseWSDLElement(operation);
144
          result = caseWSDLElement(operation);
138
        if (result == null)
145
        if (result == null)
146
          result = caseIElementExtensible(operation);
147
        if (result == null)
148
          result = caseIAttributeExtensible(operation);
149
        if (result == null)
139
          result = defaultCase(theEObject);
150
          result = defaultCase(theEObject);
140
        return result;
151
        return result;
141
      }
152
      }
Lines 150-155 Link Here
150
        if (result == null)
161
        if (result == null)
151
          result = caseWSDLElement(message);
162
          result = caseWSDLElement(message);
152
        if (result == null)
163
        if (result == null)
164
          result = caseIElementExtensible(message);
165
        if (result == null)
166
          result = caseIAttributeExtensible(message);
167
        if (result == null)
153
          result = defaultCase(theEObject);
168
          result = defaultCase(theEObject);
154
        return result;
169
        return result;
155
      }
170
      }
Lines 164-169 Link Here
164
        if (result == null)
179
        if (result == null)
165
          result = caseWSDLElement(part);
180
          result = caseWSDLElement(part);
166
        if (result == null)
181
        if (result == null)
182
          result = caseIElementExtensible(part);
183
        if (result == null)
184
          result = caseIAttributeExtensible(part);
185
        if (result == null)
167
          result = defaultCase(theEObject);
186
          result = defaultCase(theEObject);
168
        return result;
187
        return result;
169
      }
188
      }
Lines 178-183 Link Here
178
        if (result == null)
197
        if (result == null)
179
          result = caseWSDLElement(binding);
198
          result = caseWSDLElement(binding);
180
        if (result == null)
199
        if (result == null)
200
          result = caseIElementExtensible(binding);
201
        if (result == null)
202
          result = caseIAttributeExtensible(binding);
203
        if (result == null)
181
          result = defaultCase(theEObject);
204
          result = defaultCase(theEObject);
182
        return result;
205
        return result;
183
      }
206
      }
Lines 192-197 Link Here
192
        if (result == null)
215
        if (result == null)
193
          result = caseWSDLElement(bindingOperation);
216
          result = caseWSDLElement(bindingOperation);
194
        if (result == null)
217
        if (result == null)
218
          result = caseIElementExtensible(bindingOperation);
219
        if (result == null)
220
          result = caseIAttributeExtensible(bindingOperation);
221
        if (result == null)
195
          result = defaultCase(theEObject);
222
          result = defaultCase(theEObject);
196
        return result;
223
        return result;
197
      }
224
      }
Lines 206-211 Link Here
206
        if (result == null)
233
        if (result == null)
207
          result = caseWSDLElement(service);
234
          result = caseWSDLElement(service);
208
        if (result == null)
235
        if (result == null)
236
          result = caseIElementExtensible(service);
237
        if (result == null)
238
          result = caseIAttributeExtensible(service);
239
        if (result == null)
209
          result = defaultCase(theEObject);
240
          result = defaultCase(theEObject);
210
        return result;
241
        return result;
211
      }
242
      }
Lines 220-225 Link Here
220
        if (result == null)
251
        if (result == null)
221
          result = caseWSDLElement(port);
252
          result = caseWSDLElement(port);
222
        if (result == null)
253
        if (result == null)
254
          result = caseIElementExtensible(port);
255
        if (result == null)
256
          result = caseIAttributeExtensible(port);
257
        if (result == null)
223
          result = defaultCase(theEObject);
258
          result = defaultCase(theEObject);
224
        return result;
259
        return result;
225
      }
260
      }
Lines 246-251 Link Here
246
        if (result == null)
281
        if (result == null)
247
          result = caseWSDLElement(definition);
282
          result = caseWSDLElement(definition);
248
        if (result == null)
283
        if (result == null)
284
          result = caseIElementExtensible(definition);
285
        if (result == null)
286
          result = caseIAttributeExtensible(definition);
287
        if (result == null)
249
          result = defaultCase(theEObject);
288
          result = defaultCase(theEObject);
250
        return result;
289
        return result;
251
      }
290
      }
Lines 260-265 Link Here
260
        if (result == null)
299
        if (result == null)
261
          result = caseWSDLElement(import_);
300
          result = caseWSDLElement(import_);
262
        if (result == null)
301
        if (result == null)
302
          result = caseIElementExtensible(import_);
303
        if (result == null)
304
          result = caseIAttributeExtensible(import_);
305
        if (result == null)
263
          result = defaultCase(theEObject);
306
          result = defaultCase(theEObject);
264
        return result;
307
        return result;
265
      }
308
      }
Lines 270-275 Link Here
270
        if (result == null)
313
        if (result == null)
271
          result = caseWSDLElement(extensibleElement);
314
          result = caseWSDLElement(extensibleElement);
272
        if (result == null)
315
        if (result == null)
316
          result = caseIElementExtensible(extensibleElement);
317
        if (result == null)
318
          result = caseIAttributeExtensible(extensibleElement);
319
        if (result == null)
273
          result = defaultCase(theEObject);
320
          result = defaultCase(theEObject);
274
        return result;
321
        return result;
275
      }
322
      }
Lines 284-291 Link Here
284
        if (result == null)
331
        if (result == null)
285
          result = caseExtensibleElement(input);
332
          result = caseExtensibleElement(input);
286
        if (result == null)
333
        if (result == null)
334
          result = caseIAttributeExtensible(input);
335
        if (result == null)
287
          result = caseWSDLElement(input);
336
          result = caseWSDLElement(input);
288
        if (result == null)
337
        if (result == null)
338
          result = caseIElementExtensible(input);
339
        if (result == null)
289
          result = defaultCase(theEObject);
340
          result = defaultCase(theEObject);
290
        return result;
341
        return result;
291
      }
342
      }
Lines 300-307 Link Here
300
        if (result == null)
351
        if (result == null)
301
          result = caseExtensibleElement(output);
352
          result = caseExtensibleElement(output);
302
        if (result == null)
353
        if (result == null)
354
          result = caseIAttributeExtensible(output);
355
        if (result == null)
303
          result = caseWSDLElement(output);
356
          result = caseWSDLElement(output);
304
        if (result == null)
357
        if (result == null)
358
          result = caseIElementExtensible(output);
359
        if (result == null)
305
          result = defaultCase(theEObject);
360
          result = defaultCase(theEObject);
306
        return result;
361
        return result;
307
      }
362
      }
Lines 316-323 Link Here
316
        if (result == null)
371
        if (result == null)
317
          result = caseExtensibleElement(fault);
372
          result = caseExtensibleElement(fault);
318
        if (result == null)
373
        if (result == null)
374
          result = caseIAttributeExtensible(fault);
375
        if (result == null)
319
          result = caseWSDLElement(fault);
376
          result = caseWSDLElement(fault);
320
        if (result == null)
377
        if (result == null)
378
          result = caseIElementExtensible(fault);
379
        if (result == null)
321
          result = defaultCase(theEObject);
380
          result = defaultCase(theEObject);
322
        return result;
381
        return result;
323
      }
382
      }
Lines 332-337 Link Here
332
        if (result == null)
391
        if (result == null)
333
          result = caseWSDLElement(bindingInput);
392
          result = caseWSDLElement(bindingInput);
334
        if (result == null)
393
        if (result == null)
394
          result = caseIElementExtensible(bindingInput);
395
        if (result == null)
396
          result = caseIAttributeExtensible(bindingInput);
397
        if (result == null)
335
          result = defaultCase(theEObject);
398
          result = defaultCase(theEObject);
336
        return result;
399
        return result;
337
      }
400
      }
Lines 346-351 Link Here
346
        if (result == null)
409
        if (result == null)
347
          result = caseWSDLElement(bindingOutput);
410
          result = caseWSDLElement(bindingOutput);
348
        if (result == null)
411
        if (result == null)
412
          result = caseIElementExtensible(bindingOutput);
413
        if (result == null)
414
          result = caseIAttributeExtensible(bindingOutput);
415
        if (result == null)
349
          result = defaultCase(theEObject);
416
          result = defaultCase(theEObject);
350
        return result;
417
        return result;
351
      }
418
      }
Lines 360-365 Link Here
360
        if (result == null)
427
        if (result == null)
361
          result = caseWSDLElement(bindingFault);
428
          result = caseWSDLElement(bindingFault);
362
        if (result == null)
429
        if (result == null)
430
          result = caseIElementExtensible(bindingFault);
431
        if (result == null)
432
          result = caseIAttributeExtensible(bindingFault);
433
        if (result == null)
363
          result = defaultCase(theEObject);
434
          result = defaultCase(theEObject);
364
        return result;
435
        return result;
365
      }
436
      }
Lines 382-387 Link Here
382
        if (result == null)
453
        if (result == null)
383
          result = caseWSDLElement(types);
454
          result = caseWSDLElement(types);
384
        if (result == null)
455
        if (result == null)
456
          result = caseIElementExtensible(types);
457
        if (result == null)
458
          result = caseIAttributeExtensible(types);
459
        if (result == null)
385
          result = defaultCase(theEObject);
460
          result = defaultCase(theEObject);
386
        return result;
461
        return result;
387
      }
462
      }
Lines 406-411 Link Here
406
        if (result == null)
481
        if (result == null)
407
          result = caseExtensibilityElement(xsdSchemaExtensibilityElement);
482
          result = caseExtensibilityElement(xsdSchemaExtensibilityElement);
408
        if (result == null)
483
        if (result == null)
484
          result = caseISchema(xsdSchemaExtensibilityElement);
485
        if (result == null)
409
          result = caseWSDLElement(xsdSchemaExtensibilityElement);
486
          result = caseWSDLElement(xsdSchemaExtensibilityElement);
410
        if (result == null)
487
        if (result == null)
411
          result = caseIExtensibilityElement(xsdSchemaExtensibilityElement);
488
          result = caseIExtensibilityElement(xsdSchemaExtensibilityElement);
Lines 422-427 Link Here
422
        if (result == null)
499
        if (result == null)
423
          result = caseWSDLElement(messageReference);
500
          result = caseWSDLElement(messageReference);
424
        if (result == null)
501
        if (result == null)
502
          result = caseIElementExtensible(messageReference);
503
        if (result == null)
504
          result = caseIAttributeExtensible(messageReference);
505
        if (result == null)
425
          result = defaultCase(theEObject);
506
          result = defaultCase(theEObject);
426
        return result;
507
        return result;
427
      }
508
      }
Lines 1183-1188 Link Here
1183
  }
1264
  }
1184
1265
1185
  /**
1266
  /**
1267
   * Returns the result of interpreting the object as an instance of '<em>IElement Extensible</em>'.
1268
   * <!-- begin-user-doc -->
1269
   * This implementation returns null;
1270
   * returning a non-null result will terminate the switch.
1271
   * <!-- end-user-doc -->
1272
   * @param object the target of the switch.
1273
   * @return the result of interpreting the object as an instance of '<em>IElement Extensible</em>'.
1274
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1275
   * @generated
1276
   */
1277
  public Object caseIElementExtensible(ElementExtensible object)
1278
  {
1279
    return null;
1280
  }
1281
1282
  /**
1283
   * Returns the result of interpreting the object as an instance of '<em>IAttribute Extensible</em>'.
1284
   * <!-- begin-user-doc -->
1285
   * This implementation returns null;
1286
   * returning a non-null result will terminate the switch.
1287
   * <!-- end-user-doc -->
1288
   * @param object the target of the switch.
1289
   * @return the result of interpreting the object as an instance of '<em>IAttribute Extensible</em>'.
1290
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1291
   * @generated
1292
   */
1293
  public Object caseIAttributeExtensible(AttributeExtensible object)
1294
  {
1295
    return null;
1296
  }
1297
1298
  /**
1299
   * Returns the result of interpreting the object as an instance of '<em>IObject</em>'.
1300
   * <!-- begin-user-doc -->
1301
   * This implementation returns null;
1302
   * returning a non-null result will terminate the switch.
1303
   * <!-- end-user-doc -->
1304
   * @param object the target of the switch.
1305
   * @return the result of interpreting the object as an instance of '<em>IObject</em>'.
1306
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1307
   * @generated
1308
   */
1309
  public Object caseIObject(Object object)
1310
  {
1311
    return null;
1312
  }
1313
1314
  /**
1315
   * Returns the result of interpreting the object as an instance of '<em>ISchema</em>'.
1316
   * <!-- begin-user-doc -->
1317
   * This implementation returns null;
1318
   * returning a non-null result will terminate the switch.
1319
   * <!-- end-user-doc -->
1320
   * @param object the target of the switch.
1321
   * @return the result of interpreting the object as an instance of '<em>ISchema</em>'.
1322
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1323
   * @generated
1324
   */
1325
  public Object caseISchema(Schema object)
1326
  {
1327
    return null;
1328
  }
1329
1330
  /**
1186
   * Returns the result of interpreting the object as an instance of '<em>EObject</em>'.
1331
   * Returns the result of interpreting the object as an instance of '<em>EObject</em>'.
1187
   * <!-- begin-user-doc -->
1332
   * <!-- begin-user-doc -->
1188
   * This implementation returns null;
1333
   * This implementation returns null;
(-)META-INF/MANIFEST.MF (-2 / +2 lines)
Lines 2-8 Link Here
2
Bundle-ManifestVersion: 2
2
Bundle-ManifestVersion: 2
3
Bundle-Name: %pluginName
3
Bundle-Name: %pluginName
4
Bundle-SymbolicName: org.eclipse.wst.wsdl; singleton:=true
4
Bundle-SymbolicName: org.eclipse.wst.wsdl; singleton:=true
5
Bundle-Version: 1.1.301.qualifier
5
Bundle-Version: 1.2.0.qualifier
6
Bundle-Activator: org.eclipse.wst.wsdl.WSDLPluginImplementation
6
Bundle-Activator: org.eclipse.wst.wsdl.WSDLPluginImplementation
7
Bundle-Vendor: %providerName
7
Bundle-Vendor: %providerName
8
Bundle-Localization: plugin
8
Bundle-Localization: plugin
Lines 28-34 Link Here
28
Require-Bundle: org.eclipse.emf.ecore;bundle-version="[2.2.0,2.6.0)",
28
Require-Bundle: org.eclipse.emf.ecore;bundle-version="[2.2.0,2.6.0)",
29
 org.eclipse.xsd;bundle-version="[2.2.0,3.0.0)",
29
 org.eclipse.xsd;bundle-version="[2.2.0,3.0.0)",
30
 org.eclipse.core.resources;bundle-version="[3.2.0,4.0.0)",
30
 org.eclipse.core.resources;bundle-version="[3.2.0,4.0.0)",
31
 javax.wsdl;bundle-version="[1.4.0,1.5.0)",
31
 javax.wsdl;bundle-version="[1.5.0,1.6.0)",
32
 org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)",
32
 org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)",
33
 org.apache.xerces;bundle-version="[2.8.0,3.0.0)",
33
 org.apache.xerces;bundle-version="[2.8.0,3.0.0)",
34
 com.ibm.icu;bundle-version="[3.4.4,4.0.0)"
34
 com.ibm.icu;bundle-version="[3.4.4,4.0.0)"
(-)src-wsdl/org/eclipse/wst/wsdl/WSDLPackage.java (-39 / +227 lines)
Lines 1599-1604 Link Here
1599
  int NAMESPACE_FEATURE_COUNT = 2;
1599
  int NAMESPACE_FEATURE_COUNT = 2;
1600
1600
1601
  /**
1601
  /**
1602
   * The meta object id for the '{@link javax.wsdl.extensions.AttributeExtensible <em>IAttribute Extensible</em>}' class.
1603
   * <!-- begin-user-doc -->
1604
   * <!-- end-user-doc -->
1605
   * @see javax.wsdl.extensions.AttributeExtensible
1606
   * @see org.eclipse.wst.wsdl.internal.impl.WSDLPackageImpl#getIAttributeExtensible()
1607
   * @generated
1608
   */
1609
  int IATTRIBUTE_EXTENSIBLE = 48;
1610
1611
  /**
1612
   * The number of structural features of the '<em>IAttribute Extensible</em>' class.
1613
   * <!-- begin-user-doc -->
1614
   * <!-- end-user-doc -->
1615
   * @generated
1616
   * @ordered
1617
   */
1618
  int IATTRIBUTE_EXTENSIBLE_FEATURE_COUNT = 0;
1619
1620
  /**
1602
   * The meta object id for the '{@link javax.wsdl.PortType <em>IPort Type</em>}' class.
1621
   * The meta object id for the '{@link javax.wsdl.PortType <em>IPort Type</em>}' class.
1603
   * <!-- begin-user-doc -->
1622
   * <!-- begin-user-doc -->
1604
   * <!-- end-user-doc -->
1623
   * <!-- end-user-doc -->
Lines 1615-1621 Link Here
1615
   * @generated
1634
   * @generated
1616
   * @ordered
1635
   * @ordered
1617
   */
1636
   */
1618
  int IPORT_TYPE_FEATURE_COUNT = 0;
1637
  int IPORT_TYPE_FEATURE_COUNT = IATTRIBUTE_EXTENSIBLE_FEATURE_COUNT + 0;
1638
1639
  /**
1640
   * The meta object id for the '{@link javax.wsdl.extensions.ElementExtensible <em>IElement Extensible</em>}' class.
1641
   * <!-- begin-user-doc -->
1642
   * <!-- end-user-doc -->
1643
   * @see javax.wsdl.extensions.ElementExtensible
1644
   * @see org.eclipse.wst.wsdl.internal.impl.WSDLPackageImpl#getIElementExtensible()
1645
   * @generated
1646
   */
1647
  int IELEMENT_EXTENSIBLE = 47;
1648
1649
  /**
1650
   * The number of structural features of the '<em>IElement Extensible</em>' class.
1651
   * <!-- begin-user-doc -->
1652
   * <!-- end-user-doc -->
1653
   * @generated
1654
   * @ordered
1655
   */
1656
  int IELEMENT_EXTENSIBLE_FEATURE_COUNT = 0;
1619
1657
1620
  /**
1658
  /**
1621
   * The meta object id for the '{@link javax.wsdl.Operation <em>IOperation</em>}' class.
1659
   * The meta object id for the '{@link javax.wsdl.Operation <em>IOperation</em>}' class.
Lines 1634-1640 Link Here
1634
   * @generated
1672
   * @generated
1635
   * @ordered
1673
   * @ordered
1636
   */
1674
   */
1637
  int IOPERATION_FEATURE_COUNT = 0;
1675
  int IOPERATION_FEATURE_COUNT = IELEMENT_EXTENSIBLE_FEATURE_COUNT + 0;
1638
1676
1639
  /**
1677
  /**
1640
   * The meta object id for the '{@link javax.wsdl.Input <em>IInput</em>}' class.
1678
   * The meta object id for the '{@link javax.wsdl.Input <em>IInput</em>}' class.
Lines 1653-1659 Link Here
1653
   * @generated
1691
   * @generated
1654
   * @ordered
1692
   * @ordered
1655
   */
1693
   */
1656
  int IINPUT_FEATURE_COUNT = 0;
1694
  int IINPUT_FEATURE_COUNT = IATTRIBUTE_EXTENSIBLE_FEATURE_COUNT + 0;
1657
1695
1658
  /**
1696
  /**
1659
   * The meta object id for the '{@link javax.wsdl.Output <em>IOutput</em>}' class.
1697
   * The meta object id for the '{@link javax.wsdl.Output <em>IOutput</em>}' class.
Lines 1672-1678 Link Here
1672
   * @generated
1710
   * @generated
1673
   * @ordered
1711
   * @ordered
1674
   */
1712
   */
1675
  int IOUTPUT_FEATURE_COUNT = 0;
1713
  int IOUTPUT_FEATURE_COUNT = IATTRIBUTE_EXTENSIBLE_FEATURE_COUNT + 0;
1676
1714
1677
  /**
1715
  /**
1678
   * The meta object id for the '{@link javax.wsdl.Fault <em>IFault</em>}' class.
1716
   * The meta object id for the '{@link javax.wsdl.Fault <em>IFault</em>}' class.
Lines 1691-1697 Link Here
1691
   * @generated
1729
   * @generated
1692
   * @ordered
1730
   * @ordered
1693
   */
1731
   */
1694
  int IFAULT_FEATURE_COUNT = 0;
1732
  int IFAULT_FEATURE_COUNT = IATTRIBUTE_EXTENSIBLE_FEATURE_COUNT + 0;
1695
1733
1696
  /**
1734
  /**
1697
   * The meta object id for the '{@link javax.wsdl.Message <em>IMessage</em>}' class.
1735
   * The meta object id for the '{@link javax.wsdl.Message <em>IMessage</em>}' class.
Lines 1710-1716 Link Here
1710
   * @generated
1748
   * @generated
1711
   * @ordered
1749
   * @ordered
1712
   */
1750
   */
1713
  int IMESSAGE_FEATURE_COUNT = 0;
1751
  int IMESSAGE_FEATURE_COUNT = IELEMENT_EXTENSIBLE_FEATURE_COUNT + 0;
1714
1752
1715
  /**
1753
  /**
1716
   * The meta object id for the '{@link javax.wsdl.Part <em>IPart</em>}' class.
1754
   * The meta object id for the '{@link javax.wsdl.Part <em>IPart</em>}' class.
Lines 1729-1735 Link Here
1729
   * @generated
1767
   * @generated
1730
   * @ordered
1768
   * @ordered
1731
   */
1769
   */
1732
  int IPART_FEATURE_COUNT = 0;
1770
  int IPART_FEATURE_COUNT = IATTRIBUTE_EXTENSIBLE_FEATURE_COUNT + 0;
1733
1771
1734
  /**
1772
  /**
1735
   * The meta object id for the '{@link javax.wsdl.Service <em>IService</em>}' class.
1773
   * The meta object id for the '{@link javax.wsdl.Service <em>IService</em>}' class.
Lines 1748-1754 Link Here
1748
   * @generated
1786
   * @generated
1749
   * @ordered
1787
   * @ordered
1750
   */
1788
   */
1751
  int ISERVICE_FEATURE_COUNT = 0;
1789
  int ISERVICE_FEATURE_COUNT = IELEMENT_EXTENSIBLE_FEATURE_COUNT + 0;
1752
1790
1753
  /**
1791
  /**
1754
   * The meta object id for the '{@link javax.wsdl.Port <em>IPort</em>}' class.
1792
   * The meta object id for the '{@link javax.wsdl.Port <em>IPort</em>}' class.
Lines 1767-1773 Link Here
1767
   * @generated
1805
   * @generated
1768
   * @ordered
1806
   * @ordered
1769
   */
1807
   */
1770
  int IPORT_FEATURE_COUNT = 0;
1808
  int IPORT_FEATURE_COUNT = IELEMENT_EXTENSIBLE_FEATURE_COUNT + 0;
1771
1809
1772
  /**
1810
  /**
1773
   * The meta object id for the '{@link javax.wsdl.Binding <em>IBinding</em>}' class.
1811
   * The meta object id for the '{@link javax.wsdl.Binding <em>IBinding</em>}' class.
Lines 1786-1792 Link Here
1786
   * @generated
1824
   * @generated
1787
   * @ordered
1825
   * @ordered
1788
   */
1826
   */
1789
  int IBINDING_FEATURE_COUNT = 0;
1827
  int IBINDING_FEATURE_COUNT = IELEMENT_EXTENSIBLE_FEATURE_COUNT + 0;
1790
1828
1791
  /**
1829
  /**
1792
   * The meta object id for the '{@link javax.wsdl.BindingOperation <em>IBinding Operation</em>}' class.
1830
   * The meta object id for the '{@link javax.wsdl.BindingOperation <em>IBinding Operation</em>}' class.
Lines 1805-1811 Link Here
1805
   * @generated
1843
   * @generated
1806
   * @ordered
1844
   * @ordered
1807
   */
1845
   */
1808
  int IBINDING_OPERATION_FEATURE_COUNT = 0;
1846
  int IBINDING_OPERATION_FEATURE_COUNT = IELEMENT_EXTENSIBLE_FEATURE_COUNT + 0;
1809
1847
1810
  /**
1848
  /**
1811
   * The meta object id for the '{@link javax.wsdl.BindingInput <em>IBinding Input</em>}' class.
1849
   * The meta object id for the '{@link javax.wsdl.BindingInput <em>IBinding Input</em>}' class.
Lines 1824-1830 Link Here
1824
   * @generated
1862
   * @generated
1825
   * @ordered
1863
   * @ordered
1826
   */
1864
   */
1827
  int IBINDING_INPUT_FEATURE_COUNT = 0;
1865
  int IBINDING_INPUT_FEATURE_COUNT = IELEMENT_EXTENSIBLE_FEATURE_COUNT + 0;
1828
1866
1829
  /**
1867
  /**
1830
   * The meta object id for the '{@link javax.wsdl.BindingOutput <em>IBinding Output</em>}' class.
1868
   * The meta object id for the '{@link javax.wsdl.BindingOutput <em>IBinding Output</em>}' class.
Lines 1843-1849 Link Here
1843
   * @generated
1881
   * @generated
1844
   * @ordered
1882
   * @ordered
1845
   */
1883
   */
1846
  int IBINDING_OUTPUT_FEATURE_COUNT = 0;
1884
  int IBINDING_OUTPUT_FEATURE_COUNT = IELEMENT_EXTENSIBLE_FEATURE_COUNT + 0;
1847
1885
1848
  /**
1886
  /**
1849
   * The meta object id for the '{@link javax.wsdl.BindingFault <em>IBinding Fault</em>}' class.
1887
   * The meta object id for the '{@link javax.wsdl.BindingFault <em>IBinding Fault</em>}' class.
Lines 1862-1868 Link Here
1862
   * @generated
1900
   * @generated
1863
   * @ordered
1901
   * @ordered
1864
   */
1902
   */
1865
  int IBINDING_FAULT_FEATURE_COUNT = 0;
1903
  int IBINDING_FAULT_FEATURE_COUNT = IELEMENT_EXTENSIBLE_FEATURE_COUNT + 0;
1866
1904
1867
  /**
1905
  /**
1868
   * The meta object id for the '{@link javax.wsdl.extensions.ExtensibilityElement <em>IExtensibility Element</em>}' class.
1906
   * The meta object id for the '{@link javax.wsdl.extensions.ExtensibilityElement <em>IExtensibility Element</em>}' class.
Lines 1900-1906 Link Here
1900
   * @generated
1938
   * @generated
1901
   * @ordered
1939
   * @ordered
1902
   */
1940
   */
1903
  int IDEFINITION_FEATURE_COUNT = 0;
1941
  int IDEFINITION_FEATURE_COUNT = IELEMENT_EXTENSIBLE_FEATURE_COUNT + 0;
1904
1942
1905
  /**
1943
  /**
1906
   * The meta object id for the '{@link javax.wsdl.Import <em>IImport</em>}' class.
1944
   * The meta object id for the '{@link javax.wsdl.Import <em>IImport</em>}' class.
Lines 1919-1925 Link Here
1919
   * @generated
1957
   * @generated
1920
   * @ordered
1958
   * @ordered
1921
   */
1959
   */
1922
  int IIMPORT_FEATURE_COUNT = 0;
1960
  int IIMPORT_FEATURE_COUNT = IATTRIBUTE_EXTENSIBLE_FEATURE_COUNT + 0;
1923
1961
1924
  /**
1962
  /**
1925
   * The meta object id for the '{@link java.util.List <em>IList</em>}' class.
1963
   * The meta object id for the '{@link java.util.List <em>IList</em>}' class.
Lines 2192-2204 Link Here
2192
  int XSD_SCHEMA_EXTENSIBILITY_ELEMENT__ELEMENT_TYPE = EXTENSIBILITY_ELEMENT__ELEMENT_TYPE;
2230
  int XSD_SCHEMA_EXTENSIBILITY_ELEMENT__ELEMENT_TYPE = EXTENSIBILITY_ELEMENT__ELEMENT_TYPE;
2193
2231
2194
  /**
2232
  /**
2233
   * The feature id for the '<em><b>Document Base URI</b></em>' attribute.
2234
   * <!-- begin-user-doc -->
2235
   * <!-- end-user-doc -->
2236
   * @generated
2237
   * @ordered
2238
   */
2239
  int XSD_SCHEMA_EXTENSIBILITY_ELEMENT__DOCUMENT_BASE_URI = EXTENSIBILITY_ELEMENT_FEATURE_COUNT + 0;
2240
2241
  /**
2195
   * The feature id for the '<em><b>Schema</b></em>' containment reference.
2242
   * The feature id for the '<em><b>Schema</b></em>' containment reference.
2196
   * <!-- begin-user-doc -->
2243
   * <!-- begin-user-doc -->
2197
   * <!-- end-user-doc -->
2244
   * <!-- end-user-doc -->
2198
   * @generated
2245
   * @generated
2199
   * @ordered
2246
   * @ordered
2200
   */
2247
   */
2201
  int XSD_SCHEMA_EXTENSIBILITY_ELEMENT__SCHEMA = EXTENSIBILITY_ELEMENT_FEATURE_COUNT + 0;
2248
  int XSD_SCHEMA_EXTENSIBILITY_ELEMENT__SCHEMA = EXTENSIBILITY_ELEMENT_FEATURE_COUNT + 1;
2202
2249
2203
  /**
2250
  /**
2204
   * The number of structural features of the '<em>XSD Schema Extensibility Element</em>' class.
2251
   * The number of structural features of the '<em>XSD Schema Extensibility Element</em>' class.
Lines 2207-2213 Link Here
2207
   * @generated
2254
   * @generated
2208
   * @ordered
2255
   * @ordered
2209
   */
2256
   */
2210
  int XSD_SCHEMA_EXTENSIBILITY_ELEMENT_FEATURE_COUNT = EXTENSIBILITY_ELEMENT_FEATURE_COUNT + 1;
2257
  int XSD_SCHEMA_EXTENSIBILITY_ELEMENT_FEATURE_COUNT = EXTENSIBILITY_ELEMENT_FEATURE_COUNT + 2;
2258
2259
  /**
2260
   * The meta object id for the '{@link java.lang.Object <em>IObject</em>}' class.
2261
   * <!-- begin-user-doc -->
2262
   * <!-- end-user-doc -->
2263
   * @see java.lang.Object
2264
   * @see org.eclipse.wst.wsdl.internal.impl.WSDLPackageImpl#getIObject()
2265
   * @generated
2266
   */
2267
  int IOBJECT = 49;
2268
2269
  /**
2270
   * The number of structural features of the '<em>IObject</em>' class.
2271
   * <!-- begin-user-doc -->
2272
   * <!-- end-user-doc -->
2273
   * @generated
2274
   * @ordered
2275
   */
2276
  int IOBJECT_FEATURE_COUNT = 0;
2277
2278
  /**
2279
   * The meta object id for the '{@link javax.wsdl.extensions.schema.Schema <em>ISchema</em>}' class.
2280
   * <!-- begin-user-doc -->
2281
   * <!-- end-user-doc -->
2282
   * @see javax.wsdl.extensions.schema.Schema
2283
   * @see org.eclipse.wst.wsdl.internal.impl.WSDLPackageImpl#getISchema()
2284
   * @generated
2285
   */
2286
  int ISCHEMA = 50;
2287
2288
  /**
2289
   * The number of structural features of the '<em>ISchema</em>' class.
2290
   * <!-- begin-user-doc -->
2291
   * <!-- end-user-doc -->
2292
   * @generated
2293
   * @ordered
2294
   */
2295
  int ISCHEMA_FEATURE_COUNT = IEXTENSIBILITY_ELEMENT_FEATURE_COUNT + 0;
2211
2296
2212
  /**
2297
  /**
2213
   * The meta object id for the '<em>QName</em>' data type.
2298
   * The meta object id for the '<em>QName</em>' data type.
Lines 2217-2223 Link Here
2217
   * @see org.eclipse.wst.wsdl.internal.impl.WSDLPackageImpl#getQName()
2302
   * @see org.eclipse.wst.wsdl.internal.impl.WSDLPackageImpl#getQName()
2218
   * @generated
2303
   * @generated
2219
   */
2304
   */
2220
  int QNAME = 47;
2305
  int QNAME = 51;
2221
2306
2222
  /**
2307
  /**
2223
   * The meta object id for the '<em>Operation Type</em>' data type.
2308
   * The meta object id for the '<em>Operation Type</em>' data type.
Lines 2227-2233 Link Here
2227
   * @see org.eclipse.wst.wsdl.internal.impl.WSDLPackageImpl#getOperationType()
2312
   * @see org.eclipse.wst.wsdl.internal.impl.WSDLPackageImpl#getOperationType()
2228
   * @generated
2313
   * @generated
2229
   */
2314
   */
2230
  int OPERATION_TYPE = 48;
2315
  int OPERATION_TYPE = 52;
2231
2316
2232
  /**
2317
  /**
2233
   * The meta object id for the '<em>DOM Element</em>' data type.
2318
   * The meta object id for the '<em>DOM Element</em>' data type.
Lines 2237-2243 Link Here
2237
   * @see org.eclipse.wst.wsdl.internal.impl.WSDLPackageImpl#getDOMElement()
2322
   * @see org.eclipse.wst.wsdl.internal.impl.WSDLPackageImpl#getDOMElement()
2238
   * @generated
2323
   * @generated
2239
   */
2324
   */
2240
  int DOM_ELEMENT = 49;
2325
  int DOM_ELEMENT = 53;
2241
2326
2242
  /**
2327
  /**
2243
   * The meta object id for the '<em>Exception</em>' data type.
2328
   * The meta object id for the '<em>Exception</em>' data type.
Lines 2247-2253 Link Here
2247
   * @see org.eclipse.wst.wsdl.internal.impl.WSDLPackageImpl#getWSDLException()
2332
   * @see org.eclipse.wst.wsdl.internal.impl.WSDLPackageImpl#getWSDLException()
2248
   * @generated
2333
   * @generated
2249
   */
2334
   */
2250
  int WSDL_EXCEPTION = 50;
2335
  int WSDL_EXCEPTION = 54;
2251
2336
2252
  /**
2337
  /**
2253
   * The meta object id for the '<em>DOM Document</em>' data type.
2338
   * The meta object id for the '<em>DOM Document</em>' data type.
Lines 2257-2263 Link Here
2257
   * @see org.eclipse.wst.wsdl.internal.impl.WSDLPackageImpl#getDOMDocument()
2342
   * @see org.eclipse.wst.wsdl.internal.impl.WSDLPackageImpl#getDOMDocument()
2258
   * @generated
2343
   * @generated
2259
   */
2344
   */
2260
  int DOM_DOCUMENT = 51;
2345
  int DOM_DOCUMENT = 55;
2261
2346
2262
  /**
2347
  /**
2263
   * Returns the meta object for class '{@link org.eclipse.wst.wsdl.WSDLElement <em>Element</em>}'.
2348
   * Returns the meta object for class '{@link org.eclipse.wst.wsdl.WSDLElement <em>Element</em>}'.
Lines 3136-3142 Link Here
3136
   * <!-- end-user-doc -->
3221
   * <!-- end-user-doc -->
3137
   * @return the meta object for class '<em>IPort Type</em>'.
3222
   * @return the meta object for class '<em>IPort Type</em>'.
3138
   * @see javax.wsdl.PortType
3223
   * @see javax.wsdl.PortType
3139
   * @model instanceClass="javax.wsdl.PortType"
3224
   * @model instanceClass="javax.wsdl.PortType" superTypes="org.eclipse.wst.wsdl.IAttributeExtensible"
3140
   * @generated
3225
   * @generated
3141
   */
3226
   */
3142
  EClass getIPortType();
3227
  EClass getIPortType();
Lines 3147-3153 Link Here
3147
   * <!-- end-user-doc -->
3232
   * <!-- end-user-doc -->
3148
   * @return the meta object for class '<em>IOperation</em>'.
3233
   * @return the meta object for class '<em>IOperation</em>'.
3149
   * @see javax.wsdl.Operation
3234
   * @see javax.wsdl.Operation
3150
   * @model instanceClass="javax.wsdl.Operation"
3235
   * @model instanceClass="javax.wsdl.Operation" superTypes="org.eclipse.wst.wsdl.IElementExtensible"
3151
   * @generated
3236
   * @generated
3152
   */
3237
   */
3153
  EClass getIOperation();
3238
  EClass getIOperation();
Lines 3158-3164 Link Here
3158
   * <!-- end-user-doc -->
3243
   * <!-- end-user-doc -->
3159
   * @return the meta object for class '<em>IInput</em>'.
3244
   * @return the meta object for class '<em>IInput</em>'.
3160
   * @see javax.wsdl.Input
3245
   * @see javax.wsdl.Input
3161
   * @model instanceClass="javax.wsdl.Input"
3246
   * @model instanceClass="javax.wsdl.Input" superTypes="org.eclipse.wst.wsdl.IAttributeExtensible"
3162
   * @generated
3247
   * @generated
3163
   */
3248
   */
3164
  EClass getIInput();
3249
  EClass getIInput();
Lines 3169-3175 Link Here
3169
   * <!-- end-user-doc -->
3254
   * <!-- end-user-doc -->
3170
   * @return the meta object for class '<em>IOutput</em>'.
3255
   * @return the meta object for class '<em>IOutput</em>'.
3171
   * @see javax.wsdl.Output
3256
   * @see javax.wsdl.Output
3172
   * @model instanceClass="javax.wsdl.Output"
3257
   * @model instanceClass="javax.wsdl.Output" superTypes="org.eclipse.wst.wsdl.IAttributeExtensible"
3173
   * @generated
3258
   * @generated
3174
   */
3259
   */
3175
  EClass getIOutput();
3260
  EClass getIOutput();
Lines 3180-3186 Link Here
3180
   * <!-- end-user-doc -->
3265
   * <!-- end-user-doc -->
3181
   * @return the meta object for class '<em>IFault</em>'.
3266
   * @return the meta object for class '<em>IFault</em>'.
3182
   * @see javax.wsdl.Fault
3267
   * @see javax.wsdl.Fault
3183
   * @model instanceClass="javax.wsdl.Fault"
3268
   * @model instanceClass="javax.wsdl.Fault" superTypes="org.eclipse.wst.wsdl.IAttributeExtensible"
3184
   * @generated
3269
   * @generated
3185
   */
3270
   */
3186
  EClass getIFault();
3271
  EClass getIFault();
Lines 3191-3197 Link Here
3191
   * <!-- end-user-doc -->
3276
   * <!-- end-user-doc -->
3192
   * @return the meta object for class '<em>IMessage</em>'.
3277
   * @return the meta object for class '<em>IMessage</em>'.
3193
   * @see javax.wsdl.Message
3278
   * @see javax.wsdl.Message
3194
   * @model instanceClass="javax.wsdl.Message"
3279
   * @model instanceClass="javax.wsdl.Message" superTypes="org.eclipse.wst.wsdl.IElementExtensible"
3195
   * @generated
3280
   * @generated
3196
   */
3281
   */
3197
  EClass getIMessage();
3282
  EClass getIMessage();
Lines 3202-3208 Link Here
3202
   * <!-- end-user-doc -->
3287
   * <!-- end-user-doc -->
3203
   * @return the meta object for class '<em>IPart</em>'.
3288
   * @return the meta object for class '<em>IPart</em>'.
3204
   * @see javax.wsdl.Part
3289
   * @see javax.wsdl.Part
3205
   * @model instanceClass="javax.wsdl.Part"
3290
   * @model instanceClass="javax.wsdl.Part" superTypes="org.eclipse.wst.wsdl.IAttributeExtensible"
3206
   * @generated
3291
   * @generated
3207
   */
3292
   */
3208
  EClass getIPart();
3293
  EClass getIPart();
Lines 3213-3219 Link Here
3213
   * <!-- end-user-doc -->
3298
   * <!-- end-user-doc -->
3214
   * @return the meta object for class '<em>IService</em>'.
3299
   * @return the meta object for class '<em>IService</em>'.
3215
   * @see javax.wsdl.Service
3300
   * @see javax.wsdl.Service
3216
   * @model instanceClass="javax.wsdl.Service"
3301
   * @model instanceClass="javax.wsdl.Service" superTypes="org.eclipse.wst.wsdl.IElementExtensible"
3217
   * @generated
3302
   * @generated
3218
   */
3303
   */
3219
  EClass getIService();
3304
  EClass getIService();
Lines 3224-3230 Link Here
3224
   * <!-- end-user-doc -->
3309
   * <!-- end-user-doc -->
3225
   * @return the meta object for class '<em>IPort</em>'.
3310
   * @return the meta object for class '<em>IPort</em>'.
3226
   * @see javax.wsdl.Port
3311
   * @see javax.wsdl.Port
3227
   * @model instanceClass="javax.wsdl.Port"
3312
   * @model instanceClass="javax.wsdl.Port" superTypes="org.eclipse.wst.wsdl.IElementExtensible"
3228
   * @generated
3313
   * @generated
3229
   */
3314
   */
3230
  EClass getIPort();
3315
  EClass getIPort();
Lines 3235-3241 Link Here
3235
   * <!-- end-user-doc -->
3320
   * <!-- end-user-doc -->
3236
   * @return the meta object for class '<em>IBinding</em>'.
3321
   * @return the meta object for class '<em>IBinding</em>'.
3237
   * @see javax.wsdl.Binding
3322
   * @see javax.wsdl.Binding
3238
   * @model instanceClass="javax.wsdl.Binding"
3323
   * @model instanceClass="javax.wsdl.Binding" superTypes="org.eclipse.wst.wsdl.IElementExtensible"
3239
   * @generated
3324
   * @generated
3240
   */
3325
   */
3241
  EClass getIBinding();
3326
  EClass getIBinding();
Lines 3246-3252 Link Here
3246
   * <!-- end-user-doc -->
3331
   * <!-- end-user-doc -->
3247
   * @return the meta object for class '<em>IBinding Operation</em>'.
3332
   * @return the meta object for class '<em>IBinding Operation</em>'.
3248
   * @see javax.wsdl.BindingOperation
3333
   * @see javax.wsdl.BindingOperation
3249
   * @model instanceClass="javax.wsdl.BindingOperation"
3334
   * @model instanceClass="javax.wsdl.BindingOperation" superTypes="org.eclipse.wst.wsdl.IElementExtensible"
3250
   * @generated
3335
   * @generated
3251
   */
3336
   */
3252
  EClass getIBindingOperation();
3337
  EClass getIBindingOperation();
Lines 3257-3263 Link Here
3257
   * <!-- end-user-doc -->
3342
   * <!-- end-user-doc -->
3258
   * @return the meta object for class '<em>IBinding Input</em>'.
3343
   * @return the meta object for class '<em>IBinding Input</em>'.
3259
   * @see javax.wsdl.BindingInput
3344
   * @see javax.wsdl.BindingInput
3260
   * @model instanceClass="javax.wsdl.BindingInput"
3345
   * @model instanceClass="javax.wsdl.BindingInput" superTypes="org.eclipse.wst.wsdl.IElementExtensible"
3261
   * @generated
3346
   * @generated
3262
   */
3347
   */
3263
  EClass getIBindingInput();
3348
  EClass getIBindingInput();
Lines 3268-3274 Link Here
3268
   * <!-- end-user-doc -->
3353
   * <!-- end-user-doc -->
3269
   * @return the meta object for class '<em>IBinding Output</em>'.
3354
   * @return the meta object for class '<em>IBinding Output</em>'.
3270
   * @see javax.wsdl.BindingOutput
3355
   * @see javax.wsdl.BindingOutput
3271
   * @model instanceClass="javax.wsdl.BindingOutput"
3356
   * @model instanceClass="javax.wsdl.BindingOutput" superTypes="org.eclipse.wst.wsdl.IElementExtensible"
3272
   * @generated
3357
   * @generated
3273
   */
3358
   */
3274
  EClass getIBindingOutput();
3359
  EClass getIBindingOutput();
Lines 3279-3285 Link Here
3279
   * <!-- end-user-doc -->
3364
   * <!-- end-user-doc -->
3280
   * @return the meta object for class '<em>IBinding Fault</em>'.
3365
   * @return the meta object for class '<em>IBinding Fault</em>'.
3281
   * @see javax.wsdl.BindingFault
3366
   * @see javax.wsdl.BindingFault
3282
   * @model instanceClass="javax.wsdl.BindingFault"
3367
   * @model instanceClass="javax.wsdl.BindingFault" superTypes="org.eclipse.wst.wsdl.IElementExtensible"
3283
   * @generated
3368
   * @generated
3284
   */
3369
   */
3285
  EClass getIBindingFault();
3370
  EClass getIBindingFault();
Lines 3301-3307 Link Here
3301
   * <!-- end-user-doc -->
3386
   * <!-- end-user-doc -->
3302
   * @return the meta object for class '<em>IDefinition</em>'.
3387
   * @return the meta object for class '<em>IDefinition</em>'.
3303
   * @see javax.wsdl.Definition
3388
   * @see javax.wsdl.Definition
3304
   * @model instanceClass="javax.wsdl.Definition"
3389
   * @model instanceClass="javax.wsdl.Definition" superTypes="org.eclipse.wst.wsdl.IElementExtensible"
3305
   * @generated
3390
   * @generated
3306
   */
3391
   */
3307
  EClass getIDefinition();
3392
  EClass getIDefinition();
Lines 3312-3318 Link Here
3312
   * <!-- end-user-doc -->
3397
   * <!-- end-user-doc -->
3313
   * @return the meta object for class '<em>IImport</em>'.
3398
   * @return the meta object for class '<em>IImport</em>'.
3314
   * @see javax.wsdl.Import
3399
   * @see javax.wsdl.Import
3315
   * @model instanceClass="javax.wsdl.Import"
3400
   * @model instanceClass="javax.wsdl.Import" superTypes="org.eclipse.wst.wsdl.IAttributeExtensible"
3316
   * @generated
3401
   * @generated
3317
   */
3402
   */
3318
  EClass getIImport();
3403
  EClass getIImport();
Lines 3425-3430 Link Here
3425
  EClass getXSDSchemaExtensibilityElement();
3510
  EClass getXSDSchemaExtensibilityElement();
3426
3511
3427
  /**
3512
  /**
3513
   * Returns the meta object for the attribute '{@link org.eclipse.wst.wsdl.XSDSchemaExtensibilityElement#getDocumentBaseURI <em>Document Base URI</em>}'.
3514
   * <!-- begin-user-doc -->
3515
   * <!-- end-user-doc -->
3516
   * @return the meta object for the attribute '<em>Document Base URI</em>'.
3517
   * @see org.eclipse.wst.wsdl.XSDSchemaExtensibilityElement#getDocumentBaseURI()
3518
   * @see #getXSDSchemaExtensibilityElement()
3519
   * @generated
3520
   */
3521
  EAttribute getXSDSchemaExtensibilityElement_DocumentBaseURI();
3522
3523
  /**
3428
   * Returns the meta object for the containment reference '{@link org.eclipse.wst.wsdl.XSDSchemaExtensibilityElement#getSchema <em>Schema</em>}'.
3524
   * Returns the meta object for the containment reference '{@link org.eclipse.wst.wsdl.XSDSchemaExtensibilityElement#getSchema <em>Schema</em>}'.
3429
   * <!-- begin-user-doc -->
3525
   * <!-- begin-user-doc -->
3430
   * <!-- end-user-doc -->
3526
   * <!-- end-user-doc -->
Lines 3468-3473 Link Here
3468
  EReference getMessageReference_EMessage();
3564
  EReference getMessageReference_EMessage();
3469
3565
3470
  /**
3566
  /**
3567
   * Returns the meta object for class '{@link javax.wsdl.extensions.ElementExtensible <em>IElement Extensible</em>}'.
3568
   * <!-- begin-user-doc -->
3569
   * <!-- end-user-doc -->
3570
   * @return the meta object for class '<em>IElement Extensible</em>'.
3571
   * @see javax.wsdl.extensions.ElementExtensible
3572
   * @model instanceClass="javax.wsdl.extensions.ElementExtensible"
3573
   * @generated
3574
   */
3575
  EClass getIElementExtensible();
3576
3577
  /**
3578
   * Returns the meta object for class '{@link javax.wsdl.extensions.AttributeExtensible <em>IAttribute Extensible</em>}'.
3579
   * <!-- begin-user-doc -->
3580
   * <!-- end-user-doc -->
3581
   * @return the meta object for class '<em>IAttribute Extensible</em>'.
3582
   * @see javax.wsdl.extensions.AttributeExtensible
3583
   * @model instanceClass="javax.wsdl.extensions.AttributeExtensible"
3584
   * @generated
3585
   */
3586
  EClass getIAttributeExtensible();
3587
3588
  /**
3589
   * Returns the meta object for class '{@link java.lang.Object <em>IObject</em>}'.
3590
   * <!-- begin-user-doc -->
3591
   * <!-- end-user-doc -->
3592
   * @return the meta object for class '<em>IObject</em>'.
3593
   * @see java.lang.Object
3594
   * @model instanceClass="java.lang.Object"
3595
   * @generated
3596
   */
3597
  EClass getIObject();
3598
3599
  /**
3600
   * Returns the meta object for class '{@link javax.wsdl.extensions.schema.Schema <em>ISchema</em>}'.
3601
   * <!-- begin-user-doc -->
3602
   * <!-- end-user-doc -->
3603
   * @return the meta object for class '<em>ISchema</em>'.
3604
   * @see javax.wsdl.extensions.schema.Schema
3605
   * @model instanceClass="javax.wsdl.extensions.schema.Schema" superTypes="org.eclipse.wst.wsdl.IExtensibilityElement"
3606
   * @generated
3607
   */
3608
  EClass getISchema();
3609
3610
  /**
3471
   * Returns the meta object for data type '{@link javax.xml.namespace.QName <em>QName</em>}'.
3611
   * Returns the meta object for data type '{@link javax.xml.namespace.QName <em>QName</em>}'.
3472
   * <!-- begin-user-doc -->
3612
   * <!-- begin-user-doc -->
3473
   * <!-- end-user-doc -->
3613
   * <!-- end-user-doc -->
Lines 4502-4507 Link Here
4502
    EClass XSD_SCHEMA_EXTENSIBILITY_ELEMENT = eINSTANCE.getXSDSchemaExtensibilityElement();
4642
    EClass XSD_SCHEMA_EXTENSIBILITY_ELEMENT = eINSTANCE.getXSDSchemaExtensibilityElement();
4503
4643
4504
    /**
4644
    /**
4645
     * The meta object literal for the '<em><b>Document Base URI</b></em>' attribute feature.
4646
     * <!-- begin-user-doc -->
4647
     * <!-- end-user-doc -->
4648
     * @generated
4649
     */
4650
    EAttribute XSD_SCHEMA_EXTENSIBILITY_ELEMENT__DOCUMENT_BASE_URI = eINSTANCE.getXSDSchemaExtensibilityElement_DocumentBaseURI();
4651
4652
    /**
4505
     * The meta object literal for the '<em><b>Schema</b></em>' containment reference feature.
4653
     * The meta object literal for the '<em><b>Schema</b></em>' containment reference feature.
4506
     * <!-- begin-user-doc -->
4654
     * <!-- begin-user-doc -->
4507
     * <!-- end-user-doc -->
4655
     * <!-- end-user-doc -->
Lines 4536-4541 Link Here
4536
    EReference MESSAGE_REFERENCE__EMESSAGE = eINSTANCE.getMessageReference_EMessage();
4684
    EReference MESSAGE_REFERENCE__EMESSAGE = eINSTANCE.getMessageReference_EMessage();
4537
4685
4538
    /**
4686
    /**
4687
     * The meta object literal for the '{@link javax.wsdl.extensions.ElementExtensible <em>IElement Extensible</em>}' class.
4688
     * <!-- begin-user-doc -->
4689
     * <!-- end-user-doc -->
4690
     * @see javax.wsdl.extensions.ElementExtensible
4691
     * @see org.eclipse.wst.wsdl.internal.impl.WSDLPackageImpl#getIElementExtensible()
4692
     * @generated
4693
     */
4694
    EClass IELEMENT_EXTENSIBLE = eINSTANCE.getIElementExtensible();
4695
4696
    /**
4697
     * The meta object literal for the '{@link javax.wsdl.extensions.AttributeExtensible <em>IAttribute Extensible</em>}' class.
4698
     * <!-- begin-user-doc -->
4699
     * <!-- end-user-doc -->
4700
     * @see javax.wsdl.extensions.AttributeExtensible
4701
     * @see org.eclipse.wst.wsdl.internal.impl.WSDLPackageImpl#getIAttributeExtensible()
4702
     * @generated
4703
     */
4704
    EClass IATTRIBUTE_EXTENSIBLE = eINSTANCE.getIAttributeExtensible();
4705
4706
    /**
4707
     * The meta object literal for the '{@link java.lang.Object <em>IObject</em>}' class.
4708
     * <!-- begin-user-doc -->
4709
     * <!-- end-user-doc -->
4710
     * @see java.lang.Object
4711
     * @see org.eclipse.wst.wsdl.internal.impl.WSDLPackageImpl#getIObject()
4712
     * @generated
4713
     */
4714
    EClass IOBJECT = eINSTANCE.getIObject();
4715
4716
    /**
4717
     * The meta object literal for the '{@link javax.wsdl.extensions.schema.Schema <em>ISchema</em>}' class.
4718
     * <!-- begin-user-doc -->
4719
     * <!-- end-user-doc -->
4720
     * @see javax.wsdl.extensions.schema.Schema
4721
     * @see org.eclipse.wst.wsdl.internal.impl.WSDLPackageImpl#getISchema()
4722
     * @generated
4723
     */
4724
    EClass ISCHEMA = eINSTANCE.getISchema();
4725
4726
    /**
4539
     * The meta object literal for the '<em>QName</em>' data type.
4727
     * The meta object literal for the '<em>QName</em>' data type.
4540
     * <!-- begin-user-doc -->
4728
     * <!-- begin-user-doc -->
4541
     * <!-- end-user-doc -->
4729
     * <!-- end-user-doc -->
(-)src-wsdl/org/eclipse/wst/wsdl/XSDSchemaExtensibilityElement.java (-3 / +32 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2009 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 11-16 Link Here
11
package org.eclipse.wst.wsdl;
11
package org.eclipse.wst.wsdl;
12
12
13
13
14
import javax.wsdl.extensions.schema.Schema;
15
14
import org.eclipse.xsd.XSDSchema;
16
import org.eclipse.xsd.XSDSchema;
15
17
16
18
Lines 24-40 Link Here
24
 * <p>
26
 * <p>
25
 * The following features are supported:
27
 * The following features are supported:
26
 * <ul>
28
 * <ul>
29
 *   <li>{@link org.eclipse.wst.wsdl.XSDSchemaExtensibilityElement#getDocumentBaseURI <em>Document Base URI</em>}</li>
27
 *   <li>{@link org.eclipse.wst.wsdl.XSDSchemaExtensibilityElement#getSchema <em>Schema</em>}</li>
30
 *   <li>{@link org.eclipse.wst.wsdl.XSDSchemaExtensibilityElement#getSchema <em>Schema</em>}</li>
28
 * </ul>
31
 * </ul>
29
 * </p>
32
 * </p>
30
 *
33
 *
31
 * @see org.eclipse.wst.wsdl.WSDLPackage#getXSDSchemaExtensibilityElement()
34
 * @see org.eclipse.wst.wsdl.WSDLPackage#getXSDSchemaExtensibilityElement()
32
 * @model
35
 * @model superTypes="org.eclipse.wst.wsdl.ExtensibilityElement org.eclipse.wst.wsdl.ISchema"
33
 * @generated
36
 * @generated
34
 */
37
 */
35
public interface XSDSchemaExtensibilityElement extends ExtensibilityElement
38
public interface XSDSchemaExtensibilityElement extends ExtensibilityElement, Schema
36
{
39
{
37
  /**
40
  /**
41
   * Returns the value of the '<em><b>Document Base URI</b></em>' attribute.
42
   * <!-- begin-user-doc -->
43
   * <p>
44
   * If the meaning of the '<em>Document Base URI</em>' attribute isn't clear,
45
   * there really should be more of a description here...
46
   * </p>
47
   * <!-- end-user-doc -->
48
   * @return the value of the '<em>Document Base URI</em>' attribute.
49
   * @see #setDocumentBaseURI(String)
50
   * @see org.eclipse.wst.wsdl.WSDLPackage#getXSDSchemaExtensibilityElement_DocumentBaseURI()
51
   * @model
52
   * @generated
53
   */
54
  String getDocumentBaseURI();
55
56
  /**
57
   * Sets the value of the '{@link org.eclipse.wst.wsdl.XSDSchemaExtensibilityElement#getDocumentBaseURI <em>Document Base URI</em>}' attribute.
58
   * <!-- begin-user-doc -->
59
   * <!-- end-user-doc -->
60
   * @param value the new value of the '<em>Document Base URI</em>' attribute.
61
   * @see #getDocumentBaseURI()
62
   * @generated
63
   */
64
  void setDocumentBaseURI(String value);
65
66
  /**
38
   * Returns the value of the '<em><b>Schema</b></em>' containment reference.
67
   * Returns the value of the '<em><b>Schema</b></em>' containment reference.
39
   * <!-- begin-user-doc -->
68
   * <!-- begin-user-doc -->
40
   * <p>
69
   * <p>
(-)src-wsdl/org/eclipse/wst/wsdl/ExtensibleElement.java (-28 / +4 lines)
Lines 11-19 Link Here
11
package org.eclipse.wst.wsdl;
11
package org.eclipse.wst.wsdl;
12
12
13
13
14
import java.util.List;
14
import javax.wsdl.extensions.AttributeExtensible;
15
15
import javax.wsdl.extensions.ElementExtensible;
16
import javax.wsdl.extensions.ExtensibilityElement;
17
16
18
import org.eclipse.emf.common.util.EList;
17
import org.eclipse.emf.common.util.EList;
19
18
Lines 37-46 Link Here
37
 * </p>
36
 * </p>
38
 *
37
 *
39
 * @see org.eclipse.wst.wsdl.WSDLPackage#getExtensibleElement()
38
 * @see org.eclipse.wst.wsdl.WSDLPackage#getExtensibleElement()
40
 * @model abstract="true"
39
 * @model abstract="true" superTypes="org.eclipse.wst.wsdl.WSDLElement org.eclipse.wst.wsdl.IElementExtensible org.eclipse.wst.wsdl.IAttributeExtensible"
41
 * @generated
40
 * @generated
42
 */
41
 */
43
public interface ExtensibleElement extends WSDLElement
42
public interface ExtensibleElement extends WSDLElement, ElementExtensible, AttributeExtensible
44
{
43
{
45
  /**
44
  /**
46
   * Returns the value of the '<em><b>EExtensibility Elements</b></em>' containment reference list.
45
   * Returns the value of the '<em><b>EExtensibility Elements</b></em>' containment reference list.
Lines 58-84 Link Here
58
   */
57
   */
59
  EList getEExtensibilityElements();
58
  EList getEExtensibilityElements();
60
59
61
  /**
62
   * <!-- begin-user-doc -->
63
   * This method is same as getEExtensibilityElements() and compatible with the JWSDL API.
64
   * @see #getEExtensibilityElements()
65
   * @return the value of the '<em>EFault</em>' reference.
66
   * @ignore
67
   * <!-- end-user-doc -->
68
   * @model kind="operation" type="org.eclipse.wst.wsdl.IList" many="false"
69
   * @generated
70
   */
71
  List getExtensibilityElements();
72
73
  /**
74
   * <!-- begin-user-doc -->
75
   * Adds an ExtensibilityElement to the '<em>EExtensibility Elements</em>' containment reference list.
76
   * @param extElement An ExtensibilityElement to be added.
77
   * @ignore
78
   * <!-- end-user-doc -->
79
   * @model extElementType="org.eclipse.wst.wsdl.IExtensibilityElement"
80
   * @generated
81
   */
82
  void addExtensibilityElement(ExtensibilityElement extElement);
83
84
} // ExtensibleElement
60
} // ExtensibleElement
(-).classpath (-1 / +1 lines)
Lines 1-9 Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<classpath>
2
<classpath>
3
	<classpathentry kind="src" path="src-wsdl"/>
3
	<classpathentry kind="src" path="src-http"/>
4
	<classpathentry kind="src" path="src-http"/>
4
	<classpathentry kind="src" path="src-mime"/>
5
	<classpathentry kind="src" path="src-mime"/>
5
	<classpathentry kind="src" path="src-soap"/>
6
	<classpathentry kind="src" path="src-soap"/>
6
	<classpathentry kind="src" path="src-wsdl"/>
7
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4">
7
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4">
8
		<accessrules>
8
		<accessrules>
9
			<accessrule kind="accessible" pattern="org/w3c/dom/**"/>
9
			<accessrule kind="accessible" pattern="org/w3c/dom/**"/>
(-)src-wsdl/org/eclipse/wst/wsdl/util/WSDLParser.java (-8 / +1 lines)
Lines 713-726 Link Here
713
    }
713
    }
714
    else
714
    else
715
    {
715
    {
716
      try
716
      inputSource = super.resolveEntity(publicId, systemId);
717
      {
718
        inputSource = super.resolveEntity(publicId, systemId);
719
      }
720
      catch (IOException exception)
721
      {
722
        throw new SAXException(exception);
723
      }
724
    }
717
    }
725
718
726
    return inputSource;
719
    return inputSource;

Return to bug 197197