103 references to XmlElement
System.Private.Xml (103)
System\Xml\Schema\XmlSchema.cs (11)
280[XmlElement("include", typeof(XmlSchemaInclude)), 281XmlElement("import", typeof(XmlSchemaImport)), 282XmlElement("redefine", typeof(XmlSchemaRedefine))] 288[XmlElement("annotation", typeof(XmlSchemaAnnotation)), 289XmlElement("attribute", typeof(XmlSchemaAttribute)), 290XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroup)), 291XmlElement("complexType", typeof(XmlSchemaComplexType)), 292XmlElement("simpleType", typeof(XmlSchemaSimpleType)), 293XmlElement("element", typeof(XmlSchemaElement)), 294XmlElement("group", typeof(XmlSchemaGroup)), 295XmlElement("notation", typeof(XmlSchemaNotation))]
System\Xml\Schema\XmlSchemaAll.cs (1)
13[XmlElement("element", typeof(XmlSchemaElement))]
System\Xml\Schema\XmlSchemaAnnotated.cs (1)
22[XmlElement("annotation", typeof(XmlSchemaAnnotation))]
System\Xml\Schema\XmlSchemaAnnotation.cs (2)
22[XmlElement("documentation", typeof(XmlSchemaDocumentation)), 23XmlElement("appinfo", typeof(XmlSchemaAppInfo))]
System\Xml\Schema\XmlSchemaAttributeGroup.cs (2)
27[XmlElement("attribute", typeof(XmlSchemaAttribute)), 28XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))]
System\Xml\Schema\XmlSchemaChoice.cs (5)
13[XmlElement("element", typeof(XmlSchemaElement)), 14XmlElement("group", typeof(XmlSchemaGroupRef)), 15XmlElement("choice", typeof(XmlSchemaChoice)), 16XmlElement("sequence", typeof(XmlSchemaSequence)), 17XmlElement("any", typeof(XmlSchemaAny))]
System\Xml\Schema\XmlSchemaComplexContent.cs (2)
21[XmlElement("restriction", typeof(XmlSchemaComplexContentRestriction)), 22XmlElement("extension", typeof(XmlSchemaComplexContentExtension))]
System\Xml\Schema\XmlSchemaComplexContentExtension.cs (6)
23[XmlElement("group", typeof(XmlSchemaGroupRef)), 24XmlElement("choice", typeof(XmlSchemaChoice)), 25XmlElement("all", typeof(XmlSchemaAll)), 26XmlElement("sequence", typeof(XmlSchemaSequence))] 33[XmlElement("attribute", typeof(XmlSchemaAttribute)), 34XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))]
System\Xml\Schema\XmlSchemaComplexContentRestriction.cs (6)
23[XmlElement("group", typeof(XmlSchemaGroupRef)), 24XmlElement("choice", typeof(XmlSchemaChoice)), 25XmlElement("all", typeof(XmlSchemaAll)), 26XmlElement("sequence", typeof(XmlSchemaSequence))] 33[XmlElement("attribute", typeof(XmlSchemaAttribute)), 34XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))]
System\Xml\Schema\XmlSchemaComplexType.cs (8)
171[XmlElement("simpleContent", typeof(XmlSchemaSimpleContent)), 172XmlElement("complexContent", typeof(XmlSchemaComplexContent))] 179[XmlElement("group", typeof(XmlSchemaGroupRef)), 180XmlElement("choice", typeof(XmlSchemaChoice)), 181XmlElement("all", typeof(XmlSchemaAll)), 182XmlElement("sequence", typeof(XmlSchemaSequence))] 189[XmlElement("attribute", typeof(XmlSchemaAttribute)), 190XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))]
System\Xml\Schema\XmlSchemaElement.cs (5)
137[XmlElement("complexType", typeof(XmlSchemaComplexType)), 138XmlElement("simpleType", typeof(XmlSchemaSimpleType))] 145[XmlElement("key", typeof(XmlSchemaKey)), 146XmlElement("keyref", typeof(XmlSchemaKeyref)), 147XmlElement("unique", typeof(XmlSchemaUnique))]
System\Xml\Schema\XmlSchemaGroup.cs (3)
24[XmlElement("choice", typeof(XmlSchemaChoice)), 25XmlElement("all", typeof(XmlSchemaAll)), 26XmlElement("sequence", typeof(XmlSchemaSequence))]
System\Xml\Schema\XmlSchemaIdEntityConstraint.cs (2)
25[XmlElement("selector", typeof(XmlSchemaXPath))] 32[XmlElement("field", typeof(XmlSchemaXPath))]
System\Xml\Schema\XmlSchemaImport.cs (1)
25[XmlElement("annotation", typeof(XmlSchemaAnnotation))]
System\Xml\Schema\XmlSchemaInclude.cs (1)
17[XmlElement("annotation", typeof(XmlSchemaAnnotation))]
System\Xml\Schema\XmlSchemaRedefine.cs (5)
20[XmlElement("annotation", typeof(XmlSchemaAnnotation)), 21XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroup)), 22XmlElement("complexType", typeof(XmlSchemaComplexType)), 23XmlElement("group", typeof(XmlSchemaGroup)), 24XmlElement("simpleType", typeof(XmlSchemaSimpleType))]
System\Xml\Schema\XmlSchemaSequence.cs (5)
12[XmlElement("element", typeof(XmlSchemaElement)), 13XmlElement("group", typeof(XmlSchemaGroupRef)), 14XmlElement("choice", typeof(XmlSchemaChoice)), 15XmlElement("sequence", typeof(XmlSchemaSequence)), 16XmlElement("any", typeof(XmlSchemaAny))]
System\Xml\Schema\XmlSchemaSimpleContent.cs (2)
12[XmlElement("restriction", typeof(XmlSchemaSimpleContentRestriction)), 13XmlElement("extension", typeof(XmlSchemaSimpleContentExtension))]
System\Xml\Schema\XmlSchemaSimpleContentExtension.cs (2)
21[XmlElement("attribute", typeof(XmlSchemaAttribute)), 22XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))]
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (15)
23[XmlElement("simpleType", typeof(XmlSchemaSimpleType))] 30[XmlElement("length", typeof(XmlSchemaLengthFacet)), 31XmlElement("minLength", typeof(XmlSchemaMinLengthFacet)), 32XmlElement("maxLength", typeof(XmlSchemaMaxLengthFacet)), 33XmlElement("pattern", typeof(XmlSchemaPatternFacet)), 34XmlElement("enumeration", typeof(XmlSchemaEnumerationFacet)), 35XmlElement("maxInclusive", typeof(XmlSchemaMaxInclusiveFacet)), 36XmlElement("maxExclusive", typeof(XmlSchemaMaxExclusiveFacet)), 37XmlElement("minInclusive", typeof(XmlSchemaMinInclusiveFacet)), 38XmlElement("minExclusive", typeof(XmlSchemaMinExclusiveFacet)), 39XmlElement("totalDigits", typeof(XmlSchemaTotalDigitsFacet)), 40XmlElement("fractionDigits", typeof(XmlSchemaFractionDigitsFacet)), 41XmlElement("whiteSpace", typeof(XmlSchemaWhiteSpaceFacet))] 47[XmlElement("attribute", typeof(XmlSchemaAttribute)), 48XmlElement("attributeGroup", typeof(XmlSchemaAttributeGroupRef))]
System\Xml\Schema\XmlSchemaSimpleType.cs (3)
18[XmlElement("restriction", typeof(XmlSchemaSimpleTypeRestriction)), 19XmlElement("list", typeof(XmlSchemaSimpleTypeList)), 20XmlElement("union", typeof(XmlSchemaSimpleTypeUnion))]
System\Xml\Schema\XmlSchemaSimpleTypeList.cs (1)
21[XmlElement("simpleType", typeof(XmlSchemaSimpleType))]
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (13)
22[XmlElement("simpleType", typeof(XmlSchemaSimpleType))] 29[XmlElement("length", typeof(XmlSchemaLengthFacet)), 30XmlElement("minLength", typeof(XmlSchemaMinLengthFacet)), 31XmlElement("maxLength", typeof(XmlSchemaMaxLengthFacet)), 32XmlElement("pattern", typeof(XmlSchemaPatternFacet)), 33XmlElement("enumeration", typeof(XmlSchemaEnumerationFacet)), 34XmlElement("maxInclusive", typeof(XmlSchemaMaxInclusiveFacet)), 35XmlElement("maxExclusive", typeof(XmlSchemaMaxExclusiveFacet)), 36XmlElement("minInclusive", typeof(XmlSchemaMinInclusiveFacet)), 37XmlElement("minExclusive", typeof(XmlSchemaMinExclusiveFacet)), 38XmlElement("totalDigits", typeof(XmlSchemaTotalDigitsFacet)), 39XmlElement("fractionDigits", typeof(XmlSchemaFractionDigitsFacet)), 40XmlElement("whiteSpace", typeof(XmlSchemaWhiteSpaceFacet))]
System\Xml\Schema\XmlSchemaSimpleTypeUnion.cs (1)
14[XmlElement("simpleType", typeof(XmlSchemaSimpleType))]