Groups
Groups
Sign in
Groups
Groups
XMLmodeling
Conversations
About
Send feedback
Help
Anonymous types
0 views
Skip to first unread message
Xavier@SMABTP
unread,
Jul 22, 2008, 11:31:46 AM
7/22/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to XMLmodeling
Hi,
I have a XSD schema which defines an anonymous complexType :
<xs:element name="lstRefObjects" minOccurs="0" maxOccurs="1">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="InfoObject" type="InfoObject" minOccurs="0"
maxOccurs="1"/>
<xs:element name="InfoActivity" type="InfoActivity"
minOccurs="0" maxOccurs="1"/>
... ...
</xs:choice>
</xs:complexType>
</xs:element>
I reverse-engineered that schema and I got an anonymous element for
the <complexType>.
Is there any way to get rid of that element ?
Thank you for any help.
thays40
unread,
Jul 24, 2008, 10:38:13 AM
7/24/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to XMLmodeling
Have you tried marking the element private?
Reply all
Reply to author
Forward
0 new messages