Added a new property 'cardinality' to be used when checking completeness of instances

This commit is contained in:
Roland Hedberg
2010-07-25 13:43:40 +02:00
parent f6a3e60ee3
commit 7e2a8778e0

View File

@@ -429,8 +429,9 @@ class SamlBase(ExtensionContainer):
c_attributes = {}
c_attribute_type = {}
#c_attribute_use = {}
c_attribute_required = {}
#c_attribute_required = {}
c_child_order = []
c_cardinality = {}
def _get_all_c_children_with_order(self):
if len(self.c_child_order) > 0: