Imported Upstream version 3.6.0

Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
This commit is contained in:
Jo Shields
2014-08-13 10:39:27 +01:00
commit a575963da9
50588 changed files with 8155799 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
<Type Name="NvdlCancelAction" FullName="Commons.Xml.Nvdl.NvdlCancelAction">
<TypeSignature Language="C#" Value="public class NvdlCancelAction : Commons.Xml.Nvdl.NvdlAction" />
<AssemblyInfo>
<AssemblyName>Commons.Xml.Relaxng</AssemblyName>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Commons.Xml.Nvdl.NvdlAction</BaseTypeName>
</Base>
<Interfaces />
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public NvdlCancelAction ();" />
<MemberType>Constructor</MemberType>
<Parameters />
<Docs>
<summary>The default constructor.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
<Docs>
<summary>Represents an NVDL "cancelNestedAction" element.</summary>
<remarks>This class represents NVDL "cancelNestedAction" element. For the entire NVDL grammar, see http://www.asahi-net.or.jp/~eb2m-mrt/dsdl/fcd/nvdl-fcd.pdf .</remarks>
</Docs>
</Type>