Method ChildTypeKey
ChildTypeKey(string?, string)
Resolves the type of a child element within a parent type.
public static string? ChildTypeKey(string? parentTypeKey, string childName)
Parameters
Returns
- string
The child's type key, or null when the schema does not describe it — the normal answer for the designer namespace and anything matched by
xsd:any.