| Package | Description |
|---|---|
| org.openliberty.xmltooling.idsis.dap |
This package models the ID-SIS-DAP schema.
|
| org.openliberty.xmltooling.pp.subs | |
| org.openliberty.xmltooling.ps.request |
| Modifier and Type | Class and Description |
|---|---|
class |
DAPNotification
Notification
|
| Modifier and Type | Class and Description |
|---|---|
class |
PPNotification |
| Modifier and Type | Class and Description |
|---|---|
class |
Notification
<!-- Declaration of Notification element -->
<xs:element name="Notification" type="NotificationType"/>
<!-- Definition of NotificationType -->
<xs:complexType name="NotificationType">
<xs:complexContent>
<xs:extension base="subs:NotificationType">
<xs:sequence>
<xs:element ref="ItemData" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|
Copyright © 1999–2015. All rights reserved.