pub fn validate_list_structure(
attrs: &AttributeMap,
name_table: &NameTable,
has_inline_type: bool,
) -> SchemaResult<()>Expand description
Validate list element structure
- Must have
itemTypeattribute XOR inline simpleType child
pub fn validate_list_structure(
attrs: &AttributeMap,
name_table: &NameTable,
has_inline_type: bool,
) -> SchemaResult<()>Validate list element structure
itemType attribute XOR inline simpleType child