|
Apache CXF example source code file (XMLSoapPing.xsd)
The Apache CXF XMLSoapPing.xsd source code<?xml version="1.0" encoding="UTF-8"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://xmlsoap.org/Ping" elementFormDefault="qualified" targetNamespace="http://xmlsoap.org/Ping"> <xs:element name="Ping" type="tns:ping" /> <xs:complexType name="ping"> <xs:sequence> <xs:element minOccurs="1" maxOccurs="1" name="scenario" nillable="true" type="xs:string" /> <xs:element minOccurs="1" maxOccurs="1" name="origin" nillable="true" type="xs:string" /> <xs:element minOccurs="1" maxOccurs="1" name="text" nillable="true" type="xs:string" /> </xs:sequence> </xs:complexType> <xs:element name="PingResponse" type="tns:PingResponseBody" /> <xs:complexType name="PingResponseBody"> <xs:sequence> <xs:element minOccurs="1" maxOccurs="1" name="scenario" nillable="true" type="xs:string" /> <xs:element minOccurs="1" maxOccurs="1" name="origin" nillable="true" type="xs:string" /> <xs:element minOccurs="1" maxOccurs="1" name="text" nillable="true" type="xs:string" /> </xs:sequence> </xs:complexType> </xs:schema> Other Apache CXF examples (source code examples)Here is a short list of links related to this Apache CXF XMLSoapPing.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.