6 references to MAXOCCURS
System.Data (6)
fx\src\data\System\Data\XDRSchema.cs (2)
187occurs = node.GetAttribute(Keywords.MAXOCCURS); 473occurs = elNode.GetAttribute(Keywords.MAXOCCURS);
fx\src\data\System\Data\xmlsaver.cs (4)
620el.SetAttribute(Keywords.MAXOCCURS, Keywords.ZERO_OR_MORE); 623el.SetAttribute(Keywords.MAXOCCURS, top[i].MaxOccurs.ToString(CultureInfo.InvariantCulture)); 906compositor.SetAttribute(Keywords.MAXOCCURS, Keywords.ZERO_OR_MORE); 1669NestedTable.SetAttribute(Keywords.MAXOCCURS , Keywords.ZERO_OR_MORE);