Home
last modified time | relevance | path

Searched refs:substitution_group (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/py-xmlschema/xmlschema-1.8.2/xmlschema/validators/
H A Delements.py97 substitution_group: Optional[str] = None variable in XsdElement
171 self.substitution_group = xsd_element.substitution_group
319 def _parse_substitution_group(self, substitution_group: str) -> None:
321 substitution_group_qname = self.schema.resolve_qname(substitution_group)
334 self.parse_error("unknown substitutionGroup %r" % substitution_group)
338 self.parse_error("circularity found for substitutionGroup %r" % substitution_group)
369 self.substitution_group = substitution_group_qname
1071 if other.name == self.substitution_group and \
1138 elif other.substitution_group == self.name or other.name == self.substitution_group:
1212 for substitution_group in self.elem.attrib['substitutionGroup'].split():
[all …]
H A Dgroups.py629 all(isinstance(e, XsdElement) and e.substitution_group == other.name
/dports/devel/py-pyxb/PyXB-1.2.6/pyxb/binding/
H A Dbasis.py1530 def _setSubstitutionGroup (self, substitution_group): argument
1531 self.__substitutionGroup = substitution_group
1532 if substitution_group is not None:
1581 …nillable=False, abstract=False, unicode_default=None, fixed=False, substitution_group=None, docume… argument
1597 self.__substitutionGroup = substitution_group
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapwfs.c1463 const char *substitution_group; in msWFSDescribeFeatureType() local
1498 substitution_group = "gml:_Feature"; in msWFSDescribeFeatureType()
1502 substitution_group = "gml:AbstractFeature"; in msWFSDescribeFeatureType()
1511 substitution_group); in msWFSDescribeFeatureType()