Posted 17 years ago
by Colin Blakey
-
Application Development Manager,
Vertex Inc
Version: 4.0.0259
Platform: .NET 2.0
Environment: Windows XP (32-bit)
When the quick info for an XML node appears the xml annotation text is shown. If the annotation follows the description\line number format it is concatenated making it look a little strange i.e with the XSD schema element
the text shown ends up as
Gross receipts or sales 1a.
Is there any way to reformat this and show it as say
Gross receipts or sales. Line 1a.
Thanks
Colin Blakey
<xsd:element name="GrossReceiptsOrSales" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
<Description>Gross receipts or sales</Description>
<LineNumber>1a</LineNumber>
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
Gross receipts or sales 1a.
Is there any way to reformat this and show it as say
Gross receipts or sales. Line 1a.
Thanks
Colin Blakey