You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the following xsd with these types: Timestamp, EpisodeID, EpisodeTime, EpisodeType.
But Insert only required elements adds episodeType altough that element is optional.
I have the following xsd with these types:
Timestamp
,EpisodeID
,EpisodeTime
,EpisodeType
.But
Insert only required elements
addsepisodeType
altough that element is optional.XSD (
test.xsd
)XML (
test.xml
)Before inserting required elements:
After inserting required elements:
The text was updated successfully, but these errors were encountered: