Total members 9951 | Gratitudes |It is currently Sat Feb 11, 2012 9:33 am Login / Join Codemiles


All times are UTC [ DST ]




Post new topic Reply to topic  Quick reply  [ 1 post ] 
Author Article
 Article subject: lesson3 :XSD Attributes
PostPosted: Fri Feb 20, 2009 7:26 pm 
Offline
Mastermind
User avatar

Joined: Tue Mar 27, 2007 10:55 pm
Posts: 2103
Location: Earth
Has thanked: 39 time
Have thanks: 56 time

XSD Attributes :
XSD Attributes is used only with complex types .The declaration of attribute is like simple types. In declaration you define attribute name and type.

Example on attribute declaration:
<xs:attribute name="mydate" type="date"/>

Type can be :
- xs:boolean
- xs:date
- xs:time
- xs:string
- xs:decimal
- xs:integer


Example on attribute usage:

<xs:attribute name="mydate" type="xs:date"/>

Xml is:
Code:
<event mydate="1-1-2009">New customer</event>


Default value for attributes:
Code:
<xs:attribute name="mydate" type="xs:date default="0-0-0000" />


Default value is the value which attribute take when you don't specify any values.
Fixed value for attributes:
Code:
<xs:attribute name="mydate" type="xs:date" fixed="0-0-0000" />


Required attributes:
To ensure that the attribute will exist in the element you use required.
Code:
<xs:attribute name="mydate" type="xs:date" use="required" />

_________________
Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )


TOP
 Profile Send private message  
Reply with quote  
Post new topic Reply to topic Quick reply  [ 1 post ] 
Quick reply


  


 Similar topics
 Topic title   Forum   Author   Comments 
 Attributes Name Java Type  Java  nick123  1

All times are UTC [ DST ]


Users browsing similar posts

Users browsing this forum: No registered users and 1 guest



Jump to:  
Previous Article | Next Article 




Home
General Talks
Finished Projects
Code Library
Games
Tutorials

Java
C/C++
C-sharp
php
Script
JSP/Servlets
Ajax
ASP/ASP.net
Google SEO
Database
Communications
Phpbb3 styles
Photoshop tutorials
Flash tutorials
Find a job






Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team