Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XSD and Defaults

Status
Not open for further replies.

crazyfishpants

Programmer
Mar 30, 2004
18
US
When using the "exention base=" notation, is there a way to specify default values for the lowest level (that inherits from the parent/base)? In other words, can I overwrite values that were specified at the base for children?

Example:
parent
val1 default = 1

child base=parent
val1 newDefault = 2
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top