Sample Schemas

Download these sample schemas to test the form generator. Each sample demonstrates different features and capabilities.

Simple Contact Form

A basic XSD schema with simple types, required/optional fields, and basic validation constraints.

Features: String fields, email pattern, phone pattern, enumerations, required fields
Download contact-form.xsd

Invoice Schema (Enhanced)

A comprehensive invoice schema with nested structures, multiple repeating groups, and realistic business logic.

Features: 3-level nesting, seller/buyer details with contacts, line items with attributes, tax breakdown, payment information, bank details
Includes:
  • Nested party information (company, contact, address)
  • Repeating line items with product attributes
  • Multiple discount types
  • Tax breakdown with multiple tax items
  • Payment information with bank details
  • Payment history tracking
  • Invoice status workflow

Purchase Order (Comprehensive)

A comprehensive purchase order schema with deep nesting (4 levels), multiple repeating groups, and all field types.

Features: Deep nesting, repeating groups at multiple levels, complex types, all validation constraints, realistic business scenario
Includes:
  • Nested organizations with contacts and addresses
  • Repeating line items with product details
  • Custom specifications (nested repeating groups)
  • Payment terms and shipping details
  • All field types: string, number, integer, boolean, date, enumerations
  • Various constraints: patterns, ranges, lengths, precision

XBRL Financial Report (Coming Soon)

A complete XBRL taxonomy with presentation, label, and calculation linkbases.

Features: XBRL presentation hierarchy, multi-language labels, calculation relationships

💡 Tip

After downloading, go to the Generator page and upload the sample file to see it in action!