Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » XML Schema Definition (XSD) » how to find the element that is refered using ref attribute.
how to find the element that is refered using ref attribute. [message #582547] Tue, 13 January 2004 07:36
mahesh is currently offline maheshFriend
Messages: 2
Registered: July 2009
Junior Member
in the following XSD how to get the element that are refered in the
REQUEST_GROUP in the complex type element as ref.


<xsd:element name="REQUEST_GROUP">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="REQUESTING_PARTY" minOccurs="0"
maxOccurs="unbounded"/>
<xsd:element ref="RECEIVING_PARTY" minOccurs="0"/>
<xsd:element ref="SUBMITTING_PARTY" minOccurs="0"
maxOccurs="unbounded"/>
<xsd:element ref="REQUEST" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="MISMOVersionID" type="xsd:string" fixed="2.3"/>
<xsd:attribute name="BundleProductIdentifier_Extension"
type="xsd:string" use="optional"/>
</xsd:complexType>
</xsd:element>

<xsd:element name="REQUEST">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="KEY" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref="REQUEST_DATA" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="RequestDatetime" type="xsd:string" use="optional"/>
<xsd:attribute name="InternalAccountIdentifier" type="xsd:string"
use="optional"/>
<xsd:attribute name="LoginAccountIdentifier" type="xsd:string"
use="optional"/>
<xsd:attribute name="LoginAccountPassword" type="xsd:string"
use="optional"/>
<xsd:attribute name="RequestingPartyBranchIdentifier" type="xsd:string"
use="optional"/>
</xsd:complexType>
</xsd:element>
Previous Topic:how to modify the XSD using the Xpath
Next Topic:EclipseCon- Tutorials
Goto Forum:
  


Current Time: Thu Apr 25 12:48:25 GMT 2024

Powered by FUDForum. Page generated in 0.02236 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top