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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

use="default"

Status
Not open for further replies.

Ladyhawk

Programmer
Joined
Jan 22, 2002
Messages
534
Location
AU
How would the xml look for an attribute that has been defined in the schema with use="default"?

for example,
<xsd:attribute name=&quot;volume&quot; type=&quot;xsd:double&quot; use=&quot;default&quot;>

What does the use=&quot;default&quot; part of the schema enforce or do?


Ladyhawk. [idea]
** ASP/VB/Java Programmer **
 
hi,

Whether the usage of &quot;use=&quot;default&quot;&quot; is allowed in <xsd:attribute?. The attributes of xsd:attributes are required, prohibited and optional, default is the separate attribute for xsd:attribute.
 
huh?

Ladyhawk. [idea]
** ASP/VB/Java Programmer **
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top