[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

various XSD format

Subject: various XSD format
From: "Bru, Pierre" <Pierre.Bru@xxxxxxxxxxxx>
Date: Fri, 11 May 2007 15:08:47 +0200
 various XSD format
hi,

I'm used to read XSL file looking like

  <xsd:element name="EO_Characteristics">
    <xsd:complexType>
      <xsd:sequence>
        <xsd:element ref="EO_REFERENCE" minOccurs="1" maxOccurs="1"/>
        <xsd:element ref="EO_Originator" minOccurs="1" maxOccurs="1"/>
        <xsd:element ref="Product_Addressee" minOccurs="1"
maxOccurs="1"/>
        <xsd:element ref="SCHEDULED_DATE" minOccurs="0" maxOccurs="1"/>
        <xsd:element ref="COMMENT_TEXT" minOccurs="0" maxOccurs="1"/>
      </xsd:sequence>
    </xsd:complexType>
  </xsd:element>

but I receltly when thru one looking like

  <elementType name="EO_Characteristics">
    <sequence>
      <elementTypeRef name="EO_REFERENCE" minOccur="1" maxOccur="1"/>
      <elementTypeRef name="EO_Originator" minOccur="1" maxOccur="1"/>
      <elementTypeRef name="Product_Addressee" minOccur="1"
maxOccur="1"/>
      <elementTypeRef name="SCHEDULED_DATE" minOccur="0" maxOccur="1"/>
      <elementTypeRef name="COMMENT_TEXT" minOccur="0" maxOccur="1"/>
    </sequence>
  </elementType>

what is the diffence between these two formats ? is there some known XSL
to go from the second to the first ?

TIA,
Pierre.

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.