Project

General

Profile

« Previous | Next » 

Revision 4243

Added by daigle almost 16 years ago

Update properties documentation

View differences:

properties.html
2 2
  * properties.html
3 3
  *
4 4
  *      Authors: Chad Berkley
5
  *    Copyright: 2000 Regents of the University of California and the
5
  *    Copyright: 2008 Regents of the University of California and the
6 6
  *               National Center for Ecological Analysis and Synthesis
7 7
  *  For Details: http://www.nceas.ucsb.edu/
8 8
  *      Created: 2001 January 23
......
279 279
  <a name="application.cgiDir"></a><h1 class="property-main"> application.cgiDir </h1>
280 280
  <div class="property-description-line">
281 281
    <h2 class="property-inline"> Default Value: </h2> 
282
    <p class="property-text">TODO MCD add this</p>
282
    <p class="property-text">/cgi</p>
283 283
  </div>
284 284
  <div class="property-description-line">
285 285
    <h2 class="property-inline"> Set Method: </h2> 
286
    <p class="property-text">Configuration Utility</p>
286
    <p class="property-text">Manual</p>
287 287
  </div>
288 288
  <div class="property-description-line">
289 289
    <h2 class="property-inline"> Description: </h2> 
290 290
    <p class="property-text">This is the directory that is configured in 
291
      Apache web server to have CGI executables.</p>
291
      Apache web server to point to Metacat cgi executables.  The directory is given 
292
      relative to the Metacat context directory since the Metacat cgi scripts
293
      are installed with the application code.  For example, if Metacat is installed
294
      in /usr/local/tomcat/knb, then an application.cgiDir of /cgi would point to <br>
295
      &nbsp;&nbsp;&nbsp;&nbsp/usr/local/tomcat/knb/cgi-dir</p>
292 296
  </div>
293 297
  <div class="property-description-line">
294 298
    <h2 class="property-inline"> Example: </h2> 
295
    <p class="property-text">TODO MCD add this</p>
299
    <p class="property-text">/cgi-bin</p>
296 300
  </div>    
297 301
  
298 302
  <br> 
......
735 739
    <p class="property-text">true</p>
736 740
  </div>
737 741
  
738
  
742
  <a name="database.appResultsetSize"></a><h1 class="property-main"> database.appResultsetSize </h1>
743
  <div class="property-description-line">
744
    <h2 class="property-inline"> Default Value: </h2> 
745
    <p class="property-text">7000</p>
746
  </div>
747
  <div class="property-description-line">
748
    <h2 class="property-inline"> Set Method: </h2> 
749
    <p class="property-text">Manual</p>
750
  </div>
751
  <div class="property-description-line">
752
    <h2 class="property-inline"> Description: </h2> 
753
    <p class="property-text"> Determines the number of results that get sent
754
    back to an application from a query.</p>
755
  </div>
756
  <div class="property-description-line">
757
    <h2 class="property-inline"> Example: </h2> 
758
    <p class="property-text">7000</p>
759
  </div>  
739 760
     
761
  <a name="database.webResultsetSize"></a><h1 class="property-main"> database.webResultsetSize </h1>
762
  <div class="property-description-line">
763
    <h2 class="property-inline"> Default Value: </h2> 
764
    <p class="property-text">7000</p>
765
  </div>
766
  <div class="property-description-line">
767
    <h2 class="property-inline"> Set Method: </h2> 
768
    <p class="property-text">Manual</p>
769
  </div>
770
  <div class="property-description-line">
771
    <h2 class="property-inline"> Description: </h2> 
772
    <p class="property-text"> Determines the number of results that get sent
773
    back to a web browser from a query.</p>
774
  </div>
775
  <div class="property-description-line">
776
    <h2 class="property-inline"> Example: </h2> 
777
    <p class="property-text">7000</p>
778
  </div>  
740 779

  
741
  <table border="1">
780
  <a name="database.xmlReturnfieldCount"></a><h1 class="property-main"> database.xmlReturnfieldCount </h1>
