Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

27 lines
1.0 KiB
XML

<Type Name="NvdlAction" FullName="Commons.Xml.Nvdl.NvdlAction">
<TypeSignature Language="C#" Value="public abstract class NvdlAction : Commons.Xml.Nvdl.NvdlAttributable" />
<AssemblyInfo>
<AssemblyName>Commons.Xml.Relaxng</AssemblyName>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Commons.Xml.Nvdl.NvdlAttributable</BaseTypeName>
</Base>
<Interfaces />
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="protected NvdlAction ();" />
<MemberType>Constructor</MemberType>
<Parameters />
<Docs>
<summary>Default constructor for NVDL "action" element.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
<Docs>
<summary>Represents "action" element of NVDL grammar object model.</summary>
<remarks>This class represents NVDL "action" element. For the entire NVDL grammar, see http://www.asahi-net.or.jp/~eb2m-mrt/dsdl/fcd/nvdl-fcd.pdf .</remarks>
</Docs>
</Type>