Example #1
0
 private void SetInnerType(DescribeRecordType ContentField)
 {
     this.ContentField=((DescribeRecordType)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
Example #2
0
 /// <summary>
 /// <para>
 /// This request allows a user to discover elements of the
 ///         information model supported by the catalogue. If no TypeName 
 ///         elements are included, then all of the schemas for the 
 ///         information model must be returned.
 ///      
 ///         schemaLanguage - preferred schema language
 ///                          (W3C XML Schema by default)
 ///         outputFormat - preferred output format (application/xml by default)
 /// </para>
 /// </summary>
 public DescribeRecord(DescribeRecordType content)
 {
     SetInnerType(content);
 }