Exemplo n.º 1
0
 internal abstract XmlSchemaDatatype DeriveByList(XmlSchemaType schemaType);
Exemplo n.º 2
0
 internal static XmlSchemaDatatype DeriveByUnion(XmlSchemaSimpleType[] types, XmlSchemaType schemaType)
 {
     return(DatatypeImplementation.DeriveByUnion(types, schemaType));
 }
Exemplo n.º 3
0
 internal abstract XmlSchemaDatatype DeriveByRestriction(XmlSchemaObjectCollection facets, XmlNameTable nameTable, XmlSchemaType schemaType);