ものがたり(旧)

atsushieno.hatenablog.com に続く

役に立つコードブロック

using SimpleType = System.Xml.Schema.XmlSchemaSimpleType;
using ComplexType = System.Xml.Schema.XmlSchemaComplexType;
using SimpleModel = System.Xml.Schema.XmlSchemaSimpleContent;
using SimpleExt = System.Xml.Schema.XmlSchemaSimpleContentExtension;
using SimpleRest = System.Xml.Schema.XmlSchemaSimpleContentRestriction;
using ComplexModel = System.Xml.Schema.XmlSchemaComplexContent;
using ComplexExt = System.Xml.Schema.XmlSchemaComplexContentExtension;
using ComplexRest = System.Xml.Schema.XmlSchemaSimpleContentRestriction;

System.Xml.Schemaネームスペースを見ていると、こうやってJavaソースのimport文みたいにして使え、って言われてるような気がしてならない。Javaソースの慣習がめんどくさい、っていう口が「その通り」って言ってるとしたら許し難いけど。