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\XmlSchemaComplexContentExtension.cs (7)
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))]
66[XmlElement("anyAttribute")]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexContentRestriction.cs (7)
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))]
65[XmlElement("anyAttribute")]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (9)
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))]
242[XmlElement("anyAttribute")]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleContentRestriction.cs (16)
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))]
83[XmlElement("anyAttribute")]
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\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)]