Tagged Questions

0
votes
0answers
8 views

How to get the value of abstract property in xsd file.

Hello. Good day. In my project. I want to get the abstract property value. During debuging. I can find the "elementDecl.isAbstract" is "true". But i don't know how to code. <xsd:complexType …
0
votes
3answers
21 views

XML Schema - only one element should have attribute set to true

How can i define an boolean attribute that can be set "true" only in one element. Following snippet must be invalid. <products> <product featured="yes">Prod 1</product> …
0
votes
3answers
22 views

Table structure: some “columns” to be saved as a single text-type field with json structure, alternative: separate table but concerned with performance

Here the deal: I've got a table Billing, which is basically a receipt (for different types of transaction). The app has a feature that you can create new charges (well, all charges except for tax and …
0
votes
2answers
42 views

What is the MySQL equivalent of a PostgreSQL ‘schema’?

I have a PostgreSQL database whose tables are divided amongst a number of schemas. Each schema has a different set of access controls; for example, one schema might be read-only to regular users, …
1
vote
2answers
22 views

Regression testing for schema (xsd) equivalence

Hi all, I am thinking about rewriting a schema with lots of standalone complex types in it, into one where the complex types extend other base types more sensibly. The rationale for this is partly …
-1
votes
2answers
66 views

An erlang database schema generator

Is there a way I can generate a database schema from an erlang application like I can do with hibernate.
0
votes
1answer
15 views

mysql - strange schema behavior in MySQL Admin

Hi - I am running several schemas on a single mysql server. One of the schemas has an underscore in its name ("some_name"), and the rest don't. I noticed that in the Admin GUI I am seeing 2 schemas …
0
votes
4answers
22 views

schema.rb not updating after transfer to a new machine

I transfered a project to a new machine. Everything works. I can run migrations and they update the mysql database. However, the schema.rb file doesn't acknowledge the changes. I checked the …
4
votes
3answers
118 views
+150

What is the best practice when the database schema changes in entity framework?

I am using Entity Framework to do the ORM in .NET project. The problem I am facing is that when the database schema changes, there is no proper mechanism to update the edmx file. For example, If …
2
votes
2answers
31 views

Can I create domain schema only (without any data) in Amazon SimpleDB?

Hello. I am evaluating Amazon SimpleDB at this time. SimpleDB is very flexible in the sense that it does not have to have table (or domain) schemas. The schema evolves as the create / update commands …
0
votes
1answer
46 views

Asset Database Design issues

I'm setting up an asset tracking database. Assets vary among black berries, PCs, servers, monitors, speakers, keyboards, mice, chairs, desks, cubicals, cubical walls, printers, refrigerators, …
1
vote
5answers
49 views

How should I setup my database schema for a messaging system complete with attachments?

I'm working on creating a messaging system as a pet project, that will include the ability to have file attachments. This will be used on a website of mine for the internal messaging system. One of …
0
votes
0answers
13 views

Tool to determine a dataset’s schema

Let's say I want to write a program that can generate a diagram (e.g. an organization chart, timeline, or GANTT chart) out of some input data sitting in a spreadsheet or database. One big challenge …
1
vote
1answer
28 views

XML Schema: What does a restriction with only a base attribute mean?

What would it mean to create something like the following? <xsd:simpleType name="myField"> <xsd:restriction base="xsd:boolean"/> </xsd:simpleType> Notice there are no actual …
1
vote
1answer
31 views

XML Schema (XSD): How to express “At most one element from group A and at most one element from group b”?

Say I have two sets of XML elements: <One/> <Two/> <Three/> And <A/> <B/> <C/> And I want to have them as children of a bucket element: <Bucket> …

1 2 3 4 5 31 next
15 30 50 per page