Hello,
I am just starting out on using Visio, and wondered if the following is possible:
I want a "shape" to represent a business object, called an ACTION. It would have a few custom properties:
ActionId - a whole number
ActionText - string
Property1 - Boolean
GenericProperty2 - Boolean...
Ok, having read more I think I need something more like this:
<xs:element name="question" />
<xs:complexType>
<xs:sequence>
<xs:element name="question" type="xs:string" />
<xs:element name="relatedcolumn" type="xs:integer" value="0" />...
Ok, I am hoping to here some guidance back, I think this will allow me to communicate to my validator on a field level whether all values in this column can bypass validation or not.
<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="step" targetNamespace="http://tempuri.org/step.xsd"...
I have just made a basic XSD, and read through some of the tutorial at w3schools, plus some of the posts here. I tried attaching my xds, xml, and xslt but I could not, I will paste them here instead.
<?xml version="1.0" encoding="utf-8"?>
<steps>
<step>
<stepid>732</stepid>...
Hello
I am trying to do the following:
I have an app that currently reads in files in either delimited text files or excel files. I want to include xml documents as allowable file types. Currently, each file is accomponied by a format file, that has three data descriptors for each column in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.