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
- Mock out XSD retrieval from omg.org to prevent DOSing the schema server when testing
- Add caching mechanism for XSD retrievals during validation
- Clean up CLI handling of common error
Copy file name to clipboardExpand all lines: docs/source/users.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -378,7 +378,7 @@ This equation can be implemented in XTCE by referencing the packet length field
378
378
379
379
## XTCE Document Validation
380
380
381
-
Space Packet Parser provides comprehensive validation capabilities for XTCE documents to help ensure they are correct and will work properly for parsing packets. The validation system operates in two modes:
381
+
Space Packet Parser provides comprehensive validation capabilities for XTCE documents to help ensure they are correct and will work properly for parsing packets. The validation system operates in three modes: "schema", "structure", and a default mode of "all" (both schema and structure validation).
382
382
383
383
-**Schema Validation**: Validates the XML document against the in-document referenced XTCE XSD schema
384
384
-**Structural Validation**: Validates XTCE-specific structure and reference integrity
0 commit comments