Пример #1
0
 def __init__(self, schema, root, aty):
     """
     @param aty: Array type information.
     @type aty: The value of wsdl:arrayType.
     """
     SXAttribute.__init__(self, schema, root)
     if aty.endswith('[]'):
         self.aty = aty[:-2]
     else:
         self.aty = aty