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
And here's the xsd that disproves the rule of one text node per model and is blocking the #246
<xs:elementname="appendix"substitutionGroup="chap"><!--validrestrictionofthebase type --><xs:alternativetest="@type='date'"><xs:complexType><xs:simpleContent><xs:extensionbase="xs:date"><xs:attributename="type"type="xs:NCName"/></xs:extension></xs:simpleContent></xs:complexType></xs:alternative><xs:alternativetest="@type='dateTime'"><xs:complexType><xs:simpleContent><xs:extensionbase="xs:dateTimeStamp"><xs:attributename="type"type="xs:NCName"/></xs:extension></xs:simpleContent></xs:complexType></xs:alternative><xs:alternativetest="@type='time'"><xs:complexType><xs:simpleContent><xs:extensionbase="xs:time"><xs:attributename="type"type="xs:NCName"/></xs:extension></xs:simpleContent></xs:complexType></xs:alternative></xs:element>
And here's the xsd that disproves the rule of one text node per model and is blocking the #246
The text was updated successfully, but these errors were encountered: