/* * Copyright 2013 Guidewire Software, Inc. */ package gw.internal.xml.xsd.typeprovider.schemaparser; public enum SoapVersion { SOAP_11, SOAP_12 }