|
Operations Support Systems (OSS) through Java Initiative | ||||||||||
| FRAMES NO FRAMES | |||||||||||
| Operations Support Systems (OSS) through Java Initiative Namespaces | |
|---|---|
| http://java.sun.com/products/oss/xml/CBE/Alarm | This Schema was generated by the OSS through Java XML Toolkit Doclet 3-30-2005 15:26 This interface contains definitions for trend indication types for observed conditions. It's possible to indicate if some observed condition is getting better, worse, or not changing. This interface contains definions for probable causes that are used in reported alarms. This interface represents the payload of the event that is sent when the API server changes the severity of an alarm in the alarm list. See package desciption for information on how NotifyChangedAlarmEvent events are used. This interface defines the content of an event signaling that the list of Alarm has been rebuilt. This interface represents the payload of an event that is sent when a comment is associated to an alarm in the API server's alarm list. See package desciption for information on how NotifyNewAlarmEvent events are used. This interface defines the content of an event signaling a change in the ackState for an Alarm. This interface identifies all 3G TS 32.111-2 [5] defined alarm event types used by this API. Their semantics are defined by 3GPP. Their encodings for this API are defined here. This interface represents a super interface containing all the methods common to events associated with a single alarm. This interface defines the possible values for alarm acknowledgement state. </p> <p> The alarm acknowledgement state is a part of the alarm information that is stored in systems Alarm List. It is used for management purposes only to mark alarms that are handled by operator or client application. The state of the new alarm is always set as <code>UNACKNOWLEDGED</code>. After the alarm perceived serverity is set as <code> PerceivedSeverity.CLEARED</code> and acknowledgement state as <code> ACKNOWLEDGED</code>, the alarm can be removed from systems Alarm List. |
| http://java.sun.com/products/oss/xml/CBE/Core | This Schema was generated by the OSS through Java XML Toolkit Doclet 3-30-2005 15:26 This interface defines the <CODE>CBECoreType</CODE> enumeration.
The type of a CBE object may be one of the following:
<ul>
<li> entity
<li> entity specification
<li> association
</ul> |
| http://java.sun.com/products/oss/xml/CBE/Cross | This Schema was generated by the OSS through Java XML Toolkit Doclet 3-30-2005 15:26 |
| http://java.sun.com/products/oss/xml/CBE/Datatypes | This Schema was generated by the OSS through Java XML Toolkit Doclet 3-30-2005 15:26 This interface defines the <CODE>CBE LifeCycleStatus</CODE> enumeration. |
| http://java.sun.com/products/oss/xml/CBE/Location | This Schema was generated by the OSS through Java XML Toolkit Doclet 3-30-2005 15:26 |
| http://java.sun.com/products/oss/xml/CBE/Measurement | This Schema was generated by the OSS through Java XML Toolkit Doclet 3-30-2005 15:27 |
| http://java.sun.com/products/oss/xml/CBE/Party | This Schema was generated by the OSS through Java XML Toolkit Doclet 3-30-2005 15:27 |
| http://java.sun.com/products/oss/xml/CBE/Product | This Schema was generated by the OSS through Java XML Toolkit Doclet 3-30-2005 15:27 This interface defines the <CODE>ProductStatus</CODE> enumeration. |
| http://java.sun.com/products/oss/xml/CBE/Product/ProductOffering | This Schema was generated by the OSS through Java XML Toolkit Doclet 3-30-2005 15:27 |
| http://java.sun.com/products/oss/xml/CBE/Report | This Schema was generated by the OSS through Java XML Toolkit Doclet 3-30-2005 15:27 |
| http://java.sun.com/products/oss/xml/CBE/Resource | This Schema was generated by the OSS through Java XML Toolkit Doclet 3-30-2005 15:27 |
| http://java.sun.com/products/oss/xml/CBE/Schedule | This Schema was generated by the OSS through Java XML Toolkit Doclet 3-30-2005 15:27 |
| http://java.sun.com/products/oss/xml/CBE/Service | This Schema was generated by the OSS through Java XML Toolkit Doclet 3-30-2005 15:27 This interface defines the <CODE>StartMode</CODE> enumeration. |
| http://java.sun.com/products/oss/xml/CBE/Sla | This Schema was generated by the OSS through Java XML Toolkit Doclet 3-30-2005 15:27 |
| http://java.sun.com/products/oss/xml/Common | This Schema was generated by the OSS through Java XML Toolkit Doclet 3-30-2005 15:26 Get the names of the optional operations supported by this JVT Session Bean. The names of the optional operations are defined in the <CODE>JVT<ApplicationType>SessionOptionalOps</CODE> interface as defined by the API. This Schema was generated by the OSS through Java XML Toolkit Doclet 3-30-2005 15:26 Get the names of the optional operations supported by this JVT Session Bean. The names of the optional operations are defined in the <CODE>JVT<ApplicationType>SessionOptionalOps</CODE> interface as defined by the API. This Schema was generated by the OSS through Java XML Toolkit Doclet 3-30-2005 15:26 Get the names of the optional operations supported by this JVT Session Bean. The names of the optional operations are defined in the <CODE>JVT<ApplicationType>SessionOptionalOps</CODE> interface as defined by the API. |
| http://java.sun.com/products/oss/xml/Common/Util | |
| http://java.sun.com/products/oss/xml/CommonFramework | This Schema is used to provide common framework components for the OSS/J XML Interfaces. This Schema was generated by the OSS Through Java XML Toolkit Doclet 1-26-2004 7:3 Returns the supported granularity periods for the provided ActivityValue or, if the value is null, return the summary of all supported granularity periods. This operation returns a list of granularity periods that can be used when a measurement job shall be created, with the specified definition of the measurement job. If no granularity period is supported for the specified instances and attributes, an empty array shall be returned. The returned granularity periods shall be a factor or a multiple of a hour. Interface for the Activity Creation event Raised by an OSS/J application, when an activity has been created. Defines enumeration values for report mode. The report mode for the measurement results can be done in different ways. The following report modes exists: <ul> <li> event per measurement job. <li> event for multiple measurement jobs. <li> report file per measurement job. <li> report file for multiple measurement jobs. <li> proprietary mechanism per measurement job. <li> proprietary mechanism for multiple measurement jobs. <li> iterator per measurement job. <li> iterator for multiple measurement jobs. </ul> <p> If the reporting mode is set to event the system will emit an event that carries the measurement result report. If the reporting mode is set to file, the measurement job will capture the measurement result reports into a data storage and then emit an event to the client about the availability of the data. If the reporting mode is set to proprietary then the proprietary of the data. If the reporting mode is set to iterator, then the system will emit an event that includes the iterator. The frequency of this event is det ermined by the data storage creation frequency. When a client receives an event of data availability, the client can retrieve the data, by using appropriate mechanism. <p> Also, the support for stream oriented protocol makes it real-time report forwarding feasible with no inherent delays introduced by Activity Scheduling mechanism. <p> Example stream oriented protocols supported could include FTP, HTTP/HTTPS or low-level RAW SOCKET (or SSL socket) based transfers. The details of the actual transfer primitives are currently out of scope of this API specification and are left to individual implementaion. <p> This interface is an enumeration of the valid values for the Control State of an ActivityValue Interface for the Activity Removal event Raised by an OSS/J application, when an activity has been removed by the client. <p> The reporting results of a single activity may be shared by multiple clients (as listeners or receivers). Hence, it is important to notify all registered parties of the removal of an Activity by emitting this event to common "JVTEventTopic" JMS topic. Base Interface for the Activity Reporting Results Availability notification. Raised by an OSS/J implementation, when an Activity has report results ready, to be sent to the client. <p> The Factory method for making empty instances of ActivityValue are not specified in this interface. It is expected that each API using this interface, will have its own sub interface of ActivityValue as well as a sub interface of ActivityEvent, so that the appropriate makexxxValue(String typename) will be provided by that API. <p> It is sufficient for implementatations to just set the Key attribute of the ActivityValue for this notification. All the other attributes of the ActivityValue need not be present in the ActivityValue. Interface for the Activity Suspend event Raised by an OSS/J application, when an activity has been temporarily suspended by the client. <p> The reporting results of a single activity may be shared by multiple clients (as listeners or receivers). Hence, it is important to notify all registered parties of the suspension of an Activity by emitting this event to common "JVTEventTopic" JMS topic. Base Interface for the sending Activity Report Data in a notification to the client. <p> <p> It is sufficient for implementatations to just set the Key attribute of the ActivityValue for this notification. All the other attributes of the ActivityValue need not be present in the ActivityValue. Interface for the Activity Resume event Raised by an OSS/J application, when an activity is resumed, after it has been temporarily suspended by the client. <p> The reporting results of a single activity may be shared by multiple clients (as listeners or receivers). Hence, it is important to notify all registered parties of the resumption of an Activity by emitting this event to common "JVTEventTopic" JMS topic. Base Interface for the Activity events. Raised by an OSS/J application, when individual Activities are created or removed or when there is a change an activity's Control Status. <p> The Factory method for making empty instances of ActivityValue are not specified in this interface. It is expected that each API using this interface, will have its own sub interface of ActivityValue as well as a sub interface of ActivityEvent, so that the appropriate makexxxValue(String typename) will be provided by that API. This interface is an enumeration of the valid values for the Execution State of an ActivityValue This Schema is used to provide common framework components for the OSS/J XML Interfaces. This Schema was generated by the OSS Through Java XML Toolkit Doclet 1-26-2004 7:3 Returns the supported granularity periods for the provided ActivityValue or, if the value is null, return the summary of all supported granularity periods. This operation returns a list of granularity periods that can be used when a measurement job shall be created, with the specified definition of the measurement job. If no granularity period is supported for the specified instances and attributes, an empty array shall be returned. The returned granularity periods shall be a factor or a multiple of a hour. Interface for the Activity Creation event Raised by an OSS/J application, when an activity has been created. Defines enumeration values for report mode. The report mode for the measurement results can be done in different ways. The following report modes exists: <ul> <li> event per measurement job. <li> event for multiple measurement jobs. <li> report file per measurement job. <li> report file for multiple measurement jobs. <li> proprietary mechanism per measurement job. <li> proprietary mechanism for multiple measurement jobs. <li> iterator per measurement job. <li> iterator for multiple measurement jobs. </ul> <p> If the reporting mode is set to event the system will emit an event that carries the measurement result report. If the reporting mode is set to file, the measurement job will capture the measurement result reports into a data storage and then emit an event to the client about the availability of the data. If the reporting mode is set to proprietary then the proprietary of the data. If the reporting mode is set to iterator, then the system will emit an event that includes the iterator. The frequency of this event is det ermined by the data storage creation frequency. When a client receives an event of data availability, the client can retrieve the data, by using appropriate mechanism. <p> Also, the support for stream oriented protocol makes it real-time report forwarding feasible with no inherent delays introduced by Activity Scheduling mechanism. <p> Example stream oriented protocols supported could include FTP, HTTP/HTTPS or low-level RAW SOCKET (or SSL socket) based transfers. The details of the actual transfer primitives are currently out of scope of this API specification and are left to individual implementaion. <p> This interface is an enumeration of the valid values for the Control State of an ActivityValue Interface for the Activity Removal event Raised by an OSS/J application, when an activity has been removed by the client. <p> The reporting results of a single activity may be shared by multiple clients (as listeners or receivers). Hence, it is important to notify all registered parties of the removal of an Activity by emitting this event to common "JVTEventTopic" JMS topic. Base Interface for the Activity Reporting Results Availability notification. Raised by an OSS/J implementation, when an Activity has report results ready, to be sent to the client. <p> The Factory method for making empty instances of ActivityValue are not specified in this interface. It is expected that each API using this interface, will have its own sub interface of ActivityValue as well as a sub interface of ActivityEvent, so that the appropriate makexxxValue(String typename) will be provided by that API. <p> It is sufficient for implementatations to just set the Key attribute of the ActivityValue for this notification. All the other attributes of the ActivityValue need not be present in the ActivityValue. Interface for the Activity Suspend event Raised by an OSS/J application, when an activity has been temporarily suspended by the client. <p> The reporting results of a single activity may be shared by multiple clients (as listeners or receivers). Hence, it is important to notify all registered parties of the suspension of an Activity by emitting this event to common "JVTEventTopic" JMS topic. Base Interface for the sending Activity Report Data in a notification to the client. <p> <p> It is sufficient for implementatations to just set the Key attribute of the ActivityValue for this notification. All the other attributes of the ActivityValue need not be present in the ActivityValue. Interface for the Activity Resume event Raised by an OSS/J application, when an activity is resumed, after it has been temporarily suspended by the client. <p> The reporting results of a single activity may be shared by multiple clients (as listeners or receivers). Hence, it is important to notify all registered parties of the resumption of an Activity by emitting this event to common "JVTEventTopic" JMS topic. Base Interface for the Activity events. Raised by an OSS/J application, when individual Activities are created or removed or when there is a change an activity's Control Status. <p> The Factory method for making empty instances of ActivityValue are not specified in this interface. It is expected that each API using this interface, will have its own sub interface of ActivityValue as well as a sub interface of ActivityEvent, so that the appropriate makexxxValue(String typename) will be provided by that API. This interface is an enumeration of the valid values for the Execution State of an ActivityValue |
| http://java.sun.com/products/oss/xml/IPBilling | This Schema defines the XML Interface for the OSS IP Billing API (JSR 130) of the OSS Through Java (tm) Initiative. This Schema was generated by the OSS Through Java XML Toolkit Doclet 1-26-2004 7:5 This interface models a UsageDataAvailableEvent, which is an event that will be sent by the <CODE>Producer</CODE> to the client for informing the availability of new data. Lists the known ProducerValue sub types in the Producer System. <p> This method can be invoked by the clients of the API to know the various supported Producer Entity types of a given system. |
| http://java.sun.com/products/oss/xml/QualityOfService/FM/Monitor | |
| http://java.sun.com/products/oss/xml/QualityOfService/PM/Measurement | |
| http://java.sun.com/products/oss/xml/QualityOfService/PM/Threshold | |
| http://java.sun.com/products/oss/xml/QualityOfService/PM/Util | |
| http://java.sun.com/products/oss/xml/ServiceActivation | Service Activation XML schema. |
| http://java.sun.com/products/oss/xml/TroubleTicket | The following Schema is the Trouble Ticket API Request Response Schema. Pierre Gauthier Nortel Networks 2001. |
| http://www.w3.org/2001/XMLSchema | Part 1 version: Id: structures.xsd,v 1.2 2004/01/15 11:34:25 ht Exp Part 2 version: Id: datatypes.xsd,v 1.3 2004/01/23 18:11:13 ht Exp See also: http://www.w3.org/TR/2004/PER-xmlschema-1-20040318/structures.html The schema corresponding to this document is normative, with respect to the syntactic constraints it expresses in the XML Schema language. The documentation (within <documentation> elements) below, is not normative, but rather highlights important aspects of the W3C Recommendation of which this is a part The simpleType element and all of its members are defined towards the end of this schema document simple type for the value of the 'namespace' attr of 'any' and 'anyAttribute' Value is
##any - - any non-conflicting WFXML/attribute at all
##other - - any non-conflicting WFXML/attribute from
namespace other than targetNS
##local - - any unqualified non-conflicting WFXML/attribute
one or - - any non-conflicting WFXML/attribute from
more URI the listed namespaces
references
(space separated)
##targetNamespace or ##local may appear in the above list, to
refer to the targetNamespace of the enclosing
schema or an absent targetNamespace respectivelynotations for use within XML Schema schemas First the built-in primitive datatypes. These definitions are for information only, the real built-in definitions are magic. For each built-in datatype in this schema (both primitive and
derived) can be uniquely addressed via a URI constructed
as follows:
1) the base URI is the URI of the XML Schema namespace
2) the fragment identifier is the name of the datatype
For example, to address the int datatype, the URI is:
http://www.w3.org/2001/XMLSchema#int
Additionally, each facet definition element can be uniquely
addressed via a URI constructed as follows:
1) the base URI is the URI of the XML Schema namespace
2) the fragment identifier is the name of the facet
For example, to address the maxInclusive facet, the URI is:
http://www.w3.org/2001/XMLSchema#maxInclusive
Additionally, each facet usage in a built-in datatype definition
can be uniquely addressed via a URI constructed as follows:
1) the base URI is the URI of the XML Schema namespace
2) the fragment identifier is the name of the datatype, followed
by a period (".") followed by the name of the facet
For example, to address the usage of the maxInclusive facet in
the definition of int, the URI is:
http://www.w3.org/2001/XMLSchema#int.maxInclusiveNow the derived primitive types |
| http://www.w3.org/XML/1998/namespace | See http://www.w3.org/XML/1998/namespace.html and
http://www.w3.org/TR/REC-xml for information about this namespace.
This schema document describes the XML namespace, in a form
suitable for import by other schema documents.
Note that local names in this namespace are intended to be defined
only by the World Wide Web Consortium or its subgroups. The
following names are currently defined in this namespace and should
not be used with conflicting semantics by any Working Group,
specification, or document instance:
base (as an attribute name): denotes an attribute whose value
provides a URI to be used as the base for interpreting any
relative URIs in the scope of the element on which it
appears; its value is inherited. This name is reserved
by virtue of its definition in the XML Base specification.
id (as an attribute name): denotes an attribute whose value
should be interpreted as if declared to be of type ID.
The xml:id specification is not yet a W3C Recommendation,
but this attribute is included here to facilitate experimentation
with the mechanisms it proposes. Note that it is _not_ included
in the specialAttrs attribute group.
lang (as an attribute name): denotes an attribute whose value
is a language code for the natural language of the content of
any element; its value is inherited. This name is reserved
by virtue of its definition in the XML specification.
space (as an attribute name): denotes an attribute whose
value is a keyword indicating what whitespace processing
discipline is intended for the content of the element; its
value is inherited. This name is reserved by virtue of its
definition in the XML specification.
Father (in any context at all): denotes Jon Bosak, the chair of
the original XML Working Group. This name is reserved by
the following decision of the W3C XML Plenary and
XML Coordination groups:
In appreciation for his vision, leadership and dedication
the W3C XML Plenary on this 10th day of February, 2000
reserves for Jon Bosak in perpetuity the XML name
xml:FatherThis schema defines attributes and an attribute group
suitable for use by
schemas wishing to allow xml:base, xml:lang, xml:space or xml:id
attributes on elements they define.
To enable this, such a schema must import this schema
for the XML namespace, e.g. as follows:
<schema . . .>
. . .
<import namespace="http://www.w3.org/XML/1998/namespace"
schemaLocation="http://www.w3.org/2001/xml.xsd"/>
Subsequently, qualified reference to any of the attributes
or the group defined below will have the desired effect, e.g.
<type . . .>
. . .
<attributeGroup ref="xml:specialAttrs"/>
will define a type which will schema-validate an instance
element with any of those attributesIn keeping with the XML Schema WG's standard versioning policy, this schema document will persist at http://www.w3.org/2005/08/xml.xsd. At the date of issue it can also be found at http://www.w3.org/2001/xml.xsd. The schema document at that URI may however change in the future, in order to remain compatible with the latest version of XML Schema itself, or with the XML namespace itself. In other words, if the XML Schema or XML namespaces change, the version of this document at http://www.w3.org/2001/xml.xsd will change accordingly; the version at http://www.w3.org/2005/08/xml.xsd will not change. |
|
Operations Support Systems (OSS) through Java Initiative | ||||||||||
| FRAMES NO FRAMES | |||||||||||
![]() |
||
| Stylus Studio XML Schema Library Home | ||