-
can i use element tag of xmlbeans with out sequence?
can i use element tag of xmlbeans in xsd file with out nested of sequence tag?
for example:
<xs:schema
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns o="http://openuri.org/easypo"
targetNamespace="http://openuri.org/easypo"
elementFormDefault="qualified">
<xs:element name="purchase-order">
<xs:complexType>
<xs:element name="customer" type="po:customer"/>
<xs:element name="date" type="xs:dateTime"/>
</xs:complexType>
</xs:element>
</xs:schema>
in above example i use element tag without sequence tag.
is it possible ?
if yes than plz provide me the way.
and what is exact use of sequence tag.
Similar Threads
-
Replies: 1
Last Post: 10-31-2005, 01:57 PM
-
Replies: 1
Last Post: 07-25-2005, 09:00 AM
-
By jrothlander in forum ASP.NET
Replies: 6
Last Post: 04-27-2005, 04:43 PM
-
Replies: 2
Last Post: 04-29-2001, 05:01 PM
-
By Jenny Cheok in forum XML
Replies: 0
Last Post: 11-24-2000, 03:13 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks