complexType ServiceValue

complexType {http://java.sun.com/products/oss/xml/ServiceActivation}ServiceValue

Type Heirarchy
{http://java.sun.com/products/oss/xml/Common}ManagedEntityValue (by extension)
 {http://java.sun.com/products/oss/xml/ServiceActivation}ServiceValue
Abstracttrue (This cannot be used in an instance)
Target Namespacehttp://java.sun.com/products/oss/xml/ServiceActivation
Declared Namespacesxmlns:sa=http://java.sun.com/products/oss/xml/ServiceActivation
xmlns:co=http://java.sun.com/products/oss/xml/Common
xmlns=http://www.w3.org/2001/XMLSchema


Source

<complexType name="ServiceValue" abstract="true">
    <
annotation>
        <
documentation>
The following is an XML representation of a
service. An service is something of business value that can
be associated to a subscriber. Typical are DSL, 3G
etc. ServiceValue is the base type of a service. The intent of
ServiceValue is to be derived by a more specific type such
DSL. This is acheived by declaring ServiceValue abstract,
meaning ServiceValue can not be used directly in instance
documents, but only derivd types of ServiceValue can be used
in instance documents. The base ServiceValue contains the
elements ServiciceState (contains the current state of the
order which must be one of ServiceStateType), serviceKey
(uniquely identifies an service)
        
</documentation>
    </
annotation>
    <
complexContent>
        <
extension base="co:ManagedEntityValue">
            <
sequence>
                <
element name="serviceKey" type="sa:ServiceKey" nillable="true" minOccurs="0"/>
                <
element ref="sa:serviceState" minOccurs="0"/>
                <
element name="subscriberId" type="string" nillable="true" minOccurs="0"/>
            </
sequence>
        </
extension>
    </
complexContent>
</
complexType>


Documentation

The following is an XML representation of a
service. An service is something of business value that can
be associated to a subscriber. Typical are DSL, 3G
etc. ServiceValue is the base type of a service. The intent of
ServiceValue is to be derived by a more specific type such
DSL. This is acheived by declaring ServiceValue abstract,
meaning ServiceValue can not be used directly in instance
documents, but only derivd types of ServiceValue can be used
in instance documents. The base ServiceValue contains the
elements ServiciceState (contains the current state of the
order which must be one of ServiceStateType), serviceKey
(uniquely identifies an service)


complexType ServiceValue


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.