Search Result

Collapse
11 results in 0.0014 seconds.
Keywords
Members
Tags
schema
  •  

  • driftingprogram
    started a topic Default length of the String data type
    in XML

    Default length of the String data type

    Hi,

    http://www.w3.org/2001/XMLSchema schema defines String data type, and provides the option of specifying its max length min length and length.

    If i do not specify any value for these properties of the String data type what will be the default maximum length of the String data type.

    Is this default platform specific, if so is there any way to know it's value in java.

    Thanks in advance,...
    See more | Go to post

  • how to actually set up eclipse with mondrian setup

    i m a degree student
    i have been given a project in where i have to do a database using OLAP and get the chart...

    the basic problem is that i cant get the software installed on my machine...

    please suggest me which IDE to use and how to configure it so i can create a OLAP schema cube...

    thanx...
    See more | Go to post

  • robbobratt
    started a topic How can I empty this schema content model?
    in XML

    How can I empty this schema content model?

    I have the following base schema definition:
    Code:
    <xs:group name="learningSummaryRef.content">
     <xs:sequence>
      <xs:sequence>
       <xs:group ref="topicmeta" minOccurs="0" maxOccurs="1"/>
      </xs:sequence>
     </xs:sequence>
    </xs:group>
    I try to redefine as:
    Code:
    <xs:group name="learningSummaryRef.content">
    ...
    See more | Go to post

  • SavRak
    started a topic My XML Document and XML Schema are working together
    in XML

    My XML Document and XML Schema are working together

    Hi,
    I seem to be having an issue linking my XML document and XML Schema together.
    Both are not working, and do not seem to be validating when using:
    http://tools.decisions oft.com/schemaValidate/

    Im not sure if what I have will work, or does work, as I can still output the XML via an XSLT fine :S

    Ive attached my XML page and XML Schema, if someone could have a look I would be very grateful!
    ...
    See more | Go to post

  • jrhitokiri
    started a topic Reservation DB Schema and Date checking

    Reservation DB Schema and Date checking

    QUESTION 1:
    I'm trying to create a room reservation system for school using wicket and MySQL, and I'm a bit confused with this one. I've already created the user database and rooms database. My question is how do I create a schema that accepts both repeating and non-repeating schedules?

    example (repeating):
    I can reserve a room for class at 9:00am - 12:00pm every Monday and Thursday, from June - October of 2009. How do...
    See more | Go to post

  • Xml Schema: Extending base root element with unique/key/keyref element.

    I know that the selector of these elements has a scope relative to the element being declared, but maybe there is a way to get beyond bounds of this scope or maybe just a way to extend base element?
    Here’s a working example:
    Code:
    <xs:schema id="schema"
        targetNamespace="http://tempuri.org/schema.xsd"
        elementFormDefault="qualified"
        xmlns="http://tempuri.org/schema.xsd"
    ...
    See more | Go to post

  • scotter86
    started a topic move active directory to '08

    move active directory to '08

    Hey everyone,

    I'm pretty sure this is a somewhat stupid question, but I don't wana run into any issues. I already have active directory setup on a machine runing server 2000, exchange is also on there. I've just bought a new server runing server 2008. I would like to move the active directory, just the active directory to the server 08 machine.

    I'm not opposed to re-doing the schema because it is somewhat a mess,...
    See more | Go to post

  • How can i generate a schema inferred from an xml document using xml.dom.minidom

    Could somoene please guide me on how i would go about generating a schema using minidom inferred from an xml document that i have made.
    Thankyou
    See more | Go to post

  • Gulzor
    started a topic Validate (X)HTML with custom tags with PHP DOM API
    in PHP

    Validate (X)HTML with custom tags with PHP DOM API

    Hi,

    I have defined a set of custom tags that I put among regular HTML tags. E.g.

    <body>
    <div id="regular_id" >
    <namespace:cont ainer id="something" type="article" />
    </div>
    </body>

    At this time, I use PHP preg_* functions to parse the HTML file and trigger actions when I detect a tag that starts with the string...
    See more | Go to post

  • mailajayck
    started a topic WSDL validation checks??
    in XML

    WSDL validation checks??

    I want to know what all checks does a WSDL file go through to be finally marked by any tool as a VALID WSDL file?? I am actually thinking of ways to get my WSDL file to be shown as valid by XMLSPY

    There should be some way and I am not able to find that way

    DO help me.
    See more | Go to post
    Last edited by mailajayck; Nov 26 '08, 10:33 AM. Reason: For Careful Revision

  • c j anderson, mcp
    Guest started a topic Custom DataGridView and Xml Schema Enumerations

    Custom DataGridView and Xml Schema Enumerations

    Core Question: Is there a better way to dynamically pull the allowed
    values of an attribute out of a dataset's schema.

    I have an XML file that contains a string element with two attributes,
    weight and color. for example,

    <keyword color="blue" weight="normal" >And</keyword>

    the color and weight attributes are restricted to only certain values
    (color to the 16...
    See more | Go to post
Working...