|
Apache CXF example source code file (Response.xsd)
The Apache CXF Response.xsd source code<?xml version="1.0" encoding="UTF-8"?> <xs:schema targetNamespace="urn:xfire:xmlbeans:nstest" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xf="urn:xfire:xmlbeans:nstest" elementFormDefault="qualified" attributeFormDefault="unqualified"> <xs:import namespace="urn:xfire:xmlbeans:nstest" schemaLocation="Base.xsd" /> <xs:element name="ResponseText"> <xs:complexType> <xs:complexContent> <xs:extension base="xf:Response"> <xs:attribute name="text" type="xs:string" use="required" /> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> </xs:schema> Other Apache CXF examples (source code examples)Here is a short list of links related to this Apache CXF Response.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.