alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Apache CXF example source code file (Common.xsd)

This example Apache CXF source code file (Common.xsd) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Apache CXF tags/keywords

copyright, declarations, definitions, element, forum, includes, namingattributeslist_t, telemanagement, tmf854, tmf854_version_t, type, utf-8, version, version

The Apache CXF Common.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">
  <!-- =========== Includes ========= -->
  <xsd:include schemaLocation="../networkResources/GlobalDefinitions.xsd"/>
  <!-- =========== Element Declarations ========= -->
  <xsd:element name="getAllObjectNamesResponse" type="getAllObjectNamesResponse_T"/>
  <!-- =========== Type Definitions ========= -->
  <xsd:complexType name="getAllObjectNamesResponse_T">
    <xsd:annotation>
      <xsd:documentation>
      Generic response message structure for all object names retrieval (get) requests.
      </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
      <xsd:element name="names" type="NamingAttributesList_T" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>The list of names
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="extVersion" type="xsd:string" use="optional"/>
    <xsd:attribute name="extAuthor" 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 Common.xsd source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 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.