|
What this is
Other links
The source code<?xml version="1.0" encoding="UTF-8" standalone="no"?> <xsd:schema xmlns="http://www.springframework.org/schema/tool" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.springframework.org/schema/tool" elementFormDefault="qualified"> <xsd:import namespace="http://www.w3.org/XML/1998/namespace"/> <xsd:annotation> <xsd:documentation> </xsd:annotation> <xsd:element name="annotation"> <xsd:complexType> <xsd:sequence minOccurs="0"> <xsd:element name="expected-type" type="typedParameterType" minOccurs="0" maxOccurs="1"/> <xsd:element name="assignable-to" type="typedParameterType" minOccurs="0" maxOccurs="1"/> <xsd:element name="exports" type="exportsType" minOccurs="0" maxOccurs="1"/> </xsd:sequence> <xsd:attribute name="kind" default="direct"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="ref"/> <xsd:enumeration value="direct"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> </xsd:complexType> </xsd:element> <xsd:complexType name="typedParameterType"> <xsd:attribute name="type" type="xsd:string" use="required"/> </xsd:complexType> <xsd:complexType name="exportsType"> <xsd:annotation> <xsd:documentation> </xsd:annotation> <xsd:attribute name="type" type="xsd:string"> <xsd:annotation> <xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="identifier" type="xsd:string" default="@id"> <xsd:annotation> <xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> </xsd:schema> |
Copyright 1998-2008 Alvin Alexander
All Rights Reserved.
devdaily.com is based in louisville, kentucky, and this web site is hosted by godaddy.com