781
  <div class="property-description-line">
782
    <h2 class="property-inline"> Default Value: </h2> 
783
    <p class="property-text">0</p>
784
  </div>
785
  <div class="property-description-line">
786
    <h2 class="property-inline"> Set Method: </h2> 
787
    <p class="property-text">Manual</p>
788
  </div>
789
  <div class="property-description-line">
790
    <h2 class="property-inline"> Description: </h2> 
791
    <p class="property-text"> If the results of a query have been returned
792
    more times than database.xmlReturnfieldCount, then those results will be
793
    inserted into the xml_queryresult table in the database.</p>
794
  </div>
795
  <div class="property-description-line">
796
    <h2 class="property-inline"> Example: </h2> 
797
    <p class="property-text">0</p>
798
  </div>  
799

  
800
  <a name="database.queryresultStringLength"></a><h1 class="property-main"> database.queryresultStringLength </h1>
801
  <div class="property-description-line">
802
    <h2 class="property-inline"> Default Value: </h2> 
803
    <p class="property-text">500000</p>
804
  </div>
805
  <div class="property-description-line">
806
    <h2 class="property-inline"> Set Method: </h2> 
807
    <p class="property-text">Manual</p>
808
  </div>
809
  <div class="property-description-line">
810
    <h2 class="property-inline"> Description: </h2> 
811
    <p class="property-text"> This is used to set the max size of 
812
    the query result string in the queryresult table. This should be
813
    set to some number less than 4000 if an Oracle database is being 
814
    used.</p>
815
  </div>
816
  <div class="property-description-line">
817
    <h2 class="property-inline"> Example: </h2> 
818
    <p class="property-text">500000</p>
819
  </div>  
820

  
821
  <a name="database.queryresultCacheSize"></a><h1 class="property-main"> database.queryresultCacheSize </h1>
822
  <div class="property-description-line">
823
    <h2 class="property-inline"> Default Value: </h2> 
824
    <p class="property-text">500</p>
825
  </div>
826
  <div class="property-description-line">
827
    <h2 class="property-inline"> Set Method: </h2> 
828
    <p class="property-text">Manual</p>
829
  </div>
830
  <div class="property-description-line">
831
    <h2 class="property-inline"> Description: </h2> 
832
    <p class="property-text"> The number of query results that will be cached.</p>
833
  </div>
834
  <div class="property-description-line">
835
    <h2 class="property-inline"> Example: </h2> 
836
    <p class="property-text">500</p>
837
  </div>  
838

  
839
  <a name="database.queryCacheOn"></a><h1 class="property-main"> database.queryCacheOn </h1>
840
  <div class="property-description-line">
841
    <h2 class="property-inline"> Default Value: </h2> 
842
    <p class="property-text">on</p>
843
  </div>
844
  <div class="property-description-line">
845
    <h2 class="property-inline"> Set Method: </h2> 
846
    <p class="property-text">Manual</p>
847
  </div>
848
  <div class="property-description-line">
849
    <h2 class="property-inline"> Description: </h2> 
850
    <p class="property-text"> Determines whether query caching is turned on.  Acceptible
851
    values are &quot;on&quot; and &quot;off&quot;</p>
852
  </div>
853
  <div class="property-description-line">
854
    <h2 class="property-inline"> Example: </h2> 
855
    <p class="property-text">on</p>
856
  </div>  
857
  
858
  <br>
859
  
860
  <a name="auth.class"></a><h1 class="property-main"> auth.class </h1>
861
  <div class="property-description-line">
862
    <h2 class="property-inline"> Default Value: </h2> 
863
    <p class="property-text">edu.ucsb.nceas.metacat.AuthLdap</p>
864
  </div>
865
  <div class="property-description-line">
866
    <h2 class="property-inline"> Set Method: </h2> 
867
    <p class="property-text">Manual</p>
868
  </div>
869
  <div class="property-description-line">
870
    <h2 class="property-inline"> Description: </h2> 
