M
M
mars4782012-11-07 19:07:49
Design
mars478, 2012-11-07 19:07:49

How to convert XML Schema to XML Skeleton?

There is such a structure in Power Designer:
2856025.png
Each object must have the same structure, but a unique set of properties. The XML schema is:
<?xml version="1.0" encoding="UTF-8" ?>
<xs:schema
elementFormDefault="qualified"
xmlns:xs=" www.w3.org/2001/XMLSchema ">
<xs: element name="Element_1">
<xs:complexType>
<xs:sequence>
<xs:element name="object 1" type="ComplexType"/>
<xs:element name="object 2" type="ComplexType"/ >
<xs:element name="object 3" type="ComplexType"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:
<xs:element name="prop"/>
<xs:element name="id"/>
</xs:sequence>
</xs:complexType>
</xs:schema>
Now how to convert this schema into a fillable skeleton (i.e. without ComplexType, but just as a tree-like set of parameters)?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
E
egorinsk, 2012-11-07
@egorinsk

In such a simple case, the easiest way is by hand.

M
Mintormo, 2014-05-09
@Mintormo

Choose any - you will regret it anyway © :-)

M
m0rd, 2014-05-09
@m0rd

Here is another option
www.mgupi.ru/spec/it/subdepartment/it5

V
VenomBlood, 2014-05-10
@VenomBlood

Choose the one with fewer couples / weaker control over attendance, because then the university will distract you less from studying the disciplines of interest and getting self-education.

P
Peter, 2014-06-06
@Carcharodon

Based on personal experience, I advise you the university where they give mathematics more strongly. That's right, the blood poured from the eyes and the ears were wrapped from the coolness of the mathematicians of the university. In this case, cryptography will be your favorite thing.
At one time (2008) I entered Baumanka at the IB, but the first wave of applicants was weeded out, and I flew by. Went to study in St. Petersburg. Became a mathematician by diploma (090102.65). I cannot say that I am a guru of cryptography and mathematics, but I can navigate almost freely in the mathematical apparatus of protocols. Now I'm entering graduate school in the field :)
They say that the FSB Academy is good in this matter. There, sort of like, the specialty 090101 (cryptography) is given.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question