Skip to main content



      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 02:36
Eclipse UserFriend
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: Tue Jul 08 05:58:07 EDT 2025

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

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

Back to the top