871
    <p class="property-text"> The class that is used for user authentication.  Currently,
872
    only the AuthLdap class is included in the Metacat distribution, but it is possible
873
    for an admin to implement other authentication strategies by implementing a Java
874
    class that extends the AuthInterface interface and rebuilding Metacat.</p>
875
  </div>
876
  <div class="property-description-line">
877
    <h2 class="property-inline"> Example: </h2> 
878
    <p class="property-text">edu.ucsb.nceas.metacat.AuthLdap</p>
879
  </div>  
880

  
881
  <a name="auth.timeoutMinutes"></a><h1 class="property-main"> auth.timeoutMinutes </h1>
882
  <div class="property-description-line">
883
    <h2 class="property-inline"> Default Value: </h2> 
884
    <p class="property-text">180</p>
885
  </div>
886
  <div class="property-description-line">
887
    <h2 class="property-inline"> Set Method: </h2> 
888
    <p class="property-text">Manual</p>
889
  </div>
890
  <div class="property-description-line">
891
    <h2 class="property-inline"> Description: </h2> 
892
    <p class="property-text"> The number of minutes that a user will stay logged
893
    in to Metacat without any activity.</p>
894
  </div>
895
  <div class="property-description-line">
896
    <h2 class="property-inline"> Example: </h2> 
897
    <p class="property-text">180</p>
898
  </div>  
899
  
900
  <br>
901

  
902
  <a name="ldap.administrators"></a><h1 class="property-main"> ldap.administrators </h1>
903
  <div class="property-description-line">
904
    <h2 class="property-inline"> Default Value: </h2> 
905
    <p class="property-text">(none)</p>
906
  </div>
907
  <div class="property-description-line">
908
    <h2 class="property-inline"> Set Method: </h2> 
909
    <p class="property-text">Configuration Utility</p>
910
  </div>
911
  <div class="property-description-line">
912
    <h2 class="property-inline"> Description: </h2> 
913
    <p class="property-text"> A colon separated list of The ldap users
914
    or groups that have administrative privileges to Metacat.  Note that 
915
    during the intial installation of Metacat, the installer will be 
916
    asked to enter this value.  They must enter a user or group that 
917
    they have access to, or they will not be allowed to continue with 
918
    the configuration.</p>
919
  </div>
920
  <div class="property-description-line">
921
    <h2 class="property-inline"> Example: </h2> <br>
922
    <p class="property-text">uid=youruser,o=NCEAS,dc=ecoinformatics,dc=org</p><br>
923
    <p class="property-text">cn=yourgroup,o=NCEAS,dc=ecoinformatics,dc=org</p>
924
  </div>  
925
  
926
  <a name="ldap.url"></a><h1 class="property-main"> ldap.url </h1>
927
  <div class="property-description-line">
928
    <h2 class="property-inline"> Default Value: </h2> 
929
    <p class="property-text">ldap://ldap.ecoinformatics.org:389/</p>
930
  </div>
931
  <div class="property-description-line">
932
    <h2 class="property-inline"> Set Method: </h2> 
933
    <p class="property-text">Configuration Utility</p>
934
  </div>
935
  <div class="property-description-line">
936
    <h2 class="property-inline"> Description: </h2> 
937
    <p class="property-text"> The url of the ldap server that Metacat
938
    should use for authentication.</p>
939
  </div>
940
  <div class="property-description-line">
941
    <h2 class="property-inline"> Example: </h2> 
942
    <p class="property-text">ldap://ldap.ecoinformatics.org:389/</p>
943
  </div> 
944
  
945
  <a name="ldap.surl"></a><h1 class="property-main"> ldap.surl </h1>
946
  <div class="property-description-line">
947
    <h2 class="property-inline"> Default Value: </h2> 
948
    <p class="property-text">ldap://ldap.ecoinformatics.org:389/</p>
949
  </div>
950
  <div class="property-description-line">
951
    <h2 class="property-inline"> Set Method: </h2> 
