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