Is there a easy way to match the anonymous (CTD_ANON* and STD_ANON*) to the parent elements? Here's the schema I'm using: https://qualysapi.qualys.com/qps/xsd/3.0/was/wasscanschedule.xsd As an example for this hierarchy, it seems like lots of hunting to construct a ServiceRequest (approximately like this): ServiceRequest CTD_ANON ServiceRequestFilters Criteria STD_ANON ServiceRequestPreferences ... ... I'm using PyCharm and the code completion isn't helpful for anything below the ServiceRequest....
Is there a easy way to match the anonymous (CTD_ANON and STD_ANON) to the parent elements? Here's the schema I'm using: https://qualysapi.qualys.com/qps/xsd/3.0/was/wasscanschedule.xsd As an example for this hierarchy, it seems like lots of hunting to construct a ServiceRequest (approximately like this): ServiceRequest CTD_ANON ServiceRequestFilters Criteria STD_ANON ServiceRequestPreferences ... ... I'm using PyCharm and the code completion isn't helpful for anything below the ServiceRequest. Is...
Is there a easy way to match the anonymous (CTD_ANON and STD_ANON) to the parent elements? Here's the schema I'm using: https://qualysapi.qualys.com/qps/xsd/3.0/was/wasscanschedule.xsd As an example for this hierarchy, it seems like lots of hunting to construct a ServiceRequest (approximately like this): ServiceRequest CTD_ANON ServiceRequestFilters Criteria STD_ANON ServiceRequestPreferences ... ... I'm using PyCharm and the code completion isn't helpful for anything below the ServiceRequest. Is...