File: elementAtomicComplexType.xml

package info (click to toggle)
libsoap-wsdl-perl 3.004-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,600 kB
  • sloc: perl: 8,433; xml: 1,769; java: 19; makefile: 15
file content (14 lines) | stat: -rw-r--r-- 471 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<xsd:element name="testElementAtomicComplexTypeAll">
			<xsd:complexType>
				<xsd:annotation>
					<xsd:documentation> SimpleType: Integer between 1 and 9 
						(Inclusive constraints) </xsd:documentation>
				</xsd:annotation>
				<xsd:all>
					<xsd:element name="test1" type="xsd:int"/>
					<xsd:element name="test2" type="xsd:string"/>
				</xsd:all>
			</xsd:complexType>
		</xsd:element>
</xsd:schema>