Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » XML Schema Definition (XSD) » xsd file
xsd file [message #603344] Wed, 01 October 2008 06:15
gitanjali punj is currently offline gitanjali punjFriend
Messages: 59
Registered: July 2009
Member
Hi,
In the following snippet of an xsd file

<xsd:schema xmlns:bank="bank"
xmlns:xmi="http://www.omg.org/XMI"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
targetNamespace="bank">
<xsd:import namespace="http://www.omg.org/XMI"
schemaLocation="XMI.xsd"/>
<xsd:complexType name="banker">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="issuesaccountto" type="bank:client"/>
<xsd:element ref="xmi:Extension"/>
</xsd:choice>
<xsd:attribute ref="xmi:id"/>
<xsd:attributeGroup ref="xmi:ObjectAttribs"/>
<xsd:attribute name="bankername" type="xsd:string"/>
<xsd:attribute name="issuesaccountto" type="xsd:string"/>
</xsd:complexType>

does Schema,element,import,complexType represent classes in the metamodel
of xsd?If yes then what are the properties and associations between these
classes?
Previous Topic:xsd plugin
Next Topic:xsd file
Goto Forum:
  


Current Time: Fri Apr 26 22:39:15 GMT 2024

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

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

Back to the top