|
Axis 2 example source code file (particalMaxOccures.xsd)
The Axis 2 particalMaxOccures.xsd source code<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Licensed to the Apache Software Foundation (ASF) under one ~ or more contributor license agreements. See the NOTICE file ~ distributed with this work for additional information ~ regarding copyright ownership. The ASF licenses this file ~ to you under the Apache License, Version 2.0 (the ~ "License"); you may not use this file except in compliance ~ with the License. You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, ~ software distributed under the License is distributed on an ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY ~ KIND, either express or implied. See the License for the ~ specific language governing permissions and limitations ~ under the License. --> <xsd:schema targetNamespace="http://mynamespace.com/testparticlemaxoccurs" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://mynamespace.com/testparticlemaxoccurs" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0"> <xsd:element name="TestParticalSequenceMaxOccurs" type="tns:TestParticalSequenceMaxOccursType"/> <xsd:complexType name="TestParticalSequenceMaxOccursType"> <xsd:sequence> <xsd:element name="parm1" type="xsd:string"/> <xsd:element name="parm2" type="xsd:string"/> </xsd:sequence> </xsd:complexType> <xsd:element name="TestParticalSequenceMaxOccurs1" type="tns:TestParticalSequenceMaxOccursType1"/> <xsd:complexType name="TestParticalSequenceMaxOccursType1"> <xsd:sequence minOccurs="0" maxOccurs="unbounded"> <xsd:element name="parm1" type="xsd:string"/> <xsd:element name="parm2" type="xsd:string"/> </xsd:sequence> </xsd:complexType> <xsd:element name="TestParticalSequenceMaxOccurs2" type="tns:TestParticalSequenceMaxOccursType2"/> <xsd:complexType name="TestParticalSequenceMaxOccursType2"> <xsd:sequence minOccurs="0" maxOccurs="unbounded"> <xsd:element minOccurs="0" maxOccurs="unbounded" name="parm1" type="xsd:string"/> <xsd:element minOccurs="0" maxOccurs="unbounded" name="parm2" type="xsd:string"/> </xsd:sequence> </xsd:complexType> <xsd:element name="TestParticalSequenceMaxOccurs3" type="tns:TestParticalSequenceMaxOccursType3"/> <xsd:complexType name="TestParticalSequenceMaxOccursType3"> <xsd:sequence minOccurs="0" maxOccurs="unbounded"> <xsd:element nillable="true" maxOccurs="unbounded" name="parm1" type="xsd:string"/> <xsd:element nillable="true" maxOccurs="unbounded" name="parm2" type="xsd:string"/> </xsd:sequence> </xsd:complexType> <xsd:element name="TestParticalSequenceMaxOccurs4" type="tns:TestParticalSequenceMaxOccursType4"/> <xsd:complexType name="TestParticalSequenceMaxOccursType4"> <xsd:sequence minOccurs="0" maxOccurs="unbounded"> <xsd:element nillable="true" name="parm1" type="tns:TestCustomType"/> <xsd:element nillable="true" name="parm2" type="xsd:string"/> <xsd:element nillable="true" name="parm3" type="tns:TestCustomType"/> </xsd:sequence> </xsd:complexType> <xsd:element name="TestParticalSequenceMaxOccurs5" type="tns:TestParticalSequenceMaxOccursType5"/> <xsd:complexType name="TestParticalSequenceMaxOccursType5"> <xsd:sequence minOccurs="0" maxOccurs="unbounded"> <xsd:element maxOccurs="unbounded" name="parm1" type="tns:TestCustomType"/> <xsd:element nillable="true" name="parm2" type="xsd:string"/> <xsd:element maxOccurs="unbounded" name="parm3" type="tns:TestCustomType"/> </xsd:sequence> </xsd:complexType> <xsd:element name="TestParticalSequenceMaxOccurs6" type="tns:TestParticalSequenceMaxOccursType6"/> <xsd:complexType name="TestParticalSequenceMaxOccursType6"> <xsd:sequence minOccurs="0" maxOccurs="unbounded"> <xsd:element name="parm1" type="xsd:string"/> <xsd:element name="parm2" type="xsd:string"/> </xsd:sequence> <xsd:attribute type="xsd:string" use="optional" name="attribute1"/> <xsd:attribute type="xsd:string" use="optional" name="attribute2"/> </xsd:complexType> <xsd:element name="TestParticalChoiceMaxOccurs" type="tns:TestParticalChoiceMaxOccursType"/> <xsd:complexType name="TestParticalChoiceMaxOccursType"> <xsd:choice> <xsd:element name="parm1" type="xsd:string"/> <xsd:element name="parm2" type="xsd:string"/> </xsd:choice> </xsd:complexType> <xsd:element name="TestParticalChoiceMaxOccurs1" type="tns:TestParticalChoiceMaxOccursType1"/> <xsd:complexType name="TestParticalChoiceMaxOccursType1"> <xsd:choice minOccurs="0" maxOccurs="unbounded"> <xsd:element name="parm1" type="xsd:string"/> <xsd:element name="parm2" type="xsd:string"/> </xsd:choice> </xsd:complexType> <xsd:element name="TestParticalChoiceMaxOccurs2" type="tns:TestParticalChoiceMaxOccursType2"/> <xsd:complexType name="TestParticalChoiceMaxOccursType2"> <xsd:choice minOccurs="0" maxOccurs="unbounded"> <xsd:element minOccurs="0" maxOccurs="unbounded" name="parm1" type="xsd:string"/> <xsd:element minOccurs="0" maxOccurs="unbounded" name="parm2" type="xsd:string"/> </xsd:choice> </xsd:complexType> <xsd:element name="TestParticalChoiceMaxOccurs3" type="tns:TestParticalChoiceMaxOccursType3"/> <xsd:complexType name="TestParticalChoiceMaxOccursType3"> <xsd:choice minOccurs="0" maxOccurs="unbounded"> <xsd:element nillable="true" maxOccurs="unbounded" name="parm1" type="xsd:string"/> <xsd:element nillable="true" maxOccurs="unbounded" name="parm2" type="xsd:string"/> </xsd:choice> </xsd:complexType> <xsd:element name="TestParticalChoiceMaxOccurs4" type="tns:TestParticalChoiceMaxOccursType4"/> <xsd:complexType name="TestParticalChoiceMaxOccursType4"> <xsd:choice minOccurs="0" maxOccurs="unbounded"> <xsd:element nillable="true" name="parm1" type="tns:TestCustomType"/> <xsd:element nillable="true" name="parm2" type="xsd:string"/> <xsd:element nillable="true" name="parm3" type="tns:TestCustomType"/> </xsd:choice> </xsd:complexType> <xsd:element name="TestParticalChoiceMaxOccurs5" type="tns:TestParticalChoiceMaxOccursType5"/> <xsd:complexType name="TestParticalChoiceMaxOccursType5"> <xsd:choice minOccurs="0" maxOccurs="unbounded"> <xsd:element maxOccurs="unbounded" name="parm1" type="tns:TestCustomType"/> <xsd:element nillable="true" name="parm2" type="xsd:string"/> <xsd:element maxOccurs="unbounded" name="parm3" type="tns:TestCustomType"/> </xsd:choice> </xsd:complexType> <xsd:element name="TestParticalChoiceMaxOccurs6" type="tns:TestParticalChoiceMaxOccursType6"/> <xsd:complexType name="TestParticalChoiceMaxOccursType6"> <xsd:choice minOccurs="0" maxOccurs="unbounded"> <xsd:element name="parm1" type="xsd:string"/> <xsd:element name="parm2" type="xsd:string"/> </xsd:choice> <xsd:attribute type="xsd:string" use="optional" name="attribute1"/> <xsd:attribute type="xsd:string" use="optional" name="attribute2"/> </xsd:complexType> <xsd:complexType name="TestCustomType"> <xsd:sequence> <xsd:element nillable="true" name="param1" type="xsd:string"/> <xsd:element maxOccurs="unbounded" name="param2" type="xsd:string"/> <xsd:element minOccurs="0" name="param3" type="xsd:string"/> </xsd:sequence> </xsd:complexType> </xsd:schema> Other Axis 2 examples (source code examples)Here is a short list of links related to this Axis 2 particalMaxOccures.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.