Page MenuHomeDevCentral

Draft XSD schema for Report library
ClosedPublic

Authored by dereckson on Feb 16 2022, 23:07.
Tags
None
Referenced Files
F44353592: D2532.diff
Sun, Aug 16, 16:25
F44306061: D2532.id.diff
Sun, Aug 16, 11:15
F44284836: D2532.id6386.diff
Sun, Aug 16, 09:05
F44272186: D2532.id7639.diff
Sun, Aug 16, 07:39
Unknown Object (File)
Sun, Aug 16, 06:17
Unknown Object (File)
Fri, Aug 14, 06:58
Unknown Object (File)
Thu, Aug 13, 02:14
Unknown Object (File)
Thu, Aug 13, 02:14
Subscribers
None
Tokens
"Y So Serious" token, awarded by dereckson.

Details

Summary

This is a follow-up for rKREPORT463ed23cb7f9.

Test Plan

Validate a report document with this XSD

Diff Detail

Repository
rSCHEMA Schemas
Lint
Lint Passed
Unit
No Test Coverage
Branch
report-0.9
Build Status
Buildable 3955
Build 4206: arc lint + arc unit

Event Timeline

dereckson created this revision.

Can't validate XML from unit test against it:

XML validator
S4s-elt-invalid-content.1: The Content Of 'reportType' Is Invalid. Element 'sequence' Is Invalid, Misplaced, Or Occurs Too Often.

<xs:attribute> must be AFTER <xs:sequence>. XSD validated against all XML files in rKREPORT tests/data.

This revision is now accepted and ready to land.Apr 10 2023, 15:05
This revision was automatically updated to reflect the committed changes.