Tags:
view all tags
---+ Welcome on the JMMC developper Corner This area is dedicated to: * point to the technical ressources that are used by the JMMC technical team. * list our tips, workarounds, usefull material. %TOC% ---+ XML Schema rules : Here are several rules to help writing XML schemas : First of all we define two different types of schemas. * First we define “type schemas”, XSD documents containing only type definitions. * For each object type(class) and value type we generate a corresponding complexType or simpleType, i.e. NOT ELEMENTS. * Attributes map to elements of a corresponding data type (simple or complex), collections to elements of a type corresponding to the class. * We next define a “document schema” containing root elements. The elements in the document schema define the valid XML documents one can write and we choose only the complex types representing an interesting document. That is, only important classes can be represented as a document. Fragments of these are not allowed. If the data model is simple, it is possible to have a single XML schema gathering both type and document schemas. In this case, the XML schema must contain first the root elements and then the type definitions. Complete and detailed explanations [[http://www.xfront.com/GlobalVersusLocal.html][here]] ---+External ressources ---++ VO related ---+++ SAMP Simple Application Messaging Protocol | JSAMP | Java implementation of samp | http://software.astrogrid.org/doc/p/samp/ | | SAMP at IVOA | Main reference page | http://www.ivoa.net/cgi-bin/twiki/bin/view/IVOA/SampInfo | ---+++ TAP To complete: DSA , badcal, oidb... ---++ Usefull tools | NetBeans | integrated development environment for Java&others<br/><li> [[http://netbeans.org/kb/docs/java/editor-codereference.html][Code Assistance in the NetBeans IDE Java Editor:A Reference Guide ]]</li> | http://www.netbeans.org | ---+ Tips and tricks ---++ Get the status of running threads for any java program ...if started from the command line: just get its pid and send one SIGQUIT signal : <verbatim> kill -3 <pid></verbatim>
Edit
|
Attach
|
Watch
|
P
rint version
|
H
istory
:
r11
|
r7
<
r6
<
r5
<
r4
|
B
acklinks
|
V
iew topic
|
Raw edit
|
More topic actions...
Topic revision: r5 - 2011-06-06
-
GuillaumeMella
Home
Site map
Jmmc web
Faq web
ProspectiveHRA2014 web
Software web
VltiSchool2010 web
VltiSchool2013 web
VltiSchool2015 web
VltiSchool2018 web
Main web
Sandbox web
DeuxiemePage web
TWiki web
Software Web
Create New Topic
Index
Search
Changes
Notifications
RSS Feed
Statistics
Preferences
View
Raw View
Print version
Find backlinks
History
More topic actions
Edit
Raw edit
Attach file or image
Edit topic preference settings
Set new parent
More topic actions
Account
Log In
Register User
Edit
Attach
Copyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback