Click here to Skip to main content
15,881,248 members
Home / Discussions / C#
   

C#

 
GeneralRe: .NET Decompilers Pin
Chris Austin28-Jan-03 14:00
Chris Austin28-Jan-03 14:00 
QuestionWindows Form Question??? Pin
ethan28-Jan-03 10:32
ethan28-Jan-03 10:32 
AnswerRe: Windows Form Question??? Pin
leppie28-Jan-03 10:45
leppie28-Jan-03 10:45 
AnswerFixed Image Link Pin
ethan28-Jan-03 10:56
ethan28-Jan-03 10:56 
AnswerRe: Windows Form Question??? Pin
Chris Austin28-Jan-03 11:15
Chris Austin28-Jan-03 11:15 
AnswerRe: Windows Form Question??? Pin
Brian Nottingham28-Jan-03 12:18
Brian Nottingham28-Jan-03 12:18 
AnswerThanks -- Re: Windows Form Question??? Pin
ethan29-Jan-03 4:56
ethan29-Jan-03 4:56 
GeneralXSD, Datasets, and global elements Pin
Marc Clifton28-Jan-03 8:35
mvaMarc Clifton28-Jan-03 8:35 
I've noticed that when I read an XSD into a dataset, it doesn't create a "meta-table" to encapsulate global elements. Is this something I don't understand about XSD/XML, or is something having to do with the way .NET datasets handle an XSD?

For example:

<xsd:element name="purchaseOrder" type="PurchaseOrderType"/>
<xsd:complexType name="PurchaseOrderType">
...

creates the "purchaseOrder" table in the data set with the various elements of the complex type.

But if the schema also contains a global element of a simple type:

<xsd:element name="AString" type="xsd:string"/>

this is nowhere in the dataset (because it's global data).

However, isn't it valid XML to say:

<AString>foobar</AString>

???

Confused!

Marc

GeneralRe: XSD, Datasets, and global elements Pin
leppie28-Jan-03 9:28
leppie28-Jan-03 9:28 
GeneralRe: XSD, Datasets, and global elements Pin
Marc Clifton28-Jan-03 10:01
mvaMarc Clifton28-Jan-03 10:01 
GeneralRe: XSD, Datasets, and global elements Pin
leppie28-Jan-03 10:41
leppie28-Jan-03 10:41 
GeneralRetrieve the Name of a Disk Drive Pin
Mark Sanders28-Jan-03 5:30
Mark Sanders28-Jan-03 5:30 
GeneralRe: Retrieve the Name of a Disk Drive Pin
thematt28-Jan-03 6:31
thematt28-Jan-03 6:31 
GeneralRe: Retrieve the Name of a Disk Drive Pin
Mark Sanders28-Jan-03 7:41
Mark Sanders28-Jan-03 7:41 
GeneralRe: Retrieve the Name of a Disk Drive Pin
thematt28-Jan-03 7:54
thematt28-Jan-03 7:54 
GeneralRe: Retrieve the Name of a Disk Drive Pin
Mark Sanders28-Jan-03 7:59
Mark Sanders28-Jan-03 7:59 
GeneralRe: Retrieve the Name of a Disk Drive Pin
fhsBlue28-Jan-03 10:53
fhsBlue28-Jan-03 10:53 
QuestionHow to get values stored in Scripting.Dictionary instance. Pin
Christian Merritt28-Jan-03 3:33
Christian Merritt28-Jan-03 3:33 
AnswerRe: How to get values stored in Scripting.Dictionary instance. Pin
Richard Deeming28-Jan-03 4:05
mveRichard Deeming28-Jan-03 4:05 
GeneralRe: How to get values stored in Scripting.Dictionary instance. Pin
Christian Merritt28-Jan-03 6:04
Christian Merritt28-Jan-03 6:04 
GeneralReflection not reflecting! Pin
FruitBatInShades28-Jan-03 2:57
FruitBatInShades28-Jan-03 2:57 
GeneralRe: Reflection not reflecting! Pin
Heath Stewart28-Jan-03 3:52
protectorHeath Stewart28-Jan-03 3:52 
GeneralRe: Reflection not reflecting! Pin
FruitBatInShades29-Jan-03 2:37
FruitBatInShades29-Jan-03 2:37 
Questionhow to hide/disable Form.Close "X" ? Pin
Chris Richner28-Jan-03 2:56
Chris Richner28-Jan-03 2:56 
AnswerRe: how to hide/disable Form.Close "X" ? Pin
Heath Stewart28-Jan-03 3:44
protectorHeath Stewart28-Jan-03 3:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.