|
Apache CXF example source code file (Base.xsd)
The Apache CXF Base.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:complexType name="Request"> <xs:attribute name="id" type="xs:long" use="required"/> </xs:complexType> <xs:complexType name="Response"> <xs:attribute name="id" type="xs:long" use="required"/> </xs:complexType> </xs:schema> Other Apache CXF examples (source code examples)Here is a short list of links related to this Apache CXF Base.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.