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

Defining types XS or XSD - does it really matter? 1

Status
Not open for further replies.

bazil2

Technical User
Feb 15, 2010
148
0
0
DE
(Elementary user)

When making an XSD scheme, I define the type using xsd however I have also seen xs being used. Here is a simple extract:

<xsd:element name="adminemail" type="xsd:string" />
<xsd:element name="secondemail" type="xsd:string" />
<xsd:element name="useremail" type="xsd:string" />
<xsd:element name="totaljobs" type="xsd:int" />
<xsd:element name="printnow" type="xs:double" />
<xsd:element name="invoice_title" type="xsd:string" />
<xsd:element name="invoice_recipient" type="xsd:string" />
<xsd:element name="invoice_address_singleline" type="xsd:string" />

Can anyone please tell me if it matters which I use?

Best regards
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top