952
    <p class="property-text">Configuration Utility</p>
953
  </div>
954
  <div class="property-description-line">
955
    <h2 class="property-inline"> Description: </h2> 
956
    <p class="property-text"> The url of the ldap server that Metacat
957
    should use for  secure authentication.</p>
958
  </div>
959
  <div class="property-description-line">
960
    <h2 class="property-inline"> Example: </h2> 
961
    <p class="property-text">ldap://ldap.ecoinformatics.org:389/</p>
962
  </div>  
963
  
964
  <a name="ldap.surl"></a><h1 class="property-main"> ldap.surl </h1>
965
  <div class="property-description-line">
966
    <h2 class="property-inline"> Default Value: </h2> 
967
    <p class="property-text">ldap://ldap.ecoinformatics.org:389/</p>
968
  </div>
969
  <div class="property-description-line">
970
    <h2 class="property-inline"> Set Method: </h2> 
971
    <p class="property-text">Configuration Utility</p>
972
  </div>
973
  <div class="property-description-line">
974
    <h2 class="property-inline"> Description: </h2> 
975
    <p class="property-text"> The url of the ldap server that Metacat
976
    should use for  secure authentication.</p>
977
  </div>
978
  <div class="property-description-line">
979
    <h2 class="property-inline"> Example: </h2> 
980
    <p class="property-text">ldap://ldap.ecoinformatics.org:389/</p>
981
  </div>  
982
 
983
  <a name="ldap.allowedSubmitters"></a><h1 class="property-main"> ldap.allowedSubmitters </h1>
984
  <div class="property-description-line">
985
    <h2 class="property-inline"> Default Value: </h2> 
986
    <p class="property-text">(none)</p>
987
  </div>
988
  <div class="property-description-line">
989
    <h2 class="property-inline"> Set Method: </h2> 
990
    <p class="property-text">Configuration Utility</p>
991
  </div>
992
  <div class="property-description-line">
993
    <h2 class="property-inline"> Description: </h2> 
994
    <p class="property-text"> A colon delimited list of users who should 
995
    be allowed to submit documents. If no value is specified, all users will 
996
    be allowed to submit documents.</p>
997
  </div>
998
  <div class="property-description-line">
999
    <h2 class="property-inline"> Example: </h2> 
1000
    <p class="property-text">uid=youruser,o=NCEAS,dc=ecoinformatics,dc=org</p>
1001
  </div>   
1002
  
1003
  <a name="ldap.deniedSubmitters"></a><h1 class="property-main"> ldap.deniedSubmitters </h1>
1004
  <div class="property-description-line">
1005
    <h2 class="property-inline"> Default Value: </h2> 
1006
    <p class="property-text">(none)</p>
1007
  </div>
1008
  <div class="property-description-line">
1009
    <h2 class="property-inline"> Set Method: </h2> 
1010
    <p class="property-text">Configuration Utility</p>
1011
  </div>
1012
  <div class="property-description-line">
1013
    <h2 class="property-inline"> Description: </h2> 
1014
    <p class="property-text"> A colon delimited list of users who should not
1015
    be allowed to submit documents. If no value is specified, all users will 
1016
    be allowed to submit documents.</p>
1017
  </div>
1018
  <div class="property-description-line">
1019
    <h2 class="property-inline"> Example: </h2> 
1020
    <p class="property-text">uid=youruser,o=NCEAS,dc=ecoinformatics,dc=org</p>
1021
  </div> 
1022

  
1023
  <a name="ldap.connectTimeLimit"></a><h1 class="property-main"> ldap.connectTimeLimit </h1>
1024
  <div class="property-description-line">
1025
    <h2 class="property-inline"> Default Value: </h2> 
1026
    <p class="property-text">5000</p>
1027
  </div>
1028
  <div class="property-description-line">
1029
    <h2 class="property-inline"> Set Method: </h2> 
1030
    <p class="property-text">Manual</p>
1031
  </div>
1032
  <div class="property-description-line">
1033
    <h2 class="property-inline"> Description: </h2> 
1034
    <p class="property-text"> The time in milliseconds allowed for ldap 
1035
    server connections.</p>
1036
  </div>
1037
  <div class="property-description-line">
1038
    <h2 class="property-inline"> Example: </h2> 
1039
    <p class="property-text">5000</p>
1040
  </div> 
1041
  
1042
  <a name="ldap.searchTimeLimit"></a><h1 class="property-main"> ldap.searchTimeLimit </h1>
1043
  <div class="property-description-line">
1044
    <h2 class="property-inline"> Default Value: </h2> 
1045
    <p class="property-text">30000</p>
1046
  </div>
1047
  <div class="property-description-line">
1048
    <h2 class="property-inline"> Set Method: </h2> 
1049
    <p class="property-text">Manual</p>
1050
  </div>
1051
  <div class="property-description-line">
1052
    <h2 class="property-inline"> Description: </h2> 
1053
    <p class="property-text"> The time in milliseconds allowed for ldap server searches.</p>
1054
  </div>
1055
  <div class="property-description-line">
1056
    <h2 class="property-inline"> Example: </h2> 
1057
    <p class="property-text">30000</p>
1058
  </div>   
1059
  
1060
  <a name="ldap.searchCountLimit"></a><h1 class="property-main"> ldap.searchCountLimit </h1>
1061
  <div class="property-description-line">
1062
    <h2 class="property-inline"> Default Value: </h2> 
1063
    <p class="property-text">30000</p>
1064
  </div>
1065
  <div class="property-description-line">
1066
    <h2 class="property-inline"> Set Method: </h2> 
1067
    <p class="property-text">Manual</p>
1068
  </div>
1069
  <div class="property-description-line">
1070
    <h2 class="property-inline"> Description: </h2> 
1071
    <p class="property-text"> the count of return entries allowed for ldap server searches.</p>
1072
  </div>
1073
  <div class="property-description-line">
1074
    <h2 class="property-inline"> Example: </h2> 
1075
    <p class="property-text">30000</p>
1076
  </div>     
1077
 
1078
  <a name="ldap.referral"></a><h1 class="property-main"> ldap.referral </h1>
1079
  <div class="property-description-line">
1080
    <h2 class="property-inline"> Default Value: </h2> 
1081
    <p class="property-text">follow</p>
1082
  </div>
1083
  <div class="property-description-line">
1084
    <h2 class="property-inline"> Set Method: </h2> 
1085
    <p class="property-text">Manual</p>
1086
  </div>
1087
  <div class="property-description-line">
1088
    <h2 class="property-inline"> Description: </h2> 
1089
    <p class="property-text"> The type of ldap referrals to use. Acceptible values are
1090
    &quot;follow&quot;, &quot;throw&quot; or &quot;none&quot;. Refer to ldap documentation 
1091
    for further information.</p>
1092
  </div>
1093
  <div class="property-description-line">
1094
    <h2 class="property-inline"> Example: </h2> 
1095
    <p class="property-text">follow</p>
1096
  </div>         
1097

  
1098
  <a name="ldap.onlySecureConnection"></a><h1 class="property-main"> ldap.onlySecureConnection </h1>
1099
  <div class="property-description-line">
1100
    <h2 class="property-inline"> Default Value: </h2> 
1101
    <p class="property-text">false</p>
1102
  </div>
1103
  <div class="property-description-line">
1104
    <h2 class="property-inline"> Set Method: </h2> 
1105
    <p class="property-text">Manual</p>
1106
  </div>
1107
  <div class="property-description-line">
1108
    <h2 class="property-inline"> Description: </h2> 
1109
    <p class="property-text"> Determines whether to only use secure ldap server.
1110
    Acceptible values are &quot;true&quot; and &quot;false&quot;.</p>
1111
  </div>
1112
  <div class="property-description-line">
1113
    <h2 class="property-inline"> Example: </h2> 
1114
    <p class="property-text">false</p>
