Click here to Skip to main content
15,884,099 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: XML structure - help Pin
Stuart Dootson3-Dec-04 22:35
professionalStuart Dootson3-Dec-04 22:35 
GeneralRe: XML structure - help Pin
john john mackey4-Dec-04 3:52
john john mackey4-Dec-04 3:52 
GeneralUnwanted junk... Pin
CherezZaboro3-Dec-04 8:45
CherezZaboro3-Dec-04 8:45 
GeneralRe: Unwanted junk... Pin
Stuart Dootson3-Dec-04 22:13
professionalStuart Dootson3-Dec-04 22:13 
GeneralUnwanted junk... Pin
CherezZaboro3-Dec-04 8:40
CherezZaboro3-Dec-04 8:40 
GeneralBuilding a 'skeletal' DOM based upon a schema Pin
Jnewg52-Dec-04 10:09
Jnewg52-Dec-04 10:09 
GeneralRe: Building a 'skeletal' DOM based upon a schema Pin
Stuart Dootson2-Dec-04 11:12
professionalStuart Dootson2-Dec-04 11:12 
Generalxml & xsd question Pin
Shahin772-Dec-04 4:52
Shahin772-Dec-04 4:52 
I have this xml file:

<?xml version="1.0" standalone="yes"?>
<xs:schema xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="Store3">
<xs:element name="Store3" msdata:IsDataSet="true" msdata:Locale="en-CA">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element name="Associates">
<xs:complexType>
<xs:sequence>
<xs:element name="AssociateId" type="xs:int"/>
<xs:element name="LASTNAME">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="FIRSTNAME">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
<xs:unique name="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//Associates"/>
<xs:field xpath="AssociateId"/>
</xs:unique>
</xs:element>
</xs:schema>

How can i get this one?


<xs:element name="Associates">
<xs:complexType>
<xs:sequence>
<xs:element name="AssociateId" type="xs:int"/>
<xs:element name="LASTNAME">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="FIRSTNAME">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>


thanx in advanceConfused | :confused:
Questionhow to get it? xml &amp; xsd Pin
Shahin772-Dec-04 4:49
Shahin772-Dec-04 4:49 
GeneralStreaming namespace replacing Pin
Member 15128341-Dec-04 23:41
Member 15128341-Dec-04 23:41 
GeneralXML template from xsd document Pin
Anonymous1-Dec-04 21:50
Anonymous1-Dec-04 21:50 
GeneralRe: XML template from xsd document Pin
Stuart Dootson2-Dec-04 1:07
professionalStuart Dootson2-Dec-04 1:07 
QuestionIs this legal, barely? Pin
john john mackey30-Nov-04 14:07
john john mackey30-Nov-04 14:07 
AnswerRe: Is this legal, barely? Pin
Christian Graus30-Nov-04 14:39
protectorChristian Graus30-Nov-04 14:39 
AnswerRe: Is this legal, barely? Pin
Michael A. Barnhart7-Dec-04 11:46
Michael A. Barnhart7-Dec-04 11:46 
AnswerRe: retrive the XML Data? Pin
DavidNohejl30-Nov-04 2:03
DavidNohejl30-Nov-04 2:03 
Questionretrive the XML Data? Pin
sudheerreddy30-Nov-04 1:51
sudheerreddy30-Nov-04 1:51 
GeneralTree View with text as nodes..help please Pin
help_cplus25-Nov-04 0:22
help_cplus25-Nov-04 0:22 
GeneralRe: Tree View with text as nodes..help please Pin
help_cplus25-Nov-04 0:25
help_cplus25-Nov-04 0:25 
GeneralXML Web Service Pin
Rofida Refat23-Nov-04 20:33
sussRofida Refat23-Nov-04 20:33 
GeneralXSLT with Dataset.SaveXML Pin
PeterNilsJohnson23-Nov-04 2:58
PeterNilsJohnson23-Nov-04 2:58 
GeneralSQLXML Issue Pin
Anonymous22-Nov-04 19:24
Anonymous22-Nov-04 19:24 
GeneralXSL with Javascript issue when using XslTransform. Pin
Bart-Man22-Nov-04 8:24
Bart-Man22-Nov-04 8:24 
GeneralRe: XSL with Javascript issue when using XslTransform. Pin
DavidNohejl22-Nov-04 8:44
DavidNohejl22-Nov-04 8:44 
GeneralRe: XSL with Javascript issue when using XslTransform. Pin
Bart-Man22-Nov-04 9:00
Bart-Man22-Nov-04 9:00 

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.