Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - PeterHeintz

Pages: 1 ... 63 64 [65]
961
General Board / RTF Generator Chapter Numbering
« on: May 23, 2006, 12:17:39 am »
I am using the TER based RTF generator and I am facing the problem to be not able to define a chapter numbering working well.

What I have done, is creating the stuff (style, list and overrides, …) I think needed. This works fine as long as I only mark static text with those headers. However if I use nested model elements with the same style the “header n style” is promoted to the nested elements but the assigned lists had gone.
So I think there is a small bug in the generator.

962
General Board / Re: EA 5.0 crashes
« on: May 23, 2005, 01:03:56 am »
Hello Howard,
I will give you the information by email.

963
General Board / EA 5.0 crashes
« on: May 19, 2005, 03:49:21 am »
I am using EA with PVCS as version control system. Our project data is stored in an oracle data base. On some machines EA works, but sometimes a bit strange. So, controlled packages are sometimes not editable until a checkout has been started. Even if the checkout did not work afterwards we can edit the package. We have an other machine were EA just crashes without any message when we try to login.
Removing the VCConfigs in the registry prevent the crash but a manual new setup of the VCConfigs information within EA let to a crash again.

964
General Board / XML Schema generation HowTo
« on: November 03, 2004, 06:00:05 am »
I am fiddling around with the XML-Schema generation and I had very quickly some success to design my schema somehow top down.

On the leaves of my tree I get lost. I don’t know how to model e.g.

<xs:element name="Doc.Title" maxOccurs="unbounded">
<xs:complexType>
 <xs:simpleContent>
  <xs:extension base="xs:string">
   <xs:attribute ref="Language" use="required"/>
   <xs:attribute name="Status" use="required">
   <xs:simpleType>
    <xs:restriction base="xs:NMTOKEN">
     <xs:enumeration value="UnderDevelopment"/>
     <xs:enumeration value="Released"/>
     <xs:enumeration value="Obsolete"/>
     <xs:enumeration value="Replaced"/>
    </xs:restriction>
   </xs:simpleType>
   </xs:attribute>
  </xs:extension>
 </xs:simpleContent>
</xs:complexType>
</xs:element>
or in other words just a node containing a text node and two attributes.

Any help is welcome.

965
General Board / Re: Additional elements - XML Schema generation
« on: November 03, 2004, 06:57:54 am »
Also playing with the schema generator?
To solve your problem follow this recipe.

1)      Assign the stereotype XSDschema to your package containing the schema classes
2)      Go to the resource view and click right on the UML Profile for XSD Schema/XSDschema
3)      Selcet “synch Tagged Values and Constraints…
4)      Click OK
5)      Go back to the package containing the classes
6)      Go to the tagged values and change the value of tag anonymousRole from false to true.

Pages: 1 ... 63 64 [65]