1115
  </div>   
1116

  
1117
  <a name="ldap.onlySecureReferalsConnection"></a><h1 class="property-main"> ldap.onlySecureReferalsConnection </h1>
1118
  <div class="property-description-line">
1119
    <h2 class="property-inline"> Default Value: </h2> 
1120
    <p class="property-text">false</p>
1121
  </div>
1122
  <div class="property-description-line">
1123
    <h2 class="property-inline"> Set Method: </h2> 
1124
    <p class="property-text">Manual</p>
1125
  </div>
1126
  <div class="property-description-line">
1127
    <h2 class="property-inline"> Description: </h2> 
1128
    <p class="property-text"> Determines whether to only use secure referral server.
1129
    Acceptible values are &quot;true&quot; and &quot;false&quot;.</p>
1130
  </div>
1131
  <div class="property-description-line">
1132
    <h2 class="property-inline"> Example: </h2> 
1133
    <p class="property-text">false</p>
1134
  </div>   
1135

  
1136
  <br>
1137

  
1138
  <a name="xml.saxparser"></a><h1 class="property-main"> xml.saxparser </h1>
1139
  <div class="property-description-line">
1140
    <h2 class="property-inline"> Default Value: </h2> 
1141
    <p class="property-text">org.apache.xerces.parsers.SAXParser</p>
1142
  </div>
1143
  <div class="property-description-line">
1144
    <h2 class="property-inline"> Set Method: </h2> 
1145
    <p class="property-text">Manual</p>
1146
  </div>
1147
  <div class="property-description-line">
1148
    <h2 class="property-inline"> Description: </h2> 
1149
    <p class="property-text"> The SAX parser used to parse XML documents. 
1150
    See: <a href="./saxparser.html">SAX parser documentation</a>. </p>
1151
  </div>
1152
  <div class="property-description-line">
1153
    <h2 class="property-inline"> Example: </h2> 
1154
    <p class="property-text">org.apache.xerces.parsers.SAXParser</p>
1155
  </div>   
1156

  
1157
  <a name="xml.eml2_0_0namespace"></a><h1 class="property-main"> xml.eml2_0_0namespace </h1>
1158
  <div class="property-description-line">
1159
    <h2 class="property-inline"> Default Value: </h2> 
1160
    <p class="property-text">eml://ecoinformatics.org/eml-2.0.0</p>
1161
  </div>
1162
  <div class="property-description-line">
1163
    <h2 class="property-inline"> Set Method: </h2> 
1164
    <p class="property-text">Manual</p>
1165
  </div>
1166
  <div class="property-description-line">
1167
    <h2 class="property-inline"> Description: </h2> 
1168
    <p class="property-text"> The namespace of EML 2.0.0 documents. </p>
1169
  </div>
1170
  <div class="property-description-line">
1171
    <h2 class="property-inline"> Example: </h2> 
1172
    <p class="property-text">eml://ecoinformatics.org/eml-2.0.0</p>
1173
  </div>
1174
  
1175
  <a name="xml.eml2_0_1namespace"></a><h1 class="property-main"> xml.eml2_0_1namespace </h1>
1176
  <div class="property-description-line">
1177
    <h2 class="property-inline"> Default Value: </h2> 
1178
    <p class="property-text">eml://ecoinformatics.org/eml-2.0.1</p>
1179
  </div>
1180
  <div class="property-description-line">
1181
    <h2 class="property-inline"> Set Method: </h2> 
1182
    <p class="property-text">Manual</p>
1183
  </div>
1184
  <div class="property-description-line">
1185
    <h2 class="property-inline"> Description: </h2> 
1186
    <p class="property-text"> The namespace of EML 2.0.1 documents. </p>
1187
  </div>
1188
  <div class="property-description-line">
1189
    <h2 class="property-inline"> Example: </h2> 
1190
    <p class="property-text">eml://ecoinformatics.org/eml-2.0.1</p>
1191
  </div>
