JSFiddle - React, Tailwind, and code Playground
by Dogbert
JavaScript
var xml = `<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.sec.gov/edgar/rega/oneafiler" xmlns:ns1="http://www.sec.gov/edgar/common" xmlns:ns2="http://www.sec.gov/edgar/statecodes" xmlns:ns3="http://www.sec.gov/edgar/regacommon" targetNamespace="http://www.sec.gov/edgar/rega/oneafiler" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:import namespace="http://www.sec.gov/edgar/common" schemaLocation="eis_Common.xsd"/>
<xs:import namespace="http://www.sec.gov/edgar/statecodes" schemaLocation="eis_stateCodes.xsd"/>
<xs:import namespace="http://www.sec.gov/edgar/regacommon" schemaLocation="eis_RegA_common.xsd"/>
<xs:simpleType name="SUBMISSION_TYPE">
<xs:annotation>
<xs:documentation> Enumerated values and descriptions: 1-A: Offering Statement, 1-A/A: Pre-qualification amendment for offering statement, DOS: Confidential draft offering statement, DOS/A: Confidential draft pre-qualification amendment for offering statement, 1-A POS: Post-qualification amendment to offering statement </xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="1-A"/>
<xs:enumeration value="1-A/A"/>
<xs:enumeration value="DOS"/>
<xs:enumeration value="DOS/A"/>
<xs:enumeration value="1-A POS"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="DISCLOSE_TYPE">
<xs:restriction base="xs:token">
<xs:enumeration value="Pro-rate basis"/>
<xs:enumeration value="First-come, first served basis"/>
<xs:enumeration value="Other"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="TIER_TYPE">
<xs:restriction base="xs:token">
<xs:enumeration value="Tier1"/>
<xs:enumeration value="Tier2"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="SECURITIES_OFFERED_TYPE">
<xs:restriction base="xs:token">
<xs:enumeration value="Equity (common or preferred stock)"/>
<xs:enumeration...