Optional Readonly__Prevents rule from losing nullable type information.
ReadonlylocalMatches the QName.localPart of the element. If undefined, this will match against
the property name from XmlRules.
ReadonlymaxThe maximum number of elements. Use null for unbounded.
ReadonlyminThe minimum number of elements.
ReadonlynamespaceMatches the namespaceUri of the element or attribute.
If null, this will only match against a null namespace. If undefined, this will default to the namespace of the parent element for elements, or null for attributes.
Note that attributes do not inherit default namespaces as elements do.
ReadonlyrulesReturns the schema for matched elements. These rules will be applied per element, collecting into an array.
ReadonlytypeReadonlyuseIf true and there are 0 occurrences of the element, the parsed value will be an empty array instead of undefined.
A rule definition for a list of elements.