|
Apache CXF example source code file (VendorExtensions.xsd)
The Apache CXF VendorExtensions.xsd source code
<?xml version="1.0" encoding="UTF-8"?>
<!-- TMF854 Version 1.0 - Copyright TeleManagement Forum 2005, 2006 -->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="tmf854.v1" targetNamespace="tmf854.v1" attributeFormDefault="unqualified" elementFormDefault="qualified">
<!-- ======= All includes ======= -->
<xsd:include schemaLocation="../common/Definitions.xsd"/>
<!-- ======== Global Type Declarations ========= -->
<xsd:complexType name="ExceptionVendorExtensions_T">
<xsd:annotation>
<xsd:documentation>Extension for MTOSI Exception returned on failed operation request
</xsd:annotation>
<xsd:sequence>
<xsd:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="extAuthor" type="xsd:string" use="optional"/>
<xsd:attribute name="extVersion" type="xsd:string" use="optional"/>
<xsd:attribute name="tmf854Version" type="TMF854_Version_T" use="optional"/>
</xsd:complexType>
</xsd:schema>
Other Apache CXF examples (source code examples)Here is a short list of links related to this Apache CXF VendorExtensions.xsd source code file: |
| ... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.