1192

  
1193
  <a name="xml.eml2_1_0namespace"></a><h1 class="property-main"> xml.eml2_1_0namespace </h1>
1194
  <div class="property-description-line">
1195
    <h2 class="property-inline"> Default Value: </h2> 
1196
    <p class="property-text">eml://ecoinformatics.org/eml-2.1.0</p>
1197
  </div>
1198
  <div class="property-description-line">
1199
    <h2 class="property-inline"> Set Method: </h2> 
1200
    <p class="property-text">Manual</p>
1201
  </div>
1202
  <div class="property-description-line">
1203
    <h2 class="property-inline"> Description: </h2> 
1204
    <p class="property-text"> The namespace of EML 2.1.0 documents. </p>
1205
  </div>
1206
  <div class="property-description-line">
1207
    <h2 class="property-inline"> Example: </h2> 
1208
    <p class="property-text">eml://ecoinformatics.org/eml-2.1.0</p>
1209
  </div>
1210

  
1211
  <a name="xml.packagedoctype"></a><h1 class="property-main"> xml.packagedoctype </h1>
1212
  <div class="property-description-line">
1213
    <h2 class="property-inline"> Default Value: </h2> 
1214
    <p class="property-text">-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN, -//ecoinformatics.org//eml-dataset-2.0.0beta4//EN</p>
1215
  </div>
1216
  <div class="property-description-line">
1217
    <h2 class="property-inline"> Set Method: </h2> 
1218
    <p class="property-text">Manual</p>
1219
  </div>
1220
  <div class="property-description-line">
1221
    <h2 class="property-inline"> Description: </h2> 
1222
    <p class="property-text"> The doctype of a package file. The system will only 
1223
    recognize documents of this type as package files. See: 
1224
    <a href="./packages.html">package documentation</a>.</p>
1225
  </div>
1226
  <div class="property-description-line">
1227
    <h2 class="property-inline"> Example: </h2> 
1228
    <p class="property-text">-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN, -//ecoinformatics.org//eml-dataset-2.0.0beta4//EN</p>
1229
  </div>
1230

  
1231
  <a name="xml.accessdoctype"></a><h1 class="property-main"> xml.accessdoctype </h1>
1232
  <div class="property-description-line">
1233
    <h2 class="property-inline"> Default Value: </h2> 
1234
    <p class="property-text">-//ecoinformatics.org//eml-access-2.0.0beta6//EN, -//ecoinformatics.org//eml-access-2.0.0beta4//EN</p>
1235
  </div>
1236
  <div class="property-description-line">
1237
    <h2 class="property-inline"> Set Method: </h2> 
1238
    <p class="property-text">Manual</p>
1239
  </div>
1240
  <div class="property-description-line">
1241
    <h2 class="property-inline"> Description: </h2> 
1242
    <p class="property-text"> The doctype of an access control list (ACL) file. The 
1243
    system will only recognize documents of this type as access files.. See: 
1244
    <a href="./acontrol.html">access control documentation</a>.</p>
1245
  </div>
1246
  <div class="property-description-line">
1247
    <h2 class="property-inline"> Example: </h2> 
1248
    <p class="property-text">-//ecoinformatics.org//eml-access-2.0.0beta6//EN, -//ecoinformatics.org//eml-access-2.0.0beta4//EN</p>
1249
  </div>
1250

  
1251

  
1252

  
1253

  
1254

  
1255
  <!-- table border="1">
742 1256
    <tr>
743 1257
      <td><b>Property</b></td>
744 1258
      <td><b>Description</b></td>
......
1090 1604
      <td>The time interval (in milliseconds) between rebuilding the sitemap.</td>
1091 1605
      <td>Default:&nbsp;&nbsp;86400000</td>
1092 1606
    </tr>
1093
  </table>
1607
  </table -->
1094 1608
  
1095 1609
  <br>
1096 1610
  <a href="./datafiles.html">Back</a> | <a href="./metacattour.html">Home</a> | 

Also available in: Unified diff