schema location: | http://jour.sourceforge.net/2.0/api-signature.xsd |
attribute form default: | |
element form default: | qualified |
targetNamespace: | http://jour.sourceforge.net/2.0/ |
Elements | Complex types |
signature | class |
constructor | |
exception | |
field | |
implements | |
interface | |
method | |
parameter |
diagram | |||
namespace | http://jour.sourceforge.net/2.0/ | ||
properties |
|
||
children | class interface | ||
source | <xs:element name="signature"> <xs:complexType> <xs:choice maxOccurs="unbounded"> <xs:element name="class" type="class"/> <xs:element name="interface" type="interface"/> </xs:choice> </xs:complexType> </xs:element> |
diagram | |||||||||||||||||||||||||
namespace | http://jour.sourceforge.net/2.0/ | ||||||||||||||||||||||||
type | class | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | implements constructor method field | ||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:element name="class" type="class"/> |
diagram | |||||||||||||||||||
namespace | http://jour.sourceforge.net/2.0/ | ||||||||||||||||||
type | interface | ||||||||||||||||||
properties |
|
||||||||||||||||||
children | implements method field | ||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="interface" type="interface"/> |
diagram | |||||||||||||||||||||||||
namespace | http://jour.sourceforge.net/2.0/ | ||||||||||||||||||||||||
children | implements constructor method field | ||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:complexType name="class"> <xs:sequence> <xs:element name="implements" type="implements" minOccurs="0"/> <xs:element name="constructor" type="constructor" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="method" type="method" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="field" type="field" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="extends" type="xs:string"/> <xs:attribute name="modifiers" type="xs:string"/> <xs:attribute name="name" type="xs:string" use="required"/> </xs:complexType> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="extends" type="xs:string"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="modifiers" type="xs:string"/> |
type | xs:string | ||||
properties |
|
||||
source | <xs:attribute name="name" type="xs:string" use="required"/> |
diagram | |||||||||
namespace | http://jour.sourceforge.net/2.0/ | ||||||||
type | implements | ||||||||
properties |
|
||||||||
children | interface | ||||||||
source | <xs:element name="implements" type="implements" minOccurs="0"/> |
diagram | |||||||||||||
namespace | http://jour.sourceforge.net/2.0/ | ||||||||||||
type | constructor | ||||||||||||
properties |
|
||||||||||||
children | exception parameter | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="constructor" type="constructor" minOccurs="0" maxOccurs="unbounded"/> |
diagram | |||||||||||||||||||||||||
namespace | http://jour.sourceforge.net/2.0/ | ||||||||||||||||||||||||
type | method | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | exception parameter | ||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:element name="method" type="method" minOccurs="0" maxOccurs="unbounded"/> |
diagram | |||||||||||||||||||||||||||||||
namespace | http://jour.sourceforge.net/2.0/ | ||||||||||||||||||||||||||||||
type | field | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xs:element name="field" type="field" minOccurs="0" maxOccurs="unbounded"/> |
diagram | |||||||||||||
namespace | http://jour.sourceforge.net/2.0/ | ||||||||||||
children | exception parameter | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="constructor"> <xs:sequence> <xs:element name="exception" type="exception" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="parameter" type="parameter" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="modifiers" type="xs:string"/> </xs:complexType> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="modifiers" type="xs:string"/> |
diagram | |||||||||||||
namespace | http://jour.sourceforge.net/2.0/ | ||||||||||||
type | exception | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="exception" type="exception" minOccurs="0" maxOccurs="unbounded"/> |
diagram | |||||||||||||
namespace | http://jour.sourceforge.net/2.0/ | ||||||||||||
type | parameter | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="parameter" type="parameter" minOccurs="0" maxOccurs="unbounded"/> |
diagram | |||||||||||||
namespace | http://jour.sourceforge.net/2.0/ | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="exception"> <xs:attribute name="name" type="xs:string" use="required"/> </xs:complexType> |
type | xs:string | ||||
properties |
|
||||
source | <xs:attribute name="name" type="xs:string" use="required"/> |
diagram | |||||||||||||||||||||||||||||||
namespace | http://jour.sourceforge.net/2.0/ | ||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xs:complexType name="field"> <xs:attribute name="modifiers" type="xs:string"/> <xs:attribute name="name" type="xs:string" use="required"/> <xs:attribute name="type" type="xs:string" use="required"/> <xs:attribute name="constant-value" type="xs:string"/> </xs:complexType> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="modifiers" type="xs:string"/> |
type | xs:string | ||||
properties |
|
||||
source | <xs:attribute name="name" type="xs:string" use="required"/> |
type | xs:string | ||||
properties |
|
||||
source | <xs:attribute name="type" type="xs:string" use="required"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="constant-value" type="xs:string"/> |
diagram | |||
namespace | http://jour.sourceforge.net/2.0/ | ||
children | interface | ||
used by |
|
||
source | <xs:complexType name="implements"> <xs:sequence> <xs:element name="interface" type="interface" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> |
diagram | |||||||||||||||||||
namespace | http://jour.sourceforge.net/2.0/ | ||||||||||||||||||
type | interface | ||||||||||||||||||
properties |
|
||||||||||||||||||
children | implements method field | ||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="interface" type="interface" maxOccurs="unbounded"/> |
diagram | |||||||||||||||||||
namespace | http://jour.sourceforge.net/2.0/ | ||||||||||||||||||
children | implements method field | ||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:complexType name="interface"> <xs:sequence> <xs:element name="implements" type="implements" minOccurs="0"/> <xs:element name="method" type="method" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="field" type="field" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="modifiers"/> <xs:attribute name="name" type="xs:string" use="required"/> </xs:complexType> |
properties |
|
||
source | <xs:attribute name="modifiers"/> |
type | xs:string | ||||
properties |
|
||||
source | <xs:attribute name="name" type="xs:string" use="required"/> |
diagram | |||||||||
namespace | http://jour.sourceforge.net/2.0/ | ||||||||
type | implements | ||||||||
properties |
|
||||||||
children | interface | ||||||||
source | <xs:element name="implements" type="implements" minOccurs="0"/> |
diagram | |||||||||||||||||||||||||
namespace | http://jour.sourceforge.net/2.0/ | ||||||||||||||||||||||||
type | method | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | exception parameter | ||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:element name="method" type="method" minOccurs="0" maxOccurs="unbounded"/> |
diagram | |||||||||||||||||||||||||||||||
namespace | http://jour.sourceforge.net/2.0/ | ||||||||||||||||||||||||||||||
type | field | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xs:element name="field" type="field" minOccurs="0" maxOccurs="unbounded"/> |
diagram | |||||||||||||||||||||||||
namespace | http://jour.sourceforge.net/2.0/ | ||||||||||||||||||||||||
children | exception parameter | ||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:complexType name="method"> <xs:sequence> <xs:element name="exception" type="exception" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="parameter" type="parameter" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="modifiers" type="xs:string"/> <xs:attribute name="name" type="xs:string" use="required"/> <xs:attribute name="return" type="xs:string" use="required"/> </xs:complexType> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="modifiers" type="xs:string"/> |
type | xs:string | ||||
properties |
|
||||
source | <xs:attribute name="name" type="xs:string" use="required"/> |
type | xs:string | ||||
properties |
|
||||
source | <xs:attribute name="return" type="xs:string" use="required"/> |
diagram | |||||||||||||
namespace | http://jour.sourceforge.net/2.0/ | ||||||||||||
type | exception | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="exception" type="exception" minOccurs="0" maxOccurs="unbounded"/> |
diagram | |||||||||||||
namespace | http://jour.sourceforge.net/2.0/ | ||||||||||||
type | parameter | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="parameter" type="parameter" minOccurs="0" maxOccurs="unbounded"/> |
diagram | |||||||||||||
namespace | http://jour.sourceforge.net/2.0/ | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="parameter"> <xs:attribute name="type" type="xs:string" use="required"/> </xs:complexType> |
type | xs:string | ||||
properties |
|
||||
source | <xs:attribute name="type" type="xs:string" use="required"/> |