115 references to XmlElement
System.ServiceModel (5)
System\ServiceModel\Description\MetadataSection.cs (5)
65[XmlElement(MetadataStrings.XmlSchema.Schema, typeof(XsdNS.XmlSchema), Namespace = XsdNS.XmlSchema.Namespace)] 69[XmlElement(MetadataStrings.ServiceDescription.Definitions, typeof(WsdlNS.ServiceDescription), Namespace = WsdlNS.ServiceDescription.Namespace)] 70[XmlElement(MetadataStrings.MetadataExchangeStrings.MetadataReference, typeof(MetadataReference), Namespace = MetadataStrings.MetadataExchangeStrings.Namespace)] 71[XmlElement(MetadataStrings.MetadataExchangeStrings.Location, typeof(MetadataLocation), Namespace = MetadataStrings.MetadataExchangeStrings.Namespace)] 72[XmlElement(MetadataStrings.MetadataExchangeStrings.Metadata, typeof(MetadataSet), Namespace = MetadataStrings.MetadataExchangeStrings.Namespace)]
System.Web.Services (7)
System\Web\Services\Configuration\WebServicesSection.cs (2)
101XmlElementAttribute attr = new XmlElementAttribute(name, discoveryReferenceType); 211XmlElementAttribute xmlAttr = new XmlElementAttribute(extensionAttr.ElementName, extensionType);
System\Web\Services\Description\MimeFormatExtensions.cs (1)
120[XmlElement("match", typeof(MimeTextMatch))]
System\Web\Services\Description\ServiceDescription.cs (3)
1126[XmlElement("input", typeof(OperationInput)), 1127XmlElement("output", typeof(OperationOutput))] 1385[XmlElement("schema", typeof(XmlSchema), Namespace = XmlSchema.Namespace)]
System\Web\Services\Discovery\DynamicDiscoveryDocument.cs (1)
39[XmlElement("exclude", typeof(ExcludePathInfo))]
System.Xml (103)
System\Xml\Schema\XmlSchema.cs (11)
323[XmlElement("include", typeof(XmlSchemaInclude)), 324XmlElement("import", typeof(XmlSchemaImport)), 325XmlElement("redefine", typeof(XmlSchemaRedefine))] 334[XmlElement("annotation", typeof(XmlSchemaAnnotation)), 335XmlElement("attribute", typeof(XmlSchemaAttribute)), 336XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroup)), 337XmlElement("complexType", typeof(XmlSchemaComplexType)), 338XmlElement("simpleType", typeof(XmlSchemaSimpleType)), 339XmlElement("element", typeof(XmlSchemaElement)), 340XmlElement("group", typeof(XmlSchemaGroup)), 341XmlElement("notation", typeof(XmlSchemaNotation))]
System\Xml\Schema\XmlSchemaAll.cs (1)
24[XmlElement("element", typeof(XmlSchemaElement))]
System\Xml\Schema\XmlSchemaAnnotated.cs (1)
36[XmlElement("annotation", typeof(XmlSchemaAnnotation))]
System\Xml\Schema\XmlSchemaAnnotation.cs (2)
36[XmlElement("documentation", typeof(XmlSchemaDocumentation)), 37XmlElement("appinfo", typeof(XmlSchemaAppInfo))]
System\Xml\Schema\XmlSchemaAttributeGroup.cs (2)
41[XmlElement("attribute", typeof(XmlSchemaAttribute)), 42XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))]
System\Xml\Schema\XmlSchemaChoice.cs (5)
24[XmlElement("element", typeof(XmlSchemaElement)), 25XmlElement("group", typeof(XmlSchemaGroupRef)), 26XmlElement("choice", typeof(XmlSchemaChoice)), 27XmlElement("sequence", typeof(XmlSchemaSequence)), 28XmlElement("any", typeof(XmlSchemaAny))]
System\Xml\Schema\XmlSchemaComplexContent.cs (2)
35[XmlElement("restriction", typeof(XmlSchemaComplexContentRestriction)), 36XmlElement("extension", typeof(XmlSchemaComplexContentExtension))]
System\Xml\Schema\XmlSchemaComplexContentExtension.cs (6)
37[XmlElement("group", typeof(XmlSchemaGroupRef)), 38XmlElement("choice", typeof(XmlSchemaChoice)), 39XmlElement("all", typeof(XmlSchemaAll)), 40XmlElement("sequence", typeof(XmlSchemaSequence))] 50[XmlElement("attribute", typeof(XmlSchemaAttribute)), 51XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))]
System\Xml\Schema\XmlSchemaComplexContentRestriction.cs (6)
37[XmlElement("group", typeof(XmlSchemaGroupRef)), 38XmlElement("choice", typeof(XmlSchemaChoice)), 39XmlElement("all", typeof(XmlSchemaAll)), 40XmlElement("sequence", typeof(XmlSchemaSequence))] 50[XmlElement("attribute", typeof(XmlSchemaAttribute)), 51XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))]
System\Xml\Schema\XmlSchemaComplexType.cs (8)
178[XmlElement("simpleContent", typeof(XmlSchemaSimpleContent)), 179XmlElement("complexContent", typeof(XmlSchemaComplexContent))] 189[XmlElement("group", typeof(XmlSchemaGroupRef)), 190XmlElement("choice", typeof(XmlSchemaChoice)), 191XmlElement("all", typeof(XmlSchemaAll)), 192XmlElement("sequence", typeof(XmlSchemaSequence))] 202[XmlElement("attribute", typeof(XmlSchemaAttribute)), 203XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))]
System\Xml\Schema\XmlSchemaElement.cs (5)
174[XmlElement("complexType", typeof(XmlSchemaComplexType)), 175XmlElement("simpleType", typeof(XmlSchemaSimpleType))] 185[XmlElement("key", typeof(XmlSchemaKey)), 186XmlElement("keyref", typeof(XmlSchemaKeyref)), 187XmlElement("unique", typeof(XmlSchemaUnique))]
System\Xml\Schema\XmlSchemaGroup.cs (3)
38[XmlElement("choice", typeof(XmlSchemaChoice)), 39XmlElement("all", typeof(XmlSchemaAll)), 40XmlElement("sequence", typeof(XmlSchemaSequence))]
System\Xml\Schema\XmlSchemaIdEntityConstraint.cs (2)
39[XmlElement("selector", typeof(XmlSchemaXPath))] 49[XmlElement("field", typeof(XmlSchemaXPath))]
System\Xml\Schema\XmlSchemaImport.cs (1)
33[XmlElement("annotation", typeof(XmlSchemaAnnotation))]
System\Xml\Schema\XmlSchemaInclude.cs (1)
24[XmlElement("annotation", typeof(XmlSchemaAnnotation))]
System\Xml\Schema\XmlSchemaRedefine.cs (5)
35[XmlElement("annotation", typeof(XmlSchemaAnnotation)), 36XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroup)), 37XmlElement("complexType", typeof(XmlSchemaComplexType)), 38XmlElement("group", typeof(XmlSchemaGroup)), 39XmlElement("simpleType", typeof(XmlSchemaSimpleType))]
System\Xml\Schema\XmlSchemaSequence.cs (5)
23[XmlElement("element", typeof(XmlSchemaElement)), 24XmlElement("group", typeof(XmlSchemaGroupRef)), 25XmlElement("choice", typeof(XmlSchemaChoice)), 26XmlElement("sequence", typeof(XmlSchemaSequence)), 27XmlElement("any", typeof(XmlSchemaAny))]
System\Xml\Schema\XmlSchemaSimpleContent.cs (2)
23[XmlElement("restriction", typeof(XmlSchemaSimpleContentRestriction)), 24XmlElement("extension", typeof(XmlSchemaSimpleContentExtension))]
System\Xml\Schema\XmlSchemaSimpleContentExtension.cs (2)
35[XmlElement("attribute", typeof(XmlSchemaAttribute)), 36XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))]
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (15)
37[XmlElement("simpleType", typeof(XmlSchemaSimpleType))] 47[XmlElement("length", typeof(XmlSchemaLengthFacet)), 48XmlElement("minLength", typeof(XmlSchemaMinLengthFacet)), 49XmlElement("maxLength", typeof(XmlSchemaMaxLengthFacet)), 50XmlElement("pattern", typeof(XmlSchemaPatternFacet)), 51XmlElement("enumeration", typeof(XmlSchemaEnumerationFacet)), 52XmlElement("maxInclusive", typeof(XmlSchemaMaxInclusiveFacet)), 53XmlElement("maxExclusive", typeof(XmlSchemaMaxExclusiveFacet)), 54XmlElement("minInclusive", typeof(XmlSchemaMinInclusiveFacet)), 55XmlElement("minExclusive", typeof(XmlSchemaMinExclusiveFacet)), 56XmlElement("totalDigits", typeof(XmlSchemaTotalDigitsFacet)), 57XmlElement("fractionDigits", typeof(XmlSchemaFractionDigitsFacet)), 58XmlElement("whiteSpace", typeof(XmlSchemaWhiteSpaceFacet))] 67[XmlElement("attribute", typeof(XmlSchemaAttribute)), 68XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))]
System\Xml\Schema\XmlSchemaSimpleType.cs (3)
30[XmlElement("restriction", typeof(XmlSchemaSimpleTypeRestriction)), 31XmlElement("list", typeof(XmlSchemaSimpleTypeList)), 32XmlElement("union", typeof(XmlSchemaSimpleTypeUnion))]
System\Xml\Schema\XmlSchemaSimpleTypeList.cs (1)
35[XmlElement("simpleType", typeof(XmlSchemaSimpleType))]
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (13)
36[XmlElement("simpleType", typeof(XmlSchemaSimpleType))] 46[XmlElement("length", typeof(XmlSchemaLengthFacet)), 47XmlElement("minLength", typeof(XmlSchemaMinLengthFacet)), 48XmlElement("maxLength", typeof(XmlSchemaMaxLengthFacet)), 49XmlElement("pattern", typeof(XmlSchemaPatternFacet)), 50XmlElement("enumeration", typeof(XmlSchemaEnumerationFacet)), 51XmlElement("maxInclusive", typeof(XmlSchemaMaxInclusiveFacet)), 52XmlElement("maxExclusive", typeof(XmlSchemaMaxExclusiveFacet)), 53XmlElement("minInclusive", typeof(XmlSchemaMinInclusiveFacet)), 54XmlElement("minExclusive", typeof(XmlSchemaMinExclusiveFacet)), 55XmlElement("totalDigits", typeof(XmlSchemaTotalDigitsFacet)), 56XmlElement("fractionDigits", typeof(XmlSchemaFractionDigitsFacet)), 57XmlElement("whiteSpace", typeof(XmlSchemaWhiteSpaceFacet))]
System\Xml\Schema\XmlSchemaSimpleTypeUnion.cs (1)
25[XmlElement("simpleType", typeof(XmlSchemaSimpleType))]