|
Subject: Re: [xsl] various XSD format From: "Joe Fawcett" <joefawcett@xxxxxxxxxxx> Date: Fri, 11 May 2007 14:21:09 +0100 |
Joe http://joe.fawcett.name
<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> <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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] various XSD format, Bru, Pierre | Thread | RE: [xsl] various XSD format, Bru, Pierre |
| Re: [xsl] Finding the path to a nod, David Carlisle | Date | RE: [xsl] Finding the path to a nod, cknell |
| Month |