Book a Demo

Author Topic: XSD element - add attribute  (Read 10094 times)

Quickill

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
XSD element - add attribute
« on: March 30, 2018, 12:05:09 am »
Hi,

i am importing XSD files into EA repository to maintain model in EA. I made some changes in model and try to generate new XSD, but there are missing some attributes, they were in original XSD. Is there any way, how to add random attribute to element (red marked)? Tryied to add it into tagged values, where i can find min/maxOccurs too, but its not generated to output xsd file.

<xsd:element name="checkScanMassFile" type="xsd:base64Binary" xmime:expectedContentTypes="application/zip">

Thanks!