113 references to XmlElement
dotnet-svcutil-lib (113)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (11)
348[XmlElement("include", typeof(XmlSchemaInclude)), 349XmlElement("import", typeof(XmlSchemaImport)), 350XmlElement("redefine", typeof(XmlSchemaRedefine))] 360[XmlElement("annotation", typeof(XmlSchemaAnnotation)), 361XmlElement("attribute", typeof(XmlSchemaAttribute)), 362XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroup)), 363XmlElement("complexType", typeof(XmlSchemaComplexType)), 364XmlElement("simpleType", typeof(XmlSchemaSimpleType)), 365XmlElement("element", typeof(XmlSchemaElement)), 366XmlElement("group", typeof(XmlSchemaGroup)), 367XmlElement("notation", typeof(XmlSchemaNotation))]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAll.cs (1)
26[XmlElement("element", typeof(XmlSchemaElement))]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAnnotated.cs (1)
39[XmlElement("annotation", typeof(XmlSchemaAnnotation))]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAnnotation.cs (2)
39[XmlElement("documentation", typeof(XmlSchemaDocumentation)), 40XmlElement("appinfo", typeof(XmlSchemaAppInfo))]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAttributeGroup.cs (2)
44[XmlElement("attribute", typeof(XmlSchemaAttribute)), 45XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaChoice.cs (5)
26[XmlElement("element", typeof(XmlSchemaElement)), 27XmlElement("group", typeof(XmlSchemaGroupRef)), 28XmlElement("choice", typeof(XmlSchemaChoice)), 29XmlElement("sequence", typeof(XmlSchemaSequence)), 30XmlElement("any", typeof(XmlSchemaAny))]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexContent.cs (2)
38[XmlElement("restriction", typeof(XmlSchemaComplexContentRestriction)), 39XmlElement("extension", typeof(XmlSchemaComplexContentExtension))]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexContentExtension.cs (6)
40[XmlElement("group", typeof(XmlSchemaGroupRef)), 41XmlElement("choice", typeof(XmlSchemaChoice)), 42XmlElement("all", typeof(XmlSchemaAll)), 43XmlElement("sequence", typeof(XmlSchemaSequence))] 54[XmlElement("attribute", typeof(XmlSchemaAttribute)), 55XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexContentRestriction.cs (6)
40[XmlElement("group", typeof(XmlSchemaGroupRef)), 41XmlElement("choice", typeof(XmlSchemaChoice)), 42XmlElement("all", typeof(XmlSchemaAll)), 43XmlElement("sequence", typeof(XmlSchemaSequence))] 54[XmlElement("attribute", typeof(XmlSchemaAttribute)), 55XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (8)
198[XmlElement("simpleContent", typeof(XmlSchemaSimpleContent)), 199XmlElement("complexContent", typeof(XmlSchemaComplexContent))] 210[XmlElement("group", typeof(XmlSchemaGroupRef)), 211XmlElement("choice", typeof(XmlSchemaChoice)), 212XmlElement("all", typeof(XmlSchemaAll)), 213XmlElement("sequence", typeof(XmlSchemaSequence))] 224[XmlElement("attribute", typeof(XmlSchemaAttribute)), 225XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaElement.cs (5)
190[XmlElement("complexType", typeof(XmlSchemaComplexType)), 191XmlElement("simpleType", typeof(XmlSchemaSimpleType))] 202[XmlElement("key", typeof(XmlSchemaKey)), 203XmlElement("keyref", typeof(XmlSchemaKeyref)), 204XmlElement("unique", typeof(XmlSchemaUnique))]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaGroup.cs (3)
41[XmlElement("choice", typeof(XmlSchemaChoice)), 42XmlElement("all", typeof(XmlSchemaAll)), 43XmlElement("sequence", typeof(XmlSchemaSequence))]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaIdentityConstraint.cs (2)
42[XmlElement("selector", typeof(XmlSchemaXPath))] 53[XmlElement("field", typeof(XmlSchemaXPath))]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaImport.cs (1)
37[XmlElement("annotation", typeof(XmlSchemaAnnotation))]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaInclude.cs (1)
27[XmlElement("annotation", typeof(XmlSchemaAnnotation))]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaRedefine.cs (5)
38[XmlElement("annotation", typeof(XmlSchemaAnnotation)), 39XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroup)), 40XmlElement("complexType", typeof(XmlSchemaComplexType)), 41XmlElement("group", typeof(XmlSchemaGroup)), 42XmlElement("simpleType", typeof(XmlSchemaSimpleType))]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSequence.cs (5)
25[XmlElement("element", typeof(XmlSchemaElement)), 26XmlElement("group", typeof(XmlSchemaGroupRef)), 27XmlElement("choice", typeof(XmlSchemaChoice)), 28XmlElement("sequence", typeof(XmlSchemaSequence)), 29XmlElement("any", typeof(XmlSchemaAny))]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleContent.cs (2)
25[XmlElement("restriction", typeof(XmlSchemaSimpleContentRestriction)), 26XmlElement("extension", typeof(XmlSchemaSimpleContentExtension))]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleContentExtension.cs (2)
38[XmlElement("attribute", typeof(XmlSchemaAttribute)), 39XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleContentRestriction.cs (15)
40[XmlElement("simpleType", typeof(XmlSchemaSimpleType))] 51[XmlElement("length", typeof(XmlSchemaLengthFacet)), 52XmlElement("minLength", typeof(XmlSchemaMinLengthFacet)), 53XmlElement("maxLength", typeof(XmlSchemaMaxLengthFacet)), 54XmlElement("pattern", typeof(XmlSchemaPatternFacet)), 55XmlElement("enumeration", typeof(XmlSchemaEnumerationFacet)), 56XmlElement("maxInclusive", typeof(XmlSchemaMaxInclusiveFacet)), 57XmlElement("maxExclusive", typeof(XmlSchemaMaxExclusiveFacet)), 58XmlElement("minInclusive", typeof(XmlSchemaMinInclusiveFacet)), 59XmlElement("minExclusive", typeof(XmlSchemaMinExclusiveFacet)), 60XmlElement("totalDigits", typeof(XmlSchemaTotalDigitsFacet)), 61XmlElement("fractionDigits", typeof(XmlSchemaFractionDigitsFacet)), 62XmlElement("whiteSpace", typeof(XmlSchemaWhiteSpaceFacet))] 72[XmlElement("attribute", typeof(XmlSchemaAttribute)), 73XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleType.cs (3)
33[XmlElement("restriction", typeof(XmlSchemaSimpleTypeRestriction)), 34XmlElement("list", typeof(XmlSchemaSimpleTypeList)), 35XmlElement("union", typeof(XmlSchemaSimpleTypeUnion))]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleTypeList.cs (1)
38[XmlElement("simpleType", typeof(XmlSchemaSimpleType))]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleTypeRestriction.cs (13)
39[XmlElement("simpleType", typeof(XmlSchemaSimpleType))] 50[XmlElement("length", typeof(XmlSchemaLengthFacet)), 51XmlElement("minLength", typeof(XmlSchemaMinLengthFacet)), 52XmlElement("maxLength", typeof(XmlSchemaMaxLengthFacet)), 53XmlElement("pattern", typeof(XmlSchemaPatternFacet)), 54XmlElement("enumeration", typeof(XmlSchemaEnumerationFacet)), 55XmlElement("maxInclusive", typeof(XmlSchemaMaxInclusiveFacet)), 56XmlElement("maxExclusive", typeof(XmlSchemaMaxExclusiveFacet)), 57XmlElement("minInclusive", typeof(XmlSchemaMinInclusiveFacet)), 58XmlElement("minExclusive", typeof(XmlSchemaMinExclusiveFacet)), 59XmlElement("totalDigits", typeof(XmlSchemaTotalDigitsFacet)), 60XmlElement("fractionDigits", typeof(XmlSchemaFractionDigitsFacet)), 61XmlElement("whiteSpace", typeof(XmlSchemaWhiteSpaceFacet))]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleTypeUnion.cs (1)
27[XmlElement("simpleType", typeof(XmlSchemaSimpleType))]
FrameworkFork\System.ServiceModel\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)]
FrameworkFork\System.Web.Services\Configuration\WebServicesSection.cs (1)
72XmlElementAttribute xmlAttr = new XmlElementAttribute(extensionAttr.ElementName, extensionType);
FrameworkFork\System.Web.Services\Services\Description\MimeFormatExtensions.cs (1)
142[XmlElement("match", typeof(MimeTextMatch))]
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (3)
1258[XmlElement("input", typeof(OperationInput)), 1259XmlElement("output", typeof(OperationOutput))] 1548[XmlElement("schema", typeof(XmlSchema), Namespace = XmlSchema.Namespace)]