 | XmlSchemaManagerHasSequenceOfSimpleElements Method |
Determines, if the schema defines a sequence of simple elements for the provided parent child combination.
Namespace: Aml.Engine.SchemaAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic bool HasSequenceOfSimpleElements(
XName parentName,
XName childName,
out bool onlyOne
)
Public Function HasSequenceOfSimpleElements (
parentName As XName,
childName As XName,
<OutAttribute> ByRef onlyOne As Boolean
) As Boolean
public:
bool HasSequenceOfSimpleElements(
XName^ parentName,
XName^ childName,
[OutAttribute] bool% onlyOne
)
Parameters
- parentName XName
- Name of the parent.
- childName XName
- Name of the child.
- onlyOne Boolean
- if set to true [only one].
Return Value
Booleantrue if the provided parent child combination consists of a sequence of simple elements; otherwise,
false